From 09167243ff445c0a91aa36f1dcca3519d4f8fcb6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 27 Dec 2020 23:06:14 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.49 to ~> 1.7 Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.49.0...v1.7.0) Signed-off-by: dependabot-preview[bot] --- razorpay-ruby.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/razorpay-ruby.gemspec b/razorpay-ruby.gemspec index ce2a214..4de946f 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.7' spec.add_development_dependency 'webmock', '~> 3.0' else # Webmock 3.0 does not support Ruby 1.9.3