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: Avoid update of RubyGems #781

Merged
merged 1 commit into from Dec 17, 2019
Merged

Travis: Avoid update of RubyGems #781

merged 1 commit into from Dec 17, 2019

Conversation

olleolleolle
Copy link
Member

@olleolleolle olleolleolle commented Dec 17, 2019

  • The current RubyGems update process asks for a bundle binary to be installed and Travis CI stalls there, quitting after 10min of inactivity

The solution in this PR is to "not update the RubyGems used".

Background

This is a new behavior in RubyGems 3.1.0+.

Update: But wait, rubygems/rubygems#3035 is now merged and available, and should be possible to use, now. That is: in order to stay on latest-possible RubyGems, use gem update --system --force. I chose not to do that, since the CI works without it, for our matrix.

  - This asks for a bundle binary to be installed and stalls there
@olleolleolle olleolleolle mentioned this pull request Dec 17, 2019
@olleolleolle olleolleolle merged commit 7746f58 into master Dec 17, 2019
@olleolleolle olleolleolle deleted the avoid-gem-update branch December 17, 2019 13:41
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.

None yet

1 participant