From 0265751ede933c7352f25d9275b8a3028170b988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 09:10:27 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.43.0 to ~> 1.48.1 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.43.0...v1.48.1) --- 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 85b153e..484af62 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.43.0" + spec.add_development_dependency "rubocop", "~> 1.48.1" spec.metadata["rubygems_mfa_required"] = "true" end