Skip to content

Commit 5a89c61

Browse files
Update bundler requirement from ~> 1.7 to ~> 2.2
Updates the requirements on [bundler](https://github.com/rubygems/rubygems) to permit the latest version. - [Release notes](https://github.com/rubygems/rubygems/releases) - [Changelog](https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md) - [Commits](rubygems/rubygems@v1.7.0...bundler-v2.2.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 7b50903 commit 5a89c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ood_support.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Gem::Specification.new do |spec|
1818
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1919
spec.require_paths = ["lib"]
2020

21-
spec.add_development_dependency "bundler", "~> 1.7"
21+
spec.add_development_dependency "bundler", "~> 2.2"
2222
spec.add_development_dependency "rake", "~> 13.0.1"
2323
end

0 commit comments

Comments
 (0)