<adam12>
havenwood: be nice to see a test script to show off M:N. Save me from trying to come up with something.
caedmon has quit [Ping timeout: 252 seconds]
wyclif has quit [Ping timeout: 255 seconds]
gr33n7007h has quit [Ping timeout: 255 seconds]
caedmon has joined #ruby
gr33n7007h has joined #ruby
wyclif has joined #ruby
wyclif has quit [Client Quit]
caedmon has quit [Ping timeout: 255 seconds]
<cornfeedhobo>
I keep trying to use a Gemfile and reference a git repo, however bundle never seems to actually download the repo
<cornfeedhobo>
does anyone know how to fix this?
caedmon has joined #ruby
jas-maelstrom has quit [Quit: Leaving]
caedmon has quit [Ping timeout: 260 seconds]
Lestat9 has joined #ruby
caedmon has joined #ruby
caedmon has quit [Ping timeout: 255 seconds]
<cornfeedhobo>
these git dependencies are always shown with an exclamation point at the end when running `bundle env`
Lestat9 has quit [Quit: Leaving]
<cornfeedhobo>
no matter what i do, it only installs git dependencies into bundler's cache, not it's gems
Linux_Kerio has joined #ruby
Allak has joined #ruby
caedmon has joined #ruby
Aminda has quit [Ping timeout: 252 seconds]
Allak has quit [Remote host closed the connection]
caedmon has quit [Ping timeout: 248 seconds]
Aminda has joined #ruby
caedmon has joined #ruby
caedmon has quit [Quit: caedmon]
caedmon has joined #ruby
<cornfeedhobo>
i swear bundler is useless
<cornfeedhobo>
do i have to create a dummy gemspec to get bundler to properly use git dependencies
<cornfeedhobo>
wtf
alphacentauri has quit [Quit: WeeChat 4.0.5]
jas-maelstrom has joined #ruby
<cornfeedhobo>
nope that is useless too
caedmon has quit [Ping timeout: 252 seconds]
alphacentauri has joined #ruby
TrillionEuroNote has quit [Ping timeout: 264 seconds]
_ht has joined #ruby
TrillionEuroNote has joined #ruby
quintasan has quit [Ping timeout: 272 seconds]
quintasan_ has joined #ruby
grenierm has joined #ruby
_ht has quit [Quit: _ht]
CrazyEddy has quit [Remote host closed the connection]
wand has quit [Remote host closed the connection]
wand has joined #ruby
stevenn has joined #ruby
stevenn has quit [Quit: Quit]
kapil_ has joined #ruby
ccooke has quit [Ping timeout: 255 seconds]
mdr has quit [Ping timeout: 255 seconds]
kapil has quit [Ping timeout: 255 seconds]
Fridtjof has quit [Ping timeout: 255 seconds]
Fridtjof has joined #ruby
ccooke has joined #ruby
MalusVulgaris has joined #ruby
crespire1 has joined #ruby
crespire has quit [Killed (NickServ (GHOST command used by crespire1))]
mdr has joined #ruby
Linux_Kerio has quit [Ping timeout: 255 seconds]
Linux_Kerio has joined #ruby
grenierm has quit [Ping timeout: 245 seconds]
nona has quit [Ping timeout: 255 seconds]
taupiqueur_shiny has joined #ruby
alphacentauri has quit [Quit: WeeChat 4.0.5]
<adam12>
cornfeedhobo: bundler expects a gemspec in that folder.
<adam12>
cornfeedhobo: You didn't say what's happening when it doesn't work, but make sure you're using `bundle exec` to run your Ruby command, or bundler won't set up the git loadpath. This is especially important with `git` dependencies which won't also co-exist in the install path.
<cornfeedhobo>
I tried that, but it didn't resolve the dependency correctly. I think this ends up being a vagrant specific issue, where it's using bundle internally to manage yet another gem location.
<cornfeedhobo>
I was able to `rake build` and `vagrant plugin install <gempath>`
<adam12>
Ooh. Yes, it could be a Vagrant issue.
<cornfeedhobo>
My end goal was to create a completely out-of-band directory for a Vagrantfile that was run using a git version of vagrant and a git version of the vagrant plugin I made a PR to.
<cornfeedhobo>
it'd be annoying to use `bundle` but at least I could use the feature while waiting on the review
<adam12>
Gotta get kids off to school. Good luck.
<cornfeedhobo>
haha likewise!
wand has quit [Read error: Connection reset by peer]
wand has joined #ruby
hiyori has quit [Quit: Client closed]
taupiqueur_shiny has quit [Remote host closed the connection]
taupiqueur_shiny has joined #ruby
taupiqueur_shiny has quit [Remote host closed the connection]
taupiqueur_shiny has joined #ruby
oguXxrUA has joined #ruby
pvalenta has quit [Remote host closed the connection]
pvalenta has joined #ruby
pvalenta has quit [Changing host]
pvalenta has joined #ruby
taupiqueur_shiny has quit [Remote host closed the connection]
taupiqueur_shiny has joined #ruby
taupiqueur_shiny has quit [Remote host closed the connection]
<adam12>
Bundler normally clones to a bare repo, checks out the git source to another folder, and then installs the dependencies from .gemspec. Then it adds the lib/ path from that git source to $LOAD_PATH (among with dependencies it found in the gemspec)
hightower2 has quit [Read error: Connection reset by peer]
John_Ivan__ has quit [Quit: Disrupting the dragon's slumber one time too often shall eventually bestow upon all an empirical and indiscriminate conflagration that will last for all goddamn eternity.]
John_Ivan has joined #ruby
keb_ has joined #ruby
keb_ has quit [Remote host closed the connection]
keb_ has joined #ruby
keb_ has quit [Quit: Leaving]
markong has quit [Ping timeout: 255 seconds]
Vonter has quit [Ping timeout: 258 seconds]
Vonter has joined #ruby
TomyWork has quit [Remote host closed the connection]