Skip to content

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/rubygems/bundler/blob/master/CHANGELOG.md)
- [Commits](rubygems/bundler@v1.16.0...v2.1.4)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Jul 7, 2020
1 parent 177b7a6 commit 6a356e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matchd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "dry-configurable", "~> 0.7.0"
spec.add_runtime_dependency "thor", "~> 0.20.0"

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

0 comments on commit 6a356e4

Please sign in to comment.