From eab4c56e39678ad02b6efe33927353bcd2d0ecb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 22:39:47 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.48.1 to ~> 1.62.0 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/v1.48.1...v1.62.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- business.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business.gemspec b/business.gemspec index 484af62..763e4ed 100644 --- a/business.gemspec +++ b/business.gemspec @@ -20,6 +20,6 @@ Gem::Specification.new do |spec| spec.add_development_dependency "gc_ruboconfig", "~> 3.6.0" spec.add_development_dependency "rspec", "~> 3.1" - spec.add_development_dependency "rubocop", "~> 1.48.1" + spec.add_development_dependency "rubocop", "~> 1.62.0" spec.metadata["rubygems_mfa_required"] = "true" end