Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Regression in 1.6.0 and above (works in 1.5.3) #2994

Closed
rosenfeld opened this issue Apr 22, 2014 · 6 comments
Closed

Regression in 1.6.0 and above (works in 1.5.3) #2994

rosenfeld opened this issue Apr 22, 2014 · 6 comments

Comments

@rosenfeld
Copy link

Here's a Gemfile that doesn't run on 1.6.0 and above but does run on 1.5.3:

source 'https://rubygems.org'

gem 'railties', '4.1.0'
gem 'sprockets-rails'
gem 'sass-rails'

If you comment the sprockets-rails dependency, run bundler, uncomment and run again it works...

@rosenfeld rosenfeld changed the title Regression in 2.6.0 and above (works in 2.5.3) Regression in 1.6.0 and above (works in 1.5.3) Apr 22, 2014
@Who828 Who828 closed this as completed in be5e3f7 Apr 23, 2014
@Who828
Copy link
Contributor

Who828 commented Apr 23, 2014

Hey, I just pushed a commit that fixes this issue. It should come out in the next version of Bundler hopefully.
Can you please try out the master branch of Bundler?

@rosenfeld
Copy link
Author

Yes, I can confirm the version in master works for this Gemfile. But it still fails for my own Gemfile. I'll see if I can simplify my Gemfile and still have it to fail so that I can fill another ticket.

@rosenfeld
Copy link
Author

Now even that Gemfile isn't working but I think I'm not running the bundler in master anymore. I even changed the version in lib/bundler/version.rb and run bin/bundler --version from a master checkout and it prints 1.6.2 instead of 1.6.3 to which I changed in the source... Is there another way to force bundler from master to run?

@rosenfeld
Copy link
Author

Nevermind, found out this: https://github.com/bundler/bundler/blob/master/DEVELOPMENT.md

@rosenfeld
Copy link
Author

Sorry, forgot to mention that running from master the proper way it worked for my full Gemfile.

@Who828
Copy link
Contributor

Who828 commented Apr 24, 2014

Thanks for taking the time to try it out! If possible keep using the master version for Bundler and report back if you find any other issues.
If nothing else comes up, this fix should be there in the next version of Bundler.

Who828 added a commit that referenced this issue Jun 16, 2014
We now keep track of conflicts we have encountered
to resolve the dependencies better
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants