bffff_ has quit [Quit: Connection closed for inactivity]
bffff_ has joined #bundler
_djbkd has quit [Quit: My people need me...]
Guest11091 has quit [Ping timeout: 246 seconds]
bf4 has joined #bundler
bf4 is now known as Guest20718
_djbkd has joined #bundler
jrafanie has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
khebbie has joined #bundler
bffff_ has quit [Quit: Connection closed for inactivity]
kfpratt has quit [Remote host closed the connection]
lele is now known as Guest24
khebbie has quit [Remote host closed the connection]
kfpratt has joined #bundler
kfpratt has quit [Ping timeout: 250 seconds]
khebbie has joined #bundler
Guest24 is now known as lele
khebbie has quit [Remote host closed the connection]
khebbie has joined #bundler
khebbie has quit [Remote host closed the connection]
khebbie has joined #bundler
habitullence has joined #bundler
kfpratt has joined #bundler
habitullence has quit [Client Quit]
habitullence has joined #bundler
kfpratt has quit [Ping timeout: 250 seconds]
khebbie has quit [Remote host closed the connection]
khebbie has joined #bundler
agis-_ has quit [Remote host closed the connection]
agis- has joined #bundler
_djbkd has quit [Remote host closed the connection]
mrgrieves has joined #bundler
<mrgrieves>
so I I just did a bundle install --gemfile=blah --deployment and everything got deployed under vendor/bundle but when running bundle exec I get could not find rake in any of the sources despite the fact that the gem was installed under vendor/bundle. Any ideas about what I'm missing here?
khebbie has quit [Remote host closed the connection]
<jhass>
are you sure both invocations use the same ruby version?
khebbie has joined #bundler
khebbie has quit [Remote host closed the connection]
<mrgrieves>
jhass: Hi! actually that might be the problem
<mrgrieves>
let me ensure the bundle matches the system ruby version
<mrgrieves>
in the bundle I currently have gems in 2.0 and 1.9 folder
<mrgrieves>
will clear everything and ensure only use 1 ruby version
habitullence has quit [Quit: habitullence]
habitullence has joined #bundler
kfpratt has joined #bundler
kfpratt has quit [Ping timeout: 264 seconds]
<mrgrieves>
cheers jhass , that might have been the problem. After removing vendor/bundle and then did bundle install --deployment I'm not getting gems not found error
<mrgrieves>
however, running bundle exec ruby -rserverspec -e "Serverspec::VERSION" gives me /usr/bin/ruby: no such file to load -- serverspec (LoadError) in this env ....
<mrgrieves>
so I'm a bit confused ... when I do bundle exec ruby which ruby is trying to use, system?
<jhass>
whatever ruby your bundle command has as hashbang
<jhass>
head -n1 $(which bundle)
<mrgrieves>
so yes it must be system in this env (the only one installed) but then why it can't load the libraries in vendor/bundle