Skip to content

Update .travis.yml to unblock Ruby 2.2 builds #628

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

Merged
merged 2 commits into from
Jun 16, 2019
Merged

Conversation

drwl
Copy link
Collaborator

@drwl drwl commented Jun 16, 2019

This PR updates Ruby 2.2.X to use 2.2.10. It also unblocks Ruby 2.2 builds currently failing in CI. This happens because builds try updating to RubyGems 3 which does not support Ruby 2.2.

drwl added 2 commits June 16, 2019 14:30
There are 3 patch versions of security and vulnerability fixes and 2.2.7
was released back in March 28 2017.
The current build tries to update to RubyGems 3. This currently fails
for Ruby 2.2 because RubyGems 3.0.0 drops support for Ruby 2.2.X.

This change should support Ruby 2.2 by explicitly installing RubyGems
2.7 after failing to find a compatible version of 3.
@drwl
Copy link
Collaborator Author

drwl commented Jun 16, 2019

cc @ctran just a fyi

@drwl drwl merged commit 681d537 into develop Jun 16, 2019
@drwl drwl deleted the drwl/update-ruby2_2 branch June 16, 2019 21:45
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

Successfully merging this pull request may close these issues.

1 participant