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

Travis build fails for Ruby version 1.9.2... #380

Closed
jchromik opened this issue Mar 10, 2016 · 0 comments
Closed

Travis build fails for Ruby version 1.9.2... #380

jchromik opened this issue Mar 10, 2016 · 0 comments

Comments

@jchromik
Copy link
Contributor

... with the following error:
Gem::InstallError: rake requires Ruby version >= 1.9.3.
See here.

It seems that the reason is a new version of Rake (11.0.1), from March 9, 2016, that requires Ruby >= 1.9.3.

Possible solutions I can come up with are:

  • not building on version 1.9.2 anymore,
  • specifying a Rake version < 11.0.1 (e.g. 10.5.0) in the Gemfile or,
  • using conditionals in the Gemfile that specify the Rake version only for Ruby < 1.9.3

Happy fixing, let me know if I can help you with that.

BanzaiMan referenced this issue Apr 8, 2016
add conditionals for rake on older ruby versions
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