Skip to content

Commit

Permalink
have travis use bundler 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Jan 16, 2020
1 parent bd2a18e commit 061e1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
- "RAILS_VERSION=5.2.3"
- "RAILS_VERSION=6.0.0"

before_install: gem install bundler -v 2.0.2
before_install: gem install bundler -v 2.1.2

before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
Expand Down

0 comments on commit 061e1ca

Please sign in to comment.