From c826324198f296425d5745930bd0866c47f9c7a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 00:41:41 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.49 to ~> 1.54 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.54.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..67f85457 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.54' spec.add_development_dependency 'webmock', '~> 3.0' else # Webmock 3.0 does not support Ruby 1.9.3