From 96c729fd116843ce06f40e7325a89f59b64d5f86 Mon Sep 17 00:00:00 2001 From: Johannes Haass Date: Wed, 10 Apr 2024 12:22:45 +0200 Subject: [PATCH] Revert "build(deps-dev): bump rubocop from 1.62.1 to 1.63.0" This reverts commit 858e93b1fdf984065308088f8a94238044ebf3e7. --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 84168558dd4..befc63d2a3b 100644 --- a/Gemfile +++ b/Gemfile @@ -90,7 +90,7 @@ group :test do gem 'rspec-its' gem 'rspec-rails', '~> 6.1.2' gem 'rspec-wait' - gem 'rubocop', '~> 1.63.0' + gem 'rubocop', '~> 1.62.1' gem 'rubocop-rails', '~> 2.24' gem 'rubocop-rspec', '~> 2.26' gem 'rubocop-sequel', '~> 0.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index 562cabfc530..e43b6acdfa3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -282,7 +282,7 @@ GEM rdoc reline (>= 0.4.2) jaro_winkler (1.5.6) - json (2.7.2) + json (2.7.1) json-diff (0.4.1) json-schema (4.1.1) addressable (>= 2.8) @@ -466,7 +466,7 @@ GEM activesupport (>= 3.0.0) mustache (~> 1.0, >= 0.99.4) rspec (~> 3.0) - rubocop (1.63.0) + rubocop (1.62.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -658,7 +658,7 @@ DEPENDENCIES rspec-rails (~> 6.1.2) rspec-wait rspec_api_documentation (>= 6.1.0) - rubocop (~> 1.63.0) + rubocop (~> 1.62.1) rubocop-rails (~> 2.24) rubocop-rspec (~> 2.26) rubocop-sequel (~> 0.3.4)