Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Ensure the latest rubygems is installed
Browse files Browse the repository at this point in the history
Bundler 1.16.1 requires rubygems >= 2.7.4
See travis-ci/travis-ci#8978 (comment)
  • Loading branch information
jcoyne committed Apr 19, 2018
1 parent 4653e01 commit 1a2bf99
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,11 @@ rvm:
- 2.4.2
- 2.5.1

before_install:
# Ensure we have rubygems >= 2.4.7
# https://github.com/travis-ci/travis-ci/issues/8978#issuecomment-354036443
- gem update --system

env:
- 'RAILS_VERSION="~> 4.2"'
- 'RAILS_VERSION="~> 5.0.0"'
Expand All @@ -34,3 +39,11 @@ matrix:
- 'AF_VERSION="~> 8.0"'
- 'RAILS_VERSION="~> 4.2"'
rvm: 2.3.5
exclude:
- env: # Already explicitly in the include
- 'RAILS_VERSION="~> 4.2"'
rvm: 2.3.5




0 comments on commit 1a2bf99

Please sign in to comment.