Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
Update bundler requirement from ~> 1.16 to ~> 2.1
Browse files Browse the repository at this point in the history
Updates the requirements on [bundler](https://github.com/bundler/bundler) to permit the latest version.
- [Release notes](https://github.com/bundler/bundler/releases)
- [Changelog](https://github.com/bundler/bundler/blob/master/CHANGELOG.md)
- [Commits](rubygems/bundler@v1.16.0...v2.1.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Dec 15, 2019
1 parent 018bd62 commit 65e5749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap.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 'hashie', '~> 3.5'
spec.add_dependency 'httparty', '~> 0.16'

spec.add_development_dependency 'bundler', '~> 1.16'
spec.add_development_dependency 'bundler', '~> 2.1'
spec.add_development_dependency 'dotenv', '~> 2.5'
spec.add_development_dependency 'pry', '~> 0.11'
spec.add_development_dependency 'rake', '~> 12.3'
Expand Down

0 comments on commit 65e5749

Please sign in to comment.