Skip to content

Commit b365673

Browse files
Lock bundler to 1.17.3
Since it's the last version supporting the full current CI matrix.
1 parent da887b9 commit b365673

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,6 +1,6 @@
11
before_install:
22
- gem update --system 2.7.9
3-
- gem install bundler
3+
- gem install bundler:1.17.3
44
- rvm @global do gem uninstall did_you_mean
55
bundler_args: --without development
66
language: ruby

0 commit comments

Comments
 (0)