From fc47bb564676d3dd63697c1c11c8876e61cfedcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:54:20 +0000 Subject: [PATCH] Update rubocop requirement from = 1.64.0 to = 1.64.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.64.0...v1.64.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- incr.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d875ff1..a4c3d03 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,7 +22,7 @@ GEM meowcop (3.2.0) rubocop (>= 1.13.0, < 2.0.0) parallel (1.24.0) - parser (3.3.1.0) + parser (3.3.2.0) ast (~> 2.4.1) racc public_suffix (5.0.5) @@ -46,7 +46,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.64.0) + rubocop (1.64.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -72,7 +72,7 @@ DEPENDENCIES meowcop (= 3.2.0) rake (= 13.2.1) rspec (= 3.13.0) - rubocop (= 1.64.0) + rubocop (= 1.64.1) BUNDLED WITH 2.4.21 diff --git a/incr.gemspec b/incr.gemspec index ff63af9..ffc35f5 100644 --- a/incr.gemspec +++ b/incr.gemspec @@ -26,6 +26,6 @@ Gem::Specification.new do |spec| spec.add_development_dependency('rake', '13.2.1') spec.add_development_dependency('rspec', '3.13.0') - spec.add_development_dependency('rubocop', '1.64.0') + spec.add_development_dependency('rubocop', '1.64.1') spec.add_development_dependency('meowcop', '3.2.0') end