Skip to content

Commit 355000b

Browse files
authored
Merge pull request #281 from DeployGate/work/update_travis
travisで使用しているbundlerのversionをupdateしました
2 parents 7c470df + d72ab6a commit 355000b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.4.5

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ rvm:
88
- 2.6
99
- 2.7
1010
before_install:
11-
- gem install bundler -v 1.17.3
12-
install: BUNDLER_VERSION=1.17.3 bundle install --jobs=3 --retry=3
11+
- gem install bundler -v 2.1.4
12+
install: BUNDLER_VERSION=2.1.4 bundle install --jobs=3 --retry=3
1313
script:
1414
- bundle exec rake
1515
deploy:

0 commit comments

Comments
 (0)