Skip to content

Commit

Permalink
Update development bundler to ~> 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramontayag committed Jul 17, 2019
1 parent a267c56 commit 06b952d
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 @@ -2,4 +2,4 @@ sudo: false
language: ruby
rvm:
- 2.6.0
before_install: gem install bundler -v 1.16.1
before_install: gem install bundler -v 2.0.2
2 changes: 1 addition & 1 deletion bitcoiner.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'addressable'
spec.add_dependency 'typhoeus', '~> 1.3.0'

spec.add_development_dependency 'bundler', '~> 1.16'
spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'minitest', '~> 5.0'
spec.add_development_dependency 'mocha', '~> 1.1.0'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit 06b952d

Please sign in to comment.