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
havenwood has quit [Remote host closed the connection]
imkmf has quit [Ping timeout: 260 seconds]
Pupeno has quit [Remote host closed the connection]
Pupeno has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #bundler
chouhoulis has joined #bundler
Cidan is now known as zz_Cidan
imkmf has joined #bundler
imkmf has quit [Client Quit]
chouhoulis has quit [Remote host closed the connection]
braidn has quit [Excess Flood]
chouhoulis has joined #bundler
g3funk has joined #bundler
doritostains has joined #bundler
<doritostains> When I do bundle install it says “you have to install git”, but I already installed git. How do I get Bundler to see it?
<tmoore> doritostains: is it in your PATH?
<doritostains> tmoore: yes, I can simply type “git” and it works
<doritostains> which git
<tmoore> can you make a gist with 1. the full error message you get from bundler and 2. the output from `bundle env`?
<doritostains> usr/local/bin/git
<doritostains> ok thanks
<Radar> doritostains: Are you running the command as the same user?
<Radar> doritostains: i.e. running "bundle install" as the same user as you're running "git"
<Radar> And under the same conditions?
<doritostains> Radar: yeah I’m not using sudo or anything
<doritostains> git version 2.1.3
chouhoul_ has joined #bundler
<doritostains> Bundler version 1.7.4
robbyoconnor has joined #bundler
<Radar> Wait, Git 2.1.3?
<Radar> I thought the latest was 2.0.1?
<doritostains> Radar: just checked the site, it’s 2.1.3
<Radar> ok, I am wrong
chouhoulis has quit [Ping timeout: 250 seconds]
<doritostains> should I downgrade bundler?
<Radar> No
<doritostains> looks like the path to the git gem has changed since I last worked on this project, that could be the problem
zz_Cidan is now known as Cidan
Cidan is now known as zz_Cidan
<doritostains> nope, still doesn’t work
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<tmoore> That's a little mystifying... bundler is just looking your your PATh
<tmoore> doritostains: what does 'bundle exec echo $PATH' print?
ixti has quit [Ping timeout: 260 seconds]
<doritostains> tmoore: the exact same thing as ‘echo $PATH’
chutwig has joined #bundler
<tmoore> which is...
cha1tanya has joined #bundler
cha1tanya has quit [Ping timeout: 255 seconds]
<tmoore> doritostains: here is the code Bundler runs to find git: https://github.com/bundler/bundler/blob/v1.7.4/lib/bundler.rb#L299
<tmoore> doritostains: so either PATH isn't exported, git isn't in your PATH, or the git in your path isn't executable
<doritostains> tmoore: could it be that it’s a symlink?
<tmoore> I don't think so... mine is a symlink
<tmoore> doritostains: what do you get from ls -l $(which git)
<doritostains> ../Cellar/git/2.1.3/bin/git
<doritostains> lrwxr-xr-x 1 adrian staff 27 Nov 5 18:31 /usr/local/bin/git -> ../Cellar/git/2.1.3/bin/git
<tmoore> yeah same with me :-\
<tmoore> doritostains: just grasping at straws now... does this print the same thing as echo $PATH? bundle exec ruby -e 'puts ENV["PATH"]'
<doritostains> tmoore: ruby -e ‘puts ENV[“PATH”]’ print out nothing and bundle exec ruby… print out “bundler: command not found: ruby”
<tmoore> hmm sounds like your PATH isn't exported
<tmoore> type 'export PATH' then try that again
<doritostains> same result
chutwig has left #bundler [#bundler]
<tmoore> so what does 'echo $PATH' actually print for you?
<doritostains> tmoore: just tried with a different ruby on a different project and that one works fine
<tmoore> Ruby 1.9.2 is notoriously buggy and unsupported... maybe that's the problem?
<doritostains> tmoore: yeah I’m just going to try a fresh ruby, thanks!
<tmoore> good luck :-)
x1337807x has joined #bundler
cha1tanya has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
cha1tanya has quit [Ping timeout: 264 seconds]
tbuehlmann has joined #bundler
chouhoul_ has quit [Remote host closed the connection]
ixti has joined #bundler
chouhoulis has joined #bundler
chouhoulis has quit [Ping timeout: 244 seconds]
havenwood has joined #bundler
g3funk is now known as braidn
djbkd_ has joined #bundler
djbkd has quit [Ping timeout: 244 seconds]
livingstn has joined #bundler
iamjarvo has joined #bundler
axl_ has joined #bundler
Pupeno_ has joined #bundler
Pupeno has quit [Ping timeout: 250 seconds]
axl_ has quit [Quit: axl_]
axl_ has joined #bundler
Pupeno_ has quit [Remote host closed the connection]
tbuehlmann has quit [Remote host closed the connection]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
chouhoulis has joined #bundler
Pupeno has joined #bundler
Pupeno has joined #bundler
Pupeno has quit [Remote host closed the connection]
imkmf has joined #bundler
Pupeno has joined #bundler
Pupeno has joined #bundler
Pupeno has quit [Changing host]
Pupeno_ has joined #bundler
Pupeno has quit [Ping timeout: 265 seconds]
Pupeno_ has quit [Remote host closed the connection]
iamjarvo has joined #bundler
axl_ has quit [Quit: axl_]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zz_Cidan is now known as Cidan
Cidan is now known as zz_Cidan
x1337807x has joined #bundler
x1337807x has quit [Max SendQ exceeded]
x1337807x has joined #bundler
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #bundler
x1337807x has quit [Max SendQ exceeded]
x1337807x has joined #bundler
x1337807x has quit [Max SendQ exceeded]
x1337807x has joined #bundler
robbyoconnor has quit [Ping timeout: 256 seconds]
iamjarvo has joined #bundler
tbuehlmann has joined #bundler
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Ikri has joined #bundler
<Ikri> heyo o/
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
iamjarvo has joined #bundler
iamjarvo has quit [Max SendQ exceeded]
iamjarvo has joined #bundler
axl_ has joined #bundler
x1337807x has joined #bundler
x1337807x has quit [Max SendQ exceeded]
x1337807x has joined #bundler
braidn has quit [Excess Flood]
g3funk has joined #bundler
GeneralShenaniga has joined #bundler
<GeneralShenaniga> ruby/Bundler noob here... working on setting up a package called snorby (web GUI frontend for SNORT IDS) based on this guide: http://www.rivy.org/2013/03/installing-snorby/
doritostains has quit [Quit: doritostains]
<GeneralShenaniga> What user should I be running bundler under? I see it nagging me not to run it as root
doritostains has joined #bundler
<GeneralShenaniga> how bad is it if I run bundler as root, if I don't intend to use it under any other users?
<Ikri> snorby is a really cute name. sorry that wasn't helpful.
<GeneralShenaniga> all good haha
<Ikri> maybe try highlighting some of the ops here? they might know something
<Ikri> also (hope this is ok) #learnprogramming can sometimes be helpful.
<Ikri> ckrailo indirect ixti tmoore and also highlighting psacrifice not because I know him or have seen him talk but I want to know why he's sacrificing the p.
<GeneralShenaniga> never mind, I'm an idiot.
<Ikri> you figured it out? yay
<GeneralShenaniga> well, made some progress
<GeneralShenaniga> now I'm dealing with build issues again... good ol' "undefined method `symbolize_keys' for nil:NilClass"
tbuehlmann has quit [Remote host closed the connection]
<Ikri> nice
<GeneralShenaniga> ok got past that... crossing fingers
<GeneralShenaniga> OH HELLZ YEAH!
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
imkmf_ has joined #bundler
imkmf has quit [Ping timeout: 250 seconds]
Pupeno has joined #bundler
g3funk has quit [Excess Flood]
g3funk has joined #bundler
Pupeno_ has joined #bundler
Pupeno has quit [Ping timeout: 265 seconds]
iamjarvo has joined #bundler
robbyoconnor has joined #bundler
imkmf has joined #bundler
imkmf_ has quit [Ping timeout: 250 seconds]
GeneralShenaniga has left #bundler [#bundler]
axl_ has quit [Quit: axl_]
axl_ has joined #bundler
livingstn has quit []
Ikri has quit [Remote host closed the connection]
doritostains has quit [Quit: doritostains]
doritostains has joined #bundler
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
axl_ has quit [Quit: axl_]
x1337807x has joined #bundler
g3funk has quit [Excess Flood]
g3funk has joined #bundler