Skip to content

Commit aef8da0

Browse files
greysteilSam Phippen
authored andcommitted
Use Rubygems 2.7.8 (avoid Rubygems 3) (#2051)
1 parent 4d6feb0 commit aef8da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cache: bundler
2323
bundler_args: "--binstubs --path ../bundle --retry=3 --jobs=3"
2424

2525
before_install:
26-
- gem update --system
26+
- gem update --system 2.7.8
2727
- gem install bundler
2828
- script/clone_all_rspec_repos
2929

0 commit comments

Comments
 (0)