Skip to content

Commit 21e578d

Browse files
greysteilsebjacobs
authored andcommitted
Use Rubygems 2.7.8 (avoid Rubygems 3) (rspec#2051)
1 parent 3984aed commit 21e578d

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)