x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
axl_ has quit [Quit: axl_]
chouhoulis has joined #bundler
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #bundler
ingu_cloud_ has quit [Quit: Connection closed for inactivity]
x1337807x has joined #bundler
ixti has quit [Quit: WeeChat 0.4.3]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #bundler
x1337807x has quit [Client Quit]
x1337807x has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
axl_ has joined #bundler
axl_ has quit [Quit: axl_]
jaimef has quit [Excess Flood]
jaimef has joined #bundler
x1337807x has joined #bundler
robbyoconnor has quit [Quit: Konversation terminated!]
livingstn has quit [Ping timeout: 256 seconds]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
_whitelogger_ has joined #bundler
x1337807x has joined #bundler
tbuehlmann has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bffff_ has joined #bundler
robbyoconnor has joined #bundler
chouhoul_ has joined #bundler
Pupeno has joined #bundler
chouhoulis has quit [Read error: Connection reset by peer]
brixen has quit [Ping timeout: 264 seconds]
tbuehlmann has quit [Ping timeout: 264 seconds]
brixen has joined #bundler
atrius` has quit [Ping timeout: 264 seconds]
atrius` has joined #bundler
bffff_ has quit [Quit: Connection closed for inactivity]
chouhoul_ has quit [Remote host closed the connection]
livingstn has joined #bundler
axl_ has joined #bundler
axl_ has quit [Quit: axl_]
chouhoulis has joined #bundler
axl_ has joined #bundler
axl_ has quit [Quit: axl_]
ixti has joined #bundler
axl_ has joined #bundler
axl_ has quit [Client Quit]
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #bundler
axl_ has joined #bundler
axl_ has quit [Client Quit]
Who has joined #bundler
Who has quit [Quit: Who]
Who has joined #bundler
havenwood has joined #bundler
livingstn has quit []
livingstn has joined #bundler
Who has quit [Quit: Who]
Who has joined #bundler
x1337807x has joined #bundler
havenwood has quit [Remote host closed the connection]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Who has quit [Ping timeout: 240 seconds]
livingstn has quit [Ping timeout: 256 seconds]
livingstn has joined #bundler
x1337807x has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Who has joined #bundler
Who has quit [Client Quit]
Olipro has quit [Remote host closed the connection]
Pupeno has quit [Remote host closed the connection]
Pupeno has joined #bundler
Pupeno has quit [Client Quit]
chouhoul_ has joined #bundler
chouhoulis has quit [Ping timeout: 255 seconds]
dwradcliffe has quit [Ping timeout: 255 seconds]
dwradcliffe has joined #bundler
x1337807x has joined #bundler
robbyoconnor has quit [Excess Flood]
robbyoconnor has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #bundler
x1337807x has quit [Client Quit]
x1337807x has joined #bundler
chouhoul_ has quit [Remote host closed the connection]
chouhoulis has joined #bundler
livingstn has quit []
odigity has quit [Ping timeout: 250 seconds]
psacrifice|away has quit [Ping timeout: 256 seconds]
zenspider has joined #bundler
<zenspider>
oi. anyone core active?
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<zenspider>
anyone deep into bundler? can you tell me if system gems are still visible if you set up bundler to install into a vendor dir?
x1337807x has joined #bundler
psacrifice|away has joined #bundler
<tmoore>
zenspider: they are not
<zenspider>
tmoore: hrm... shit. I wonder how
<zenspider>
I just came up with a not-quite-terrible hack to disable system gems in rubygems altogether
<zenspider>
tempted to package it up as a gem plugin
<tmoore>
By system gems do you mean ones that ship with Ruby or ones that are installed to the global gem location?
<tmoore>
I thought you meant the latter, but if you mean ones like rake and json that ship with MRI, then yes it does see those
<tmoore>
if you do just mean ones that are installed to the global path location, all you need to do is set GEM_PATH to exclude it
<zenspider>
tmoore: ah. yes. I meant the MRI gems, which aren't really gems, but are, but aren't... so yeah. bundler sees them.
<zenspider>
I'm making it so isolate doesn't
<tmoore>
yeah... they have been the source of several bugs :-(
<tmoore>
AFAIK there isn't a way to hide them from the interpreter, so IIRC Bundler tries to detect if the wrong version has already been activated and fails with an error
<tmoore>
(when one is in your Gemfile)
<zenspider>
ah, but you're wrong. I have something for you. :D
<zenspider>
class Gem::BasicSpecification; def self.default_specifications_dir; ""; end; end
<zenspider>
dunno what range of rubygems that'll work with
<zenspider>
on older ones, it shouldn't cause any problems, and they don't support system gems anyways
<tmoore>
hmm interesting :-)
<zenspider>
I haven't seen any problems with it yet. ... yet.
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]