-
-
Notifications
You must be signed in to change notification settings - Fork 235
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
Gem error using RVM ruby-2.0.0-p643 #136
Comments
I've fixed it by adding version gem 'config', '1.0.0' |
I am also getting this error, and also locked version to "< 1.1.0" - but this is not a fix. ( Suggest issue subject change to something like InstallError: config requires Ruby version >= 2.2.2 ) |
Same problem here.. wants me to upgrade to Ruby 2.3 to satisfy dependencies. I have done this locally but not keen to upgrade unnecessarily on the servers.. |
@pkuczynski Add a new tag for Ruby version downgrade? Current master has no tag. |
Actually the current stable and maintained versions are listed here: https://www.ruby-lang.org/en/downloads/
Although Config does not require latest Ruby version and I made this change accidentally. I already fixed that on March 26th but did not released it, so let me do it now as v1.1.1 |
Done. Please use version 1.1.1 |
Hi,
I'm getting next error after execute bundle install in Rails:
Gem::InstallError: config requires Ruby version >= 2.2.2.
An error occurred while installing config (1.1.0), and Bundler cannot continue.
Make sure that
gem install config -v '1.1.0'
succeeds before bundling.I'm using default version en Gemfile:
gem 'config'
The text was updated successfully, but these errors were encountered: