thumpba_ has quit [Remote host closed the connection]
thumpba_ has joined #bundler
thumpba_ has quit [Ping timeout: 255 seconds]
shaileshg has joined #bundler
cwebber has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
woollyams has joined #bundler
robbyoconnor has joined #bundler
retro|cz has joined #bundler
robbyoconnor has quit [Excess Flood]
robbyoconnor has joined #bundler
<tmoore>
larshaugseth: did you get an answer to your question? 1.6 should be released pretty soon, but you can install the release candidate with `gem install --pre bundler`
<tmoore>
in fact... it would be very helpful if you could (and report bugs if you find any)
robbyoconnor has quit [Ping timeout: 246 seconds]
<larshaugseth>
tmoore: already did so locally, and will do some testing, but we'd rather wait for the release before upgrading our production environment
robbyoconnor has joined #bundler
samphippen has joined #bundler
robbyoconnor has quit [Ping timeout: 252 seconds]
chouhoulis has joined #bundler
<tmoore>
larshaugseth: Fair enough. I'm not totally sure what the release plan for 1.6 is. The final version should land within the next week or two, but probably not in the next few days.
chouhoulis has quit [Remote host closed the connection]
cwebber has quit []
shaileshg has quit [Quit: Connection closed for inactivity]
robbyoconnor has joined #bundler
woollyams has quit [Ping timeout: 252 seconds]
woollyams has joined #bundler
chouhoulis has joined #bundler
chouhoulis has quit [Ping timeout: 252 seconds]
woollyams has quit [Ping timeout: 252 seconds]
mjc__ has quit [Read error: Connection reset by peer]
mjc__ has joined #bundler
ixti has quit [Ping timeout: 264 seconds]
ixti has joined #bundler
cwebber has joined #bundler
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
havenwood has joined #bundler
basiliothecat has joined #bundler
<basiliothecat>
Hi! i've got a problem - bundle install doesn't seem to build the extensions. e.g. when sqlite3 gem is installed with bundle, the extensions aren't compiled and doing irb -rsqlite3 starts the build but fails as being run by non priviledged user. if i do just gem install sqlite3 everything is fine. any ideas?