Skip to content

Commit

Permalink
upgrade bundler version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rainchen committed Jul 28, 2019
1 parent b3ef712 commit 80b5055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sudo: false
language: ruby
rvm:
- 2.4.3
before_install: gem install bundler -v 1.16.0
before_install: gem install bundler -v 2.0.2

# config GitHub OAuth Token
env:
Expand Down
2 changes: 1 addition & 1 deletion code_quality.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "rubocop-github", "~> 0.12.0"
spec.add_dependency "code_metric_fu", "~> 4.14.4"

spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "bundler", "~> 2.0.2"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
end

0 comments on commit 80b5055

Please sign in to comment.