Skip to content

Commit

Permalink
Do not manually update system RubyGems (mastodon#6355)
Browse files Browse the repository at this point in the history
Travis CI ships compatible system RubyGems now:
travis-ci/travis-ci#8969 (comment)
> I have repackaged the 2.5.0 archive for Linux to include RubyGems 2.7.4,
> which should have the fix for this issue. Please restart the affected
> jobs, and let us know how they go for you.
  • Loading branch information
akihikodaki authored and Gargron committed Jan 25, 2018
1 parent d6a27cc commit d1d2c83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -47,7 +47,6 @@ services:
- redis-server

install:
- gem update --system
- nvm install
- bundle install --path=vendor/bundle --without development production --retry=3 --jobs=16
- yarn install
Expand Down

0 comments on commit d1d2c83

Please sign in to comment.