From d6ee0727942472f28fc5f44e0dbfee9459a20b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 22:02:00 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.25.1 to ~> 1.41.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.25.1...v1.41.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2db6262..a6e8e60 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,6 @@ gemspec gem 'minitest', '~> 5.0' gem 'minitest-reporters', '~> 1.5.0' gem 'rake', '~> 13.0' -gem 'rubocop', '~> 1.25.1' +gem 'rubocop', '~> 1.41.0' gem 'simplecov', '~> 0.21.2', require: false # CodeClimate not compatible with 0.18+ yet - https://github.com/codeclimate/test-reporter/issues/413 gem 'simplecov-lcov', '< 0.9'