x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
woollyams has quit [Ping timeout: 252 seconds]
chouhoulis has quit [Remote host closed the connection]
rjhunter has joined #bundler
retro|cz has joined #bundler
rjhunter has quit [Ping timeout: 246 seconds]
cwebber has quit []
dwradcliffe has quit [Quit: Bye]
retro|cz has quit [Ping timeout: 265 seconds]
cha1tanya has joined #bundler
woollyams has joined #bundler
shaileshg has joined #bundler
havenwood has quit [Remote host closed the connection]
robbyoconnor has joined #bundler
woollyams has quit [Ping timeout: 252 seconds]
woollyams has joined #bundler
cha1tanya has quit [Ping timeout: 264 seconds]
havenwood has joined #bundler
r0bby has joined #bundler
robbyoconnor has quit [Ping timeout: 240 seconds]
havenwood has quit []
cha1tanya has joined #bundler
havenwood has joined #bundler
heroux has quit [Read error: Connection reset by peer]
woollyams has quit [Ping timeout: 252 seconds]
r0bby_ has joined #bundler
r0bby has quit [Ping timeout: 246 seconds]
r0bby_ has quit [Excess Flood]
r0bby_ has joined #bundler
r0bby_ has quit [Client Quit]
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: 268 seconds]
shaileshg has quit [Quit: Connection closed for inactivity]
lele has joined #bundler
havenwood has joined #bundler
havenwood has quit [Ping timeout: 268 seconds]
bensonshaji has joined #bundler
<bensonshaji>
I am managing a project in two systems (Linux, and Mac) and using rsync to keep it updated. In Mac the "bundle exec gem" works but not in Linux. In linux it shows an error (bundler command not found). Even though the gem files exist in a folder called vendor/bundle
havenwood has joined #bundler
samphippen has joined #bundler
havenwood has quit [Ping timeout: 268 seconds]
bensonshaji has quit [Quit: Leaving]
havenwood has joined #bundler
havenwood has quit [Ping timeout: 265 seconds]
cwebber has joined #bundler
cha1tanya has quit [Ping timeout: 268 seconds]
heroux has joined #bundler
havenwood has joined #bundler
heroux has quit [Ping timeout: 252 seconds]
heroux has joined #bundler
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
havenwood has quit [Ping timeout: 246 seconds]
heroux has quit [Read error: Operation timed out]
heroux has joined #bundler
rjhunter has joined #bundler
havenwood has joined #bundler
chouhoulis has joined #bundler
havenwood has quit [Ping timeout: 240 seconds]
havenwood has joined #bundler
samphippen has joined #bundler
rjhunter has quit [Quit: Leaving...]
retro|cz has joined #bundler
shaileshg has joined #bundler
dwradcliffe has joined #bundler
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
cwebber_ has joined #bundler
cwebber has quit [Ping timeout: 246 seconds]
shaileshg has quit [Quit: Connection closed for inactivity]
havenwood has quit [Remote host closed the connection]
havenwood has joined #bundler
havenwood has quit [Read error: Connection reset by peer]
havenwood has joined #bundler
cha1tanya has joined #bundler
axl_ has joined #bundler
samphippen has joined #bundler
ixti has quit [Ping timeout: 240 seconds]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
samphippen has joined #bundler
ixti has joined #bundler
mfoo has quit [Ping timeout: 265 seconds]
j416 has joined #bundler
<j416>
o/ this is probably a rtfm question but I've been searching for a while without finding the answer: if i require 'bundle/setup', it'll require that my gemfile is satisfied -- how can I tell it to not require that gems in group 'dev' be satisfied? I want a user to be able to run the program without having to bundle the dev stuff
cwebber_ has quit []
cwebber has joined #bundler
axl_ has quit [Quit: axl_]
<j416>
bundler/setup* even
Paradox has joined #bundler
<Paradox>
hmm, when i use Bundler.require, it works fine if i start the script within the same path as the Gemfile, i.e 'ruby script.rb'. However, if i attempt to run the script from OUTSIDE that path (say, from the parent directory by 'ruby myscript/script.rb), i get this error: private method `require' called for Bundler:Module (NoMethodError)
<Paradox>
i have the proper bundler setup code at the top of my file
<Paradox>
and it works flawlessly when i'm in that directory. Outside it…it just fails
havenwood has quit []
digitalvapor has joined #bundler
woollyams has joined #bundler
woollyams has quit [Ping timeout: 252 seconds]
omegahm has quit [Ping timeout: 264 seconds]
cwebber has quit []
cwebber has joined #bundler
cschneid has quit [Ping timeout: 264 seconds]
cschneid has joined #bundler
omegahm has joined #bundler
halorgium has quit [Ping timeout: 245 seconds]
ohcibi has quit [Read error: Connection reset by peer]
ohcibi has joined #bundler
halorgium has joined #bundler
woollyams has joined #bundler
cwebber has quit []
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
woollyams has quit [Ping timeout: 252 seconds]
centrx has joined #bundler
<centrx>
Good day.
woollyams has joined #bundler
<centrx>
How can I add compile options to my Gemfile. (bundle config adds them to a file in my home directory, not part of the source directory for distribution)