Skip to content

Commit

Permalink
Merge pull request #281 from DeployGate/work/update_travis
Browse files Browse the repository at this point in the history
travisで使用しているbundlerのversionをupdateしました
  • Loading branch information
henteko authored May 21, 2020
2 parents 7c470df + d72ab6a commit 355000b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.1
2.4.5
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ rvm:
- 2.6
- 2.7
before_install:
- gem install bundler -v 1.17.3
install: BUNDLER_VERSION=1.17.3 bundle install --jobs=3 --retry=3
- gem install bundler -v 2.1.4
install: BUNDLER_VERSION=2.1.4 bundle install --jobs=3 --retry=3
script:
- bundle exec rake
deploy:
Expand Down

0 comments on commit 355000b

Please sign in to comment.