Skip to content

Commit 70dd8de

Browse files
Update bundler requirement from ~> 1.0 to ~> 2.0
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](https://github.com/bundler/bundler/commits/v2.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent d3412af commit 70dd8de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

split-api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
1919
gem.add_dependency 'sinatra'
2020
gem.add_dependency 'multi_json'
2121

22-
gem.add_development_dependency 'bundler', '~> 1.0'
22+
gem.add_development_dependency 'bundler', '~> 2.0'
2323
gem.add_development_dependency 'rspec', '~> 3.8.0'
2424
gem.add_development_dependency 'rack-test', '~> 1.1'
2525
gem.add_development_dependency 'rake', '~> 12.0'

0 commit comments

Comments
 (0)