Skip to content

Commit 0d7c06d

Browse files
Lock rubygems version to 2.7.9
Since it's the last version compatible with the full current matrix.
1 parent d3762d0 commit 0d7c06d

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
@@ -1,5 +1,5 @@
11
before_install:
2-
- gem update --system
2+
- gem update --system 2.7.9
33
- gem install bundler
44
- rvm @global do gem uninstall did_you_mean
55
bundler_args: --without development

0 commit comments

Comments
 (0)