From b80045a5fee4c389ab9c61f8af18106627a2f670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 19:54:30 +0000 Subject: [PATCH] Update rubocop-rake requirement from ~> 0.6.0 to ~> 0.7.1 Updates the requirements on [rubocop-rake](https://github.com/rubocop/rubocop-rake) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rake/releases) - [Changelog](https://github.com/rubocop/rubocop-rake/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rake/compare/v0.6.0...v0.7.1) --- updated-dependencies: - dependency-name: rubocop-rake dependency-version: 0.7.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f189344..5969ae7 100644 --- a/Gemfile +++ b/Gemfile @@ -30,6 +30,6 @@ group :test do gem 'minitest-byebug', '~> 0.0.3' gem 'minitest-reporters', '~> 1.4', require: false gem 'rubocop', '~> 1.71', require: false - gem 'rubocop-rake', '~> 0.6.0', require: false + gem 'rubocop-rake', '~> 0.7.1', require: false gem 'simplecov', '~> 0.21', require: false end \ No newline at end of file