Skip to content

Commit

Permalink
Revert Workaround for broke Travis with RubyGems 2.7
Browse files Browse the repository at this point in the history
rubygems/rubygems#2123 has been resolved and fixed version
RubyGems 2.7.4 released.
Version specification to `gem update --system` is no longer necessary.

Related rails/rails#31558.
  • Loading branch information
koic authored and bbatsov committed Dec 25, 2017
1 parent 3e064e9 commit 94174b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ matrix:
- rvm: jruby-head
fast_finish: true
before_install:
- gem update --system 2.6.14
- gem update --system
- gem update --remote bundler
install:
- bundle install --retry=3
Expand Down

0 comments on commit 94174b1

Please sign in to comment.