Skip to content

Commit c503989

Browse files
committed
Avoid bundler load error on CI
See: rubygems/bundler#6629 Should be changed when fixed on next bundler release
1 parent 65d85a3 commit c503989

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
@@ -24,7 +24,7 @@ bundler_args: "--binstubs --path ../bundle --retry=3 --jobs=3"
2424

2525
before_install:
2626
- gem update --system
27-
- gem install bundler
27+
- gem install bundler -v 1.16.2
2828
- script/clone_all_rspec_repos
2929

3030
before_script:

0 commit comments

Comments
 (0)