chouhoul_ has quit [Remote host closed the connection]
chouhoulis has joined #bundler
hagabaka has quit [Remote host closed the connection]
heroux has quit [Ping timeout: 250 seconds]
hagabaka has joined #bundler
heroux has joined #bundler
Pupeno has joined #bundler
Pupeno_ has quit [Read error: Connection reset by peer]
Pupeno_ has joined #bundler
Pupeno has quit [Ping timeout: 246 seconds]
huoxito_ has quit [Ping timeout: 244 seconds]
huoxito has joined #bundler
_djbkd has quit [Quit: My people need me...]
huoxito_ has joined #bundler
huoxito has quit [Ping timeout: 250 seconds]
julienk has joined #bundler
_djbkd has joined #bundler
huoxito_ has quit [Remote host closed the connection]
huoxito has joined #bundler
huoxito has quit [Ping timeout: 240 seconds]
julienk has quit [Ping timeout: 264 seconds]
julienk has joined #bundler
julienk has quit [Ping timeout: 260 seconds]
_djbkd has quit [Remote host closed the connection]
wpp has joined #bundler
robbyoconnor has joined #bundler
chouhoulis has quit [Ping timeout: 240 seconds]
wpp has quit []
julienk has joined #bundler
robbyoconnor has quit [Remote host closed the connection]
robbyoconnor has joined #bundler
robbyoconnor has quit [Read error: Connection reset by peer]
robbyoconnor has joined #bundler
robbyoconnor has quit [Client Quit]
julienk has quit [Ping timeout: 265 seconds]
Guest32 has joined #bundler
_whitelogger____ has joined #bundler
_whitelogger___ has quit [Ping timeout: 240 seconds]
_whitelogger____ has joined #bundler
jrafanie has joined #bundler
x12 has joined #bundler
<x12>
Is there a way to dynamically load a Gemfile at runtime? I'd like to load a Gemfile from a specific path.
<Guest32>
use require
<x12>
Guest32: Require the Gemfile?
<x12>
Guest32: The issue is that the gems haven't been added to the path by bundler, so I can't require them.
<Guest32>
specify source first
chouhoulis has joined #bundler
<x12>
Guest32: How does that help?
<tbuehlmann>
x12, bundler respects the BUNDLE_GEMFILE environment variable. that may work when setting it from inside the process
<x12>
tbuehlmann: I tried that and it works, but what if I want to load two gemfiles? Calling setup again seems to do nothing, as it recognizes there is a gemfile cached already