Skip to content

Commit

Permalink
Update bundler requirement from ~> 1.9 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.9.0...v2.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Aug 17, 2020
1 parent 3c6d86f commit 2d848db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tc_validator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.9"
spec.add_development_dependency "bundler", "~> 2.1"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "activesupport"
spec.add_development_dependency "rspec"
Expand Down

0 comments on commit 2d848db

Please sign in to comment.