Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SlimGems doesn't survive version checks of recent gemspecs #16

Open
triskweline opened this issue Mar 7, 2014 · 0 comments
Open

SlimGems doesn't survive version checks of recent gemspecs #16

triskweline opened this issue Mar 7, 2014 · 0 comments

Comments

@triskweline
Copy link

Apparently gemspecs allow to definine a minimum Rubygems version. See this gemspec from Rails 4:

https://github.com/rails/rails/blob/8fd422edb8d377c4a7ecef21f7b80f1c6c3156fd/rails.gemspec#L11

Since the last update of SlimGems, the version number of original RubyGems has moved away so far ahead that is is no longer possible to e.g. install Rails 4 with SlimGems:

Gem::InstallError: rails requires SlimGems version >= 1.8.11. Try 'gem update --system' to update SlimGems itself.

Would you consider bumping the version number of Slimgems into the range currently used by Rubygems?

I'd love to be able to keep using SlimGems since I'm working on both old and new Ruby applications. Right now I need SlimGems for old projects and original Rubygems for new projects, which kind of sucks :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant