djbkd has quit [Remote host closed the connection]
djbkd has joined #bundler
djbkd has quit [Remote host closed the connection]
djbkd has joined #bundler
djbkd has quit [Read error: Connection reset by peer]
djbkd has joined #bundler
djbkd has quit [Read error: Connection reset by peer]
djbkd has joined #bundler
chouhoulis has quit [Remote host closed the connection]
djbkd has quit [Quit: My people need me...]
robbyoconnor has joined #bundler
noService has quit [Ping timeout: 252 seconds]
noService has joined #bundler
noService has quit [Changing host]
noService has joined #bundler
djbkd has joined #bundler
kgrz has joined #bundler
leshanks has joined #bundler
<leshanks>
Hi all. I've done bundle install for an app and noticed that the version of mysql2 it's using isn't right (it's too old to work with mariadb). How do I tell it to use a newer version please?
<Radar>
leshanks: Can you show us the Gemfile please?
<leshanks>
Ah I think I fixed it - I changed: gem "mysql2", "~> 0.3.19" to 0.4.4, removed the gemfile.lock and bundle install again and it says it's using 0.4.4 (which is already installed) so seems ok :)
<Radar>
leshanks: Right. You can change the version in your Gemfile and run "bundle update mysql2" to just update that one dependency.
<Radar>
leshanks: removing the Gemfile.lock may cause other deps to change
<leshanks>
Hmm ok that was a cache_digest gem error which isn't needed since rails 4 so that is commented out in gemfile. Now it's saying I've specified mysql2 for database adaptor but the gem isn't loaded. Add "gem 'mysql2'" to the gemfile but it's already there -.-
djbkd has quit [Quit: My people need me...]
<leshanks>
ah it's an issue with rails 4.1.x and 4.2.x. How bizarre
djbkd has joined #bundler
djbkd has quit [Remote host closed the connection]
habitullence has joined #bundler
arup_r has joined #bundler
<arup_r>
What is the difference between `bundle update gemname` and `bundle update --source gemname` ?
jds has joined #bundler
leshanks has quit [Remote host closed the connection]
noService has quit [Ping timeout: 260 seconds]
noService has joined #bundler
noService has quit [Ping timeout: 265 seconds]
noService has joined #bundler
noService has quit [Ping timeout: 276 seconds]
jds has quit [Quit: Connection closed for inactivity]
chouhoulis has joined #bundler
djbkd has joined #bundler
arup_r has quit [Read error: Connection reset by peer]
noService has joined #bundler
noService has quit [Ping timeout: 276 seconds]
kgrz has quit [Ping timeout: 244 seconds]
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #bundler
djbkd has quit [Remote host closed the connection]
chouhoulis has quit [Remote host closed the connection]
dstarh has joined #bundler
pmcca has joined #bundler
<pmcca>
I'm seeing odd behavior on Amazon Linux (ruby 2.0.0p64, gem 2.0.14.1, bundle 1.12.3). I have io-console installed as a system gem, and I have it my gem file. when doing 'bundle exec', I can't require 'io/console'.