iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kfpratt has joined #bundler
relix has joined #bundler
kfpratt has quit [Ping timeout: 252 seconds]
x1337807x has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
huoxito has quit [Remote host closed the connection]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
relix has joined #bundler
relix has quit [Client Quit]
huoxito has joined #bundler
huoxito has quit [Ping timeout: 250 seconds]
havenwood has quit [Remote host closed the connection]
Pupeno has joined #bundler
Pupeno has joined #bundler
djbkd_ has joined #bundler
kgrz has joined #bundler
djbkd_ has quit [Remote host closed the connection]
Pupeno has quit [Remote host closed the connection]
djbkd_ has joined #bundler
djbkd_ has quit [Ping timeout: 255 seconds]
_ixti_ has joined #bundler
ixti has quit [Ping timeout: 246 seconds]
jds has joined #bundler
hierbabuena has joined #bundler
hierbabuena has left #bundler [#bundler]
Pupeno has joined #bundler
dwradcliffe has quit [Ping timeout: 256 seconds]
dwradcliffe has joined #bundler
huoxito has joined #bundler
huoxito has quit [Ping timeout: 265 seconds]
Pupeno has quit [Quit: Leaving...]
huoxito has joined #bundler
huoxito has quit [Remote host closed the connection]
huoxito has joined #bundler
huoxito has quit [Remote host closed the connection]
huoxito has joined #bundler
havenwood has joined #bundler
axl_ has joined #bundler
adamesque______ has joined #bundler
kfpratt has joined #bundler
valarissa has joined #bundler
chouhoulis has joined #bundler
Wyatttty has joined #bundler
hotpancakes has joined #bundler
<Wyatttty>
This has been resistant to googling: is there a way to force bundler to acknowledge that an installed gem fulfills a dep? (I think I've hit one of those warts where cygwin isn't enough like Unix or Windows to be of any use to anyone.)
<Wyatttty>
In msys, it correctly resolves nokogiri to nokogiri-x86-mingw32, but under cygwin, it attempts to build from source even though the mingw32 version is installed. (That wouldn't be a problem normally, but in this case build fails nontrivially.)
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #bundler
huoxito has quit [Remote host closed the connection]
djbkd has joined #bundler
djbkd has quit [Remote host closed the connection]
hotpancakes has quit []
stepheneb has joined #bundler
havenwood has quit [Remote host closed the connection]
stepheneb has quit [Quit: stepheneb]
stepheneb has joined #bundler
djbkd has joined #bundler
huoxito has joined #bundler
huoxito has quit [Ping timeout: 252 seconds]
stepheneb has joined #bundler
stepheneb has quit [Changing host]
stepheneb is now known as stepheneb_
stepheneb_ is now known as stepheneb
axl__ has joined #bundler
axl_ has quit [Ping timeout: 252 seconds]
axl__ is now known as axl_
huoxito has joined #bundler
frender has joined #bundler
<frender>
hi guys! i'm running bundle install --deployment and then some cucumber tests that fails due to "websocket_mask (LoadError)", but when i do bundle install --no-deployment the cucumber tests run successfully. what's the best way to go a bout when comparing which gems that are being used in the different scenarios?
x1337807x has joined #bundler
<jhass>
frender: compare .bundle/config in both
<frender>
main difference is that there's a bundle_path using --deployment
<frender>
and in the case of --no-deployment i guess gems from ruby gem install directory is used?
<jhass>
well, yes, but the load path is restricted to things in the Gemfile.lock
<jhass>
so I guess you don't install some group with --deployment
<jhass>
but have the necessary gem globally installed
<frender>
or the wrong version =/
stepheneb has quit [Quit: stepheneb]
stepheneb has joined #bundler
havenwood has joined #bundler
<frender>
or maybe im going about this the wrong way?