diff --git a/Gemfile b/Gemfile index e8a7743..bec4a5d 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ group :development, :test do end group :development do - gem "rubocop", "~> 1.66", require: false + gem "rubocop", "~> 1.68", require: false gem "rubocop-ast", require: false gem "rubocop-performance", require: false gem "rubocop-rails", require: false diff --git a/Gemfile.lock b/Gemfile.lock index efbeb08..253c936 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,7 +102,7 @@ GEM irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.7.4) + json (2.7.5) jsonapi-resources (0.10.7) activerecord (>= 4.1) concurrent-ruby @@ -143,7 +143,7 @@ GEM nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.5.1) ast (~> 2.4.1) racc pg (1.5.8) @@ -213,7 +213,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.66.1) + rubocop (1.68.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -275,7 +275,7 @@ DEPENDENCIES pg (~> 1.5) puma (>= 5.0) rspec-rails (~> 7.0) - rubocop (~> 1.66) + rubocop (~> 1.68) rubocop-ast rubocop-performance rubocop-rails