diff --git a/Gemfile b/Gemfile index 09f99ca2e0..62b3a7e7fb 100644 --- a/Gemfile +++ b/Gemfile @@ -160,7 +160,7 @@ group :development, :test do # More concise test ("should") matchers gem "shoulda-matchers", "~> 6.5" # Default rules for Rubocop. - gem "standard", "~> 1.50" + gem "standard", "~> 1.52" gem "standard-rails" gem "standard-performance" # Erb linter. diff --git a/Gemfile.lock b/Gemfile.lock index c6b48cdb40..dae46f4da1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -341,7 +341,7 @@ GEM actionview (>= 5.0.0) activesupport (>= 5.0.0) jmespath (1.6.2) - json (2.15.1) + json (2.16.0) jwt (3.1.2) base64 kaminari (1.2.2) @@ -466,7 +466,7 @@ GEM activerecord (>= 6.1) request_store (~> 1.4) parallel (1.27.0) - parser (3.3.9.0) + parser (3.3.10.0) ast (~> 2.4.1) racc pdf-core (0.9.0) @@ -493,7 +493,7 @@ GEM prawn-table (0.2.2) prawn (>= 1.3.0, < 3.0.0) prettyprint (0.2.0) - prism (1.5.2) + prism (1.6.0) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) @@ -611,7 +611,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.6) - rubocop (1.80.2) + rubocop (1.81.7) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -619,10 +619,10 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.46.0, < 2.0) + rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.47.1) + rubocop-ast (1.48.0) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-performance (1.25.0) @@ -690,10 +690,10 @@ GEM activesupport (>= 5.2) sprockets (>= 3.0.0) stackprof (0.2.27) - standard (1.51.1) + standard (1.52.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.80.2) + rubocop (~> 1.81.7) standard-custom (~> 1.0.0) standard-performance (~> 1.8) standard-custom (1.0.2) @@ -839,7 +839,7 @@ DEPENDENCIES solid_cache (~> 1.0) sprockets (~> 4.2.2) stackprof - standard (~> 1.50) + standard (~> 1.52) standard-performance standard-rails stimulus-rails