havenwood has quit [Remote host closed the connection]
cwebber has quit []
woollyams has quit [Ping timeout: 252 seconds]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
indirect has quit [Ping timeout: 265 seconds]
indirect has joined #bundler
Olipro has quit [Ping timeout: 246 seconds]
Olipro_ has joined #bundler
Olipro_ is now known as Olipro
kgrz has joined #bundler
crashvxd has joined #bundler
robbyoconnor has joined #bundler
indirect has quit [Ping timeout: 240 seconds]
indirect has joined #bundler
odigity has quit [Ping timeout: 268 seconds]
big_ has joined #bundler
big_ has quit [Client Quit]
odigity has joined #bundler
crashvxd has quit [Remote host closed the connection]
postmodern has joined #bundler
<postmodern>
is there an equivalent to a `bundle which` command?
<postmodern>
i guess `bundle exec gem which` ?
<postmodern>
oh wait `bundle exec which foo` works
rabberservis has joined #bundler
rabberservis has quit [Remote host closed the connection]
kgrz has quit [Remote host closed the connection]
cha1tanya has joined #bundler
havenwood has joined #bundler
kgrz has joined #bundler
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
havenwood has quit [Ping timeout: 240 seconds]
havenwood has joined #bundler
havenwood has quit [Ping timeout: 255 seconds]
havenwood has joined #bundler
havenwood has quit [Ping timeout: 240 seconds]
samphippen has joined #bundler
dmarr has joined #bundler
havenwood has joined #bundler
havenwood has quit [Ping timeout: 240 seconds]
ohwhoa has joined #bundler
ohwhoa has quit [Client Quit]
shashwats has joined #bundler
havenwood has joined #bundler
havenwood has quit [Ping timeout: 240 seconds]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
shashwats has quit [Ping timeout: 245 seconds]
woollyams has joined #bundler
woollyams has quit [Ping timeout: 252 seconds]
ohwhoa has joined #bundler
ohwhoa has quit [Client Quit]
havenwood has joined #bundler
woollyams has joined #bundler
havenwood has quit [Ping timeout: 255 seconds]
woollyams has quit [Ping timeout: 252 seconds]
postmodern has quit [Quit: Leaving]
aspiers has left #bundler ["WeeChat 0.4.1"]
havenwood has joined #bundler
havenwood has quit [Ping timeout: 255 seconds]
retro|cz has joined #bundler
cha1tanya has quit [Ping timeout: 240 seconds]
havenwood has joined #bundler
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
havenwood has quit [Ping timeout: 240 seconds]
samphippen has joined #bundler
chouhoulis has joined #bundler
samphippen has quit [Ping timeout: 252 seconds]
samphippen has joined #bundler
samphippen has quit [Read error: Connection reset by peer]
havenwood has joined #bundler
samphippen has joined #bundler
samphippen has quit [Max SendQ exceeded]
samphippen has joined #bundler
samphippen has quit [Read error: Connection reset by peer]
havenwood has quit [Ping timeout: 240 seconds]
havenwood has joined #bundler
havenwood has quit [Ping timeout: 240 seconds]
cwebber has joined #bundler
cwebber has quit [Client Quit]
samphippen has joined #bundler
samphippen has quit [Max SendQ exceeded]
havenwood has joined #bundler
cwebber has joined #bundler
kgrz has quit [Remote host closed the connection]
retro|cz has quit [Ping timeout: 240 seconds]
axl_ has joined #bundler
robbyoconnor has quit [Ping timeout: 240 seconds]
allaire has joined #bundler
<allaire>
when you specify no version in your gemfile, which version does bundle install?
samphippen has joined #bundler
havenwood has quit [Remote host closed the connection]
<iitywimwybmab>
latest
x1337807x has joined #bundler
cha1tanya has joined #bundler
<dmarr>
I tried installing rbenv, and when I bundle install gems are still trying to install to system
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
samphippen has joined #bundler
samphippen has quit [Client Quit]
RubyPanther has joined #bundler
mtmcfarl has joined #bundler
<RubyPanther>
Hi, I just started a new gem and in the Gemfile I have gemspec and in the .gemspec I have my dependency. bundle install works as expected. But Bundler.require(:default) doesn't seem to be require-ing the gem from the gemspec. If I put a gem line before gemspec, then it works normally. Afterwards, it gets ignored.
<mtmcfarl>
Is there support for rubygems-bundler on this channel?
<RubyPanther>
is that normal, and if I still have to use the Gemfile normally, does the gemspec line do anything or is it just redundant?
cha1tanya has quit [Read error: Connection reset by peer]
mtmcfarl has quit [Client Quit]
x1337807x has quit [Ping timeout: 240 seconds]
x1337807x has joined #bundler
odigity has quit [Remote host closed the connection]
kgrz has joined #bundler
kgrz has quit [Remote host closed the connection]
cwebber has quit []
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
rb2k has joined #bundler
<rb2k>
is there any way to specify that I want the “-linux” version of a package to be used when doing “bundle package”?
<rb2k>
Working on OSX, it always grabs the darwin version of sys-proctable
x1337807x has joined #bundler
havenwood has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<iitywimwybmab>
RubyPanther: where are you calling Bundler.require(:default) ?
<RubyPanther>
iitywimwybmab: in my script in bin/foo.rb
<iitywimwybmab>
Seems strange... i can spin up pry in my gem's directory and call Bundler.require(:default)...it does require the gem
<iitywimwybmab>
Where are the gemspec & Gemfile?
<iitywimwybmab>
RubyPanther: What's returned by Bundler.require(:default)
<RubyPanther>
iitywimwybmab: if I only have the gemspec line with the gem line then it fails from irb, too
<RubyPanther>
it doesn't return, it errors out on the dependency
<RubyPanther>
it tries to require the gem first, before the dependency, so I get NameError: uninitialized constant FlappyDuck::Game::Curses
<iitywimwybmab>
not sure if it'll be particularly helpful, but maybe you could comment with the output from your irb session and links to the Gemfile and gemspec...