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

Gem error using RVM ruby-2.0.0-p643 #136

Closed
jorgevbo opened this issue Mar 14, 2016 · 6 comments
Closed

Gem error using RVM ruby-2.0.0-p643 #136

jorgevbo opened this issue Mar 14, 2016 · 6 comments
Milestone

Comments

@jorgevbo
Copy link

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'

@ArtemDordovskyi
Copy link

I've fixed it by adding version

gem 'config', '1.0.0'

@DannyBen
Copy link

I am also getting this error, and also locked version to "< 1.1.0" - but this is not a fix.
I could not find anywhere in the changelog / readme that the compatibility changed to >= ruby 2.2.2 - so I guess this is an unintentional bug?

( Suggest issue subject change to something like InstallError: config requires Ruby version >= 2.2.2 )

@philrosenstein
Copy link

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..

@stefanahman
Copy link

@pkuczynski Add a new tag for Ruby version downgrade? Current master has no tag.

@pkuczynski
Copy link
Member

Actually the current stable and maintained versions are listed here: https://www.ruby-lang.org/en/downloads/

  • 2.1.9
  • 2.2.5
  • 2.3.1

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

@pkuczynski
Copy link
Member

Done. Please use version 1.1.1

@pkuczynski pkuczynski added this to the 0.3.pre milestone Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

6 participants