Skip to content

Commit

Permalink
Upgrade the Gemfile.lock to Bundler 2. (#1866)
Browse files Browse the repository at this point in the history
This allows ruby-head to be run in CI.
  • Loading branch information
connorshea authored and vbrazo committed Dec 17, 2019
1 parent 3999425 commit 41d827d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
env:
global:
- CC_TEST_REPORTER_ID=c9b8356df2031a5a72462555fe898245cf24d83c7bb82c40ddb5c6c6976c4319
sudo: false
language: ruby
cache: bundler
rvm:
Expand All @@ -10,6 +9,8 @@ rvm:
- 2.5.3
- 2.6.1
- ruby-head
before_install:
- gem install bundler
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
i18n (1.7.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
json (2.2.0)
json (2.3.0)
method_source (0.9.2)
minitest (5.13.0)
parallel (1.19.1)
Expand Down Expand Up @@ -60,4 +60,4 @@ DEPENDENCIES
yard (= 0.9.20)

BUNDLED WITH
1.17.3
2.1.0

0 comments on commit 41d827d

Please sign in to comment.