samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
samphippen has joined #bundler
Guest7556 has quit [Changing host]
Guest7556 has joined #bundler
Guest7556 is now known as deepy
cha1tanya has quit [Ping timeout: 250 seconds]
cwebber_ has joined #bundler
cwebber_ has quit [Client Quit]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
samphippen has joined #bundler
jmcbri has joined #bundler
<jmcbri>
Sorry if I'm a moron, but at this link http://bundler.io/v1.6/git.html in the documentation, about halfway down, where there is the discussion about local git repos should not this: gem 'rack', :github => 'rack/rack', :branch => 'master' be this: gem 'rack', :git => 'rack/rack', :branch => 'master' ? If so (I'm probably wrong, I'm a noob) can I change it in the docs somehow?
<jmcbri>
I.e. the change is a reference not to github, but to git
tttttttttttttttt has joined #bundler
weaksauce has quit [Ping timeout: 240 seconds]
<samphippen>
jmcbri: no
<samphippen>
github points explicitly at github.com
<samphippen>
git takes a raw git reference
heroux has quit [Ping timeout: 240 seconds]
heroux has joined #bundler
<jmcbri>
OK, thanks. Worked for me with just the git, not github. Since the section is covering local repos in gems, no idea we there would be a reference to github. Moreover, what if you were using something other than github, like bitbuckt? I'm not getting it, I think it's wrong.
<jmcbri>
OK. Sorry, the local overrides the gemfile location, so whatever I put in the gemfile as the location, the local will be pulled? But the branch will be read from the gemfile.
jaimef has quit [Excess Flood]
jaimef has joined #bundler
Garoe has quit [Quit: Saliendo]
samphippen has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
heroux has quit [Ping timeout: 250 seconds]
heroux has joined #bundler
samphippen has joined #bundler
retro|cz has joined #bundler
<indirect>
jmcbri: if you _don't_ have a local, then the git/github/whatever option will be used