From ea386d70593b77d3f7baec806653b37a1910232b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 23:42:09 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.49 to ~> 1.56 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v0.49.0...v1.56.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- razorpay-ruby.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/razorpay-ruby.gemspec b/razorpay-ruby.gemspec index ce2a214f..115da148 100644 --- a/razorpay-ruby.gemspec +++ b/razorpay-ruby.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |spec| # rubocop is only run in the latest ruby build # so we use the latest version and don't switch to a # older version for 1.9.3 - spec.add_development_dependency 'rubocop', '~> 0.49' + spec.add_development_dependency 'rubocop', '~> 1.56' spec.add_development_dependency 'webmock', '~> 3.0' else # Webmock 3.0 does not support Ruby 1.9.3