Skip to content

Commit

Permalink
Merge pull request #30 from sul-dlss/travis-bundler-v2.1.2
Browse files Browse the repository at this point in the history
have travis use bundler 2.1.2
  • Loading branch information
justinlittman authored Jan 16, 2020
2 parents bd2a18e + 061e1ca commit e454c2c
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 e454c2c

Please sign in to comment.