robbyoconnor has quit [Read error: Operation timed out]
robbyoconnor has joined #bundler
rjhunter has joined #bundler
rjhunter has quit [Ping timeout: 265 seconds]
rjhunter has joined #bundler
digitalvapor has joined #bundler
digitalvapor has quit [Ping timeout: 240 seconds]
rjhunter has quit [Remote host closed the connection]
rjhunter has joined #bundler
retro|cz has quit [Read error: Operation timed out]
bensonshaji has joined #bundler
<bensonshaji>
I am using fedora 20, I have Installed gems using "bundle install --path vendor/bundle", it was successfully installed by not detected by the system when I enter the folder. Where Am I going wrong?
bensonshaji has quit [Quit: Leaving]
jacobat has quit [Ping timeout: 252 seconds]
jacobat has joined #bundler
rjhunter has quit [Remote host closed the connection]
acriax has joined #bundler
<acriax>
Hey, this is kind of a noobish question, but can I select the dependencies a gem requires manually?
<acriax>
So I'd like to try to say that activeadmin-mongoid should try to use 4.0.0.beta1 instead of ~> 4.0
<acriax>
Although I thought that ~> 4.0 would include 4.0.0.beta1
<tmoore>
acriax: 4.0.0.beta1 is considered less than 4.0
<tmoore>
Which version of activeadmin-mongoid are you using? The latest one depends on mongoid < 5.0, > 3.0
<tmoore>
The short answer to your question is that the only way to select dependencies manually is to fork the gem and point to the git repo, but in your case I don't think you should need to do that.
<tmoore>
and if not, try the Bundler 1.6 pre-release (gem install --pre bundler) It fixes a bunch of bugs with the resolver
<acriax>
tmoore: thanks. I was using the rails4 branch of activeadmin. The master branch indeed seems to depend on mongoid < 5.0, > 3.0, but also actionpack ~> 3.1 whereas rails4 depends on actionpack 4.0.4
omegahm has quit [Ping timeout: 264 seconds]
<tmoore>
ah yeah I see
<tmoore>
Where did you find that? I don't see it on GitHub
<tmoore>
oh I see the rails4 branch of activeadmin-mongoid