From d1e6b8b8d61fadba414dfd4358040968a5d17cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jan 2022 22:09:09 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.24.1 to ~> 1.25.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.24.1...v1.25.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 944d1c6..2c7eee4 100644 --- a/business.gemspec +++ b/business.gemspec @@ -23,5 +23,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency "gc_ruboconfig", "~> 2.30.0" spec.add_development_dependency "rspec", "~> 3.1" spec.add_development_dependency "rspec_junit_formatter", "~> 0.5.1" - spec.add_development_dependency "rubocop", "~> 1.24.1" + spec.add_development_dependency "rubocop", "~> 1.25.0" end