Skip to content

Commit 37a692e

Browse files
committed
Fix builds in Ruby 2.5
1 parent b31c63c commit 37a692e

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
@@ -5,7 +5,7 @@ services:
55

66
before_install:
77
- gem update --system
8-
- gem update bundler
8+
- gem install bundler
99

1010
rvm:
1111
- 2.3

0 commit comments

Comments
 (0)