Pupeno has quit [Remote host closed the connection]
Cidan is now known as zz_Cidan
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
zz_Cidan is now known as Cidan
Cidan is now known as zz_Cidan
huoxito has quit []
_djbkd has quit [Quit: My people need me...]
Pupeno has joined #bundler
Pupeno has quit [Ping timeout: 246 seconds]
testtest has joined #bundler
<testtest>
hi
<testtest>
is this the ruby bundle IRC
<jhass>
yes
<jhass>
testtest: ^
_djbkd has joined #bundler
<testtest>
may I know which env var are crucial to run 'bundle exec rake <some task>'? I'm just running some test jobs and it fails to run in cron, which I think is due to missing environment variables
<jhass>
non demanded by bundler. How did you install Ruby?
<testtest>
we are running a rails project on a Docker container, basing off ruby:2.2.2-onbuild image
<jhass>
well, no clue about that
<testtest>
ok
Pupeno has joined #bundler
Pupeno has quit [Ping timeout: 272 seconds]
testtest has quit [Quit: Page closed]
valarissa has quit [Ping timeout: 255 seconds]
valarissa has joined #bundler
_djbkd has quit [Remote host closed the connection]
djbkd_ has joined #bundler
djbkd_ has quit [Remote host closed the connection]
Pupeno has joined #bundler
relix has joined #bundler
atom3 has joined #bundler
adac has joined #bundler
adac has quit [Ping timeout: 246 seconds]
samphippen has joined #bundler
Pupeno has quit [Remote host closed the connection]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
valarissa has quit [Read error: Connection reset by peer]
valariss_ has quit [Client Quit]
robbyoconnor has joined #bundler
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
samphippen has joined #bundler
fryguy has joined #bundler
<fryguy>
hi all, i'm trying to debug a problem in that I'm trying to run bundler from code (using system()), in order to set up another application. bundler runs from my shell, but when running via system() in ruby, it's complaining of missing gems and to run bundle install to install those gems, hence chicken and egg problem. Not sure how to figure out what is missing from my environment in code versus my shell (
<fryguy>
env matches up, etc).
valarissa has joined #bundler
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
maletor has joined #bundler
fryguy_ has joined #bundler
<fryguy_>
using Bundler.with_clean_env did what I needed