indirect changed the topic of #bundler to: Docs! http://bundler.io | Problems? http://bit.ly/bundler-issues | How to help: http://bit.ly/bundler-development | API Dashboard http://cl.ly/SBoH | #bundler logs: http://bit.ly/bundler-logs | Questions will be answered eventually, so hang out for a while
x1337807x has joined #bundler
cwebber has quit []
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<tmoore> tos9: what's your PATH?
Cidan is now known as zz_Cidan
x1337807x has joined #bundler
dsdeiz has quit [Ping timeout: 240 seconds]
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
havenwood has quit []
indirect has joined #bundler
jaimef has quit [Excess Flood]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dsdeiz has joined #bundler
jaimef has joined #bundler
x1337807x has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #bundler
robbyoconnor has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #bundler
havenwood has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #bundler
ixti has joined #bundler
robbyoconnor has quit [Ping timeout: 246 seconds]
robbyoconnor has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dsdeiz has left #bundler [#bundler]
robbyoconnor has quit [Read error: Connection reset by peer]
robbyoconnor has joined #bundler
jaimef has quit [Excess Flood]
jaimef has joined #bundler
robbyoconnor has quit [Excess Flood]
robbyoconnor has joined #bundler
tos9 has quit [Ping timeout: 265 seconds]
tos9 has joined #bundler
zz_Cidan is now known as Cidan
havenwood has quit [Remote host closed the connection]
cha1tanya has joined #bundler
Cidan is now known as zz_Cidan
adam12 is now known as adam
havenwood has joined #bundler
adam is now known as Guest32866
havenwood has quit [Ping timeout: 246 seconds]
kgrz has joined #bundler
havenwood has joined #bundler
samphippen has joined #bundler
havenwood has quit [Ping timeout: 250 seconds]
havenwood has joined #bundler
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
havenwood has quit [Ping timeout: 250 seconds]
deepy has quit [Read error: Operation timed out]
deepy has joined #bundler
deepy is now known as Guest59300
ixti has quit [Ping timeout: 240 seconds]
havenwood has joined #bundler
havenwood has quit [Ping timeout: 250 seconds]
havenwood has joined #bundler
havenwood has quit [Ping timeout: 240 seconds]
havenwood has joined #bundler
havenwood has quit [Ping timeout: 250 seconds]
samphippen has joined #bundler
Guest59300 has joined #bundler
Guest59300 has quit [Changing host]
Guest59300 is now known as deepy
ixti has joined #bundler
<tos9> tmoore: /usr/local/var/rbenv/shims /usr/local/bin /Users/Julian/.local/bin /usr/local/sbin /usr/local/share/pypy /Users/Julian/.local/share/gems/bin /Users/Julian/.local/share/go/bin /usr/local/share/npm/bin /usr/local/opt/coreutils/libexec/gnubin /usr/local/var/rbenv/shims /usr/bin /bin /usr/sbin /sbin
<tos9> (and type -a bundler is bundler is /Users/Julian/.local/share/gems/bin/bundler)
cha1tanya has quit [Ping timeout: 250 seconds]
havenwood has joined #bundler
havenwood has quit [Ping timeout: 240 seconds]
robbyoconnor has quit [Ping timeout: 240 seconds]
cha1tanya has joined #bundler
havenwood has joined #bundler
kgrz has quit [Remote host closed the connection]
kgrz has joined #bundler
kgrz has quit [Ping timeout: 240 seconds]
kgrz has joined #bundler
cwebber has joined #bundler
rb2k has joined #bundler
x1337807x has joined #bundler
zz_Cidan is now known as Cidan
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
axl_ has joined #bundler
axl_ has quit [Remote host closed the connection]
havenwood has quit []
ixti has quit [Ping timeout: 250 seconds]
flah00 has joined #bundler
kgrz has quit [Remote host closed the connection]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
flah00 has quit [Quit: Page closed]
havenwood has joined #bundler
axl_ has joined #bundler
axl_ has quit [Client Quit]
cha1tanya has quit [Ping timeout: 240 seconds]
samphippen has joined #bundler
kgrz has joined #bundler
kgrz has quit [Ping timeout: 252 seconds]
havenwood has quit [Read error: Connection reset by peer]
havenwood has joined #bundler
havenwood has quit [Read error: Connection reset by peer]
havenwood has joined #bundler
x1337807x has joined #bundler
kgrz has joined #bundler
kgrz has quit [Ping timeout: 240 seconds]
x1337807x has quit [Quit: Textual IRC Client: www.textualapp.com]
havenwood has quit []
axl_ has joined #bundler
<tmoore> tos9: that sounds like bundler may have been installed under a different ruby version than the one you're trying to use with rbenv
<tmoore> tos9: try reinstalling (gem install bundler) and see if that fixes it
<tmoore> tos9: and you might want to get rid of the .local/share/gems directory... sounds like that came from a previous version of ruby that was installed without rbenv
<tos9> tmoore: that directory is my GEM_HOME (after installing rbenv)
<tos9> but yeah bundler was installed via the other ruby
<tos9> but isn't that part of the point? How do I have a bundler that works with each ruby I want to use
<tmoore> usually you want to have different GEM_HOME directories for different ruby versions
<tos9> A ha. What's the right way to set that?
<tmoore> gem's aren't necessarily compatible across different versions of Ruby
<tmoore> rbenv usually manages it by default
<tos9> Can I tell rbenv which directory to use as the "root" of where it's going to put those?
<tos9> Which is really waht I was after
<tmoore> I'm not sure
<tos9> K, lemme try unborking my install first I guess, since now `gem install bundler` segfaults if I try to do it with the other ruby version.
<tmoore> yeah probably the same thing is happening with gem itself
<tos9> I guess I figured this wouldn't work, it's the same with Python (packages aren't portable across versions), whoops.
<tmoore> but you'll probably get better help from rbenv people than from me :-)
<tos9> Yeah if I can find them :D, doesn't appear to be an rbenv channel
<tos9> that looks promising though
<tos9> guess I'll play around :)
<tos9> Appreciated :)
Cidan is now known as zz_Cidan
chouhoulis has quit [Ping timeout: 240 seconds]
ixti has joined #bundler
axl_ has quit [Quit: axl_]
zz_Cidan is now known as Cidan
rb2k has quit [Quit: rb2k]
Cidan is now known as zz_Cidan
chouhoulis has joined #bundler
rb2k has joined #bundler
ixti has quit [Ping timeout: 240 seconds]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]