diff --git a/Gemfile b/Gemfile index fb875aa..69a084c 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.62' + gem 'rubocop', '~> 1.64' gem 'rubocop-rails', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 9586c06..7b9d1df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM jquery-turbolinks (2.1.0) railties (>= 3.1.0) turbolinks - json (2.7.1) + json (2.7.2) json_schemer (0.2.25) ecma-re-validator (~> 0.3) hana (~> 1.3) @@ -174,7 +174,7 @@ GEM public_suffix (5.0.1) puma (6.4.2) nio4r (~> 2.0) - racc (1.7.3) + racc (1.8.0) rack (2.2.8.1) rack-accept (0.4.5) rack (>= 0.4) @@ -224,13 +224,14 @@ GEM rake (13.1.0) ranked-model (0.4.9) activerecord (>= 5.2) - regexp_parser (2.9.0) + regexp_parser (2.9.2) request_store (1.5.0) rack (>= 1.4) responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rspec-core (3.12.2) rspec-support (~> 3.12.0) rspec-expectations (3.12.3) @@ -248,7 +249,7 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.1) - rubocop (1.62.1) + rubocop (1.64.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -295,6 +296,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) + strscan (3.1.0) thor (1.3.0) tilt (2.0.10) timeout (0.4.1) @@ -351,7 +353,7 @@ DEPENDENCIES rails_12factor ranked-model rspec-rails (~> 6.1) - rubocop (~> 1.62) + rubocop (~> 1.64) rubocop-rails sass-rails (~> 5.1) sentry-rails