Skip to content

Commit

Permalink
Update bundler
Browse files Browse the repository at this point in the history
Ran `bundle update --bundler`
  • Loading branch information
jcoyne committed Dec 18, 2019
1 parent e5091a1 commit 7f1b983
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,10 @@ env:

cache: bundler

before_install:
# Update rubygems so that bundler will work (for ruby 2.5.3)
- yes | gem update --system

rvm:
- 2.5.3

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -576,4 +576,4 @@ DEPENDENCIES
uglifier

BUNDLED WITH
1.17.3
2.1.1

0 comments on commit 7f1b983

Please sign in to comment.