diff --git a/Gemfile b/Gemfile index 12aa6b4..7e81410 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ group :development, :test do gem 'factory_bot_rails', '~> 6.4' gem 'pry', '~> 0.15.2' gem 'rspec_api_documentation', github: 'SchoolKeep/rspec_api_documentation', ref: '13df1ac' - gem 'rubocop', '~> 1.71', require: false + gem 'rubocop', '~> 1.72', require: false gem 'rubocop-factory_bot', '~> 2.26', require: false gem 'rubocop-performance', '~> 1.23', require: false gem 'rubocop-rails', '~> 2.29', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 5815ddc..148a867 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,9 +170,10 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) jmespath (1.6.2) - json (2.9.1) + json (2.10.1) jsonapi-renderer (0.2.2) language_server-protocol (3.17.0.4) + lint_roller (1.1.0) logger (1.6.5) loofah (2.24.0) crass (~> 1.0.2) @@ -227,7 +228,7 @@ GEM parallel (1.26.3) paranoia (3.0.1) activerecord (>= 6, < 8.1) - parser (3.3.7.0) + parser (3.3.7.1) ast (~> 2.4.1) racc pg (1.5.9) @@ -326,9 +327,10 @@ GEM rspec-mocks (~> 3.0) sidekiq (>= 5, < 8) rspec-support (3.13.2) - rubocop (1.71.2) + rubocop (1.72.1) json (~> 2.3) - language_server-protocol (>= 3.17.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) @@ -433,7 +435,7 @@ DEPENDENCIES rspec-rails (~> 7.1) rspec-sidekiq (~> 5.0) rspec_api_documentation! - rubocop (~> 1.71) + rubocop (~> 1.72) rubocop-factory_bot (~> 2.26) rubocop-performance (~> 1.23) rubocop-rails (~> 2.29)