From d5b483530f716ff24dca47bc091fdf5cf3ce5fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:33:44 +0000 Subject: [PATCH] Bump rubocop from 1.59.0 to 1.60.2 (#182) --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 87f045c..bf40a50 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ group :development, :test do gem 'ffaker' gem 'parser', '~> 3.3.0' gem 'rspec-rails', '~> 6.1' - gem 'rubocop', '~> 1.59' + gem 'rubocop', '~> 1.60' gem 'rubocop-rails', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index b416137..57fff73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -224,7 +224,7 @@ GEM rake (13.1.0) ranked-model (0.4.9) activerecord (>= 5.2) - regexp_parser (2.8.3) + regexp_parser (2.9.0) request_store (1.5.0) rack (>= 1.4) responders (3.1.1) @@ -248,11 +248,11 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.1) - rubocop (1.59.0) + rubocop (1.60.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -351,7 +351,7 @@ DEPENDENCIES rails_12factor ranked-model rspec-rails (~> 6.1) - rubocop (~> 1.59) + rubocop (~> 1.60) rubocop-rails sass-rails (~> 5.1) sentry-rails