From ca9eefa4d866d4001c3bb14b09cc25de24a91e75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 06:14:17 +0000 Subject: [PATCH] Update bundler requirement from ~> 1.16 to ~> 2.4 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](https://github.com/rubygems/rubygems/compare/bundler-v1.16.0...bundler-v2.4.7) --- updated-dependencies: - dependency-name: bundler dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- gap_client.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap_client.gemspec b/gap_client.gemspec index 30f77c5..b462d03 100644 --- a/gap_client.gemspec +++ b/gap_client.gemspec @@ -21,7 +21,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.16' + spec.add_development_dependency 'bundler', '~> 2.4' spec.add_development_dependency 'rake', '~> 13.0' spec.add_development_dependency 'rspec', '~> 3.0' spec.add_development_dependency 'vcr'