diff --git a/Gemfile b/Gemfile index 096d14dcbd..07d49692d9 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ group :development, :test do gem "rspec-rails" gem "rswag-specs" gem "shoulda-matchers" - gem "standard", "~> 1.40.0" + gem "standard", "~> 1.42.1" end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 5610643ac3..010ef59b42 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -276,7 +276,7 @@ GEM activesupport (>= 5.0.0) jsbundling-rails (1.3.1) railties (>= 6.0.0) - json (2.8.1) + json (2.9.0) json-schema (5.0.1) addressable (~> 2.8) jwt (2.9.3) @@ -420,7 +420,7 @@ GEM rake (13.2.1) rdoc (6.7.0) psych (>= 4.0.0) - regexp_parser (2.9.2) + regexp_parser (2.9.3) reline (0.5.11) io-console (~> 0.5) request_store (1.7.0) @@ -459,18 +459,17 @@ GEM rswag-ui (2.15.0) actionpack (>= 5.2, < 8.0) railties (>= 5.2, < 8.0) - rubocop (1.65.1) + rubocop (1.68.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 (>= 2.4, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.35.0) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) @@ -516,12 +515,12 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - standard (1.40.1) + standard (1.42.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.65.0) + rubocop (~> 1.68.0) standard-custom (~> 1.0.0) - standard-performance (~> 1.4) + standard-performance (~> 1.5) standard-custom (1.0.2) lint_roller (~> 1.0) rubocop (~> 1.50) @@ -656,7 +655,7 @@ DEPENDENCIES spring spring-commands-rspec sprockets-rails - standard (~> 1.40.0) + standard (~> 1.42.1) stimulus-rails strong_migrations traceroute