Skip to content

Commit 3a28b64

Browse files
amatsudapkuczynski
authored andcommitted
We're still supporting old versions of Rails and ruby that do not support bundler 2.x (#215)
1 parent 635656f commit 3a28b64

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
@@ -56,7 +56,7 @@ matrix:
5656
- rvm: 2.6.0
5757
gemfile: gemfiles/rails_4.1.gemfile
5858
before_install:
59-
- gem install bundler
59+
- gem install bundler -v '<2'
6060
script:
6161
- bundle exec rspec
6262
addons:

0 commit comments

Comments
 (0)