diff --git a/Gemfile b/Gemfile index 7827bf3..8e96ace 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ group :development, :test do gem 'ffaker' gem 'parser', '~> 3.3.0' gem 'rspec-rails', '~> 6.1' - gem 'rubocop', '~> 1.62' + gem 'rubocop', '~> 1.70' gem 'rubocop-rails', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 382da93..832dd69 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,7 +126,7 @@ GEM jquery-turbolinks (2.1.0) railties (>= 3.1.0) turbolinks - json (2.7.1) + json (2.9.1) json_schemer (0.2.25) ecma-re-validator (~> 0.3) hana (~> 1.3) @@ -167,8 +167,8 @@ GEM paper_trail (11.1.0) activerecord (>= 5.2) request_store (~> 1.1) - parallel (1.24.0) - parser (3.3.0.5) + parallel (1.26.3) + parser (3.3.6.0) ast (~> 2.4.1) racc pg (1.5.6) @@ -225,7 +225,7 @@ GEM rake (13.1.0) ranked-model (0.4.9) activerecord (>= 5.2) - regexp_parser (2.9.0) + regexp_parser (2.10.0) request_store (1.5.0) rack (>= 1.4) responders (3.1.1) @@ -249,19 +249,18 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.62.1) + rubocop (1.70.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.2) - parser (>= 3.3.0.4) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.37.0) + parser (>= 3.3.1.0) rubocop-rails (2.24.0) activesupport (>= 4.2.0) rack (>= 1.1) @@ -310,7 +309,9 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) - unicode-display_width (2.5.0) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) uri_template (0.7.0) versionomy (0.5.0) blockenspiel (~> 0.5) @@ -355,7 +356,7 @@ DEPENDENCIES ranked-model rexml (~> 3.3) rspec-rails (~> 6.1) - rubocop (~> 1.62) + rubocop (~> 1.70) rubocop-rails sass-rails (~> 5.1) sentry-rails