diff --git a/Gemfile b/Gemfile index 178ea70..21344d6 100644 --- a/Gemfile +++ b/Gemfile @@ -80,7 +80,7 @@ group :development do # code quality and formatting gem "standard-rails", "~> 1.0.2" - gem "standard", "~> 1.34.0" + gem "standard", "~> 1.36.0" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 8217a17..7f50023 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -209,7 +209,7 @@ GEM thor (>= 0.14, < 2.0) jsbundling-rails (1.3.0) railties (>= 6.0.0) - json (2.7.1) + json (2.7.2) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -272,7 +272,7 @@ GEM shellany (~> 0.0) orm_adapter (0.5.0) parallel (1.24.0) - parser (3.3.0.5) + parser (3.3.1.0) ast (~> 2.4.1) racc pg (1.5.6) @@ -291,7 +291,7 @@ GEM rspec-expectations (~> 3.12) rspec-mocks (~> 3.12) rspec-support (~> 3.12) - racc (1.7.3) + racc (1.8.0) rack (3.0.9.1) rack-session (2.0.0) rack (>= 3.0.0) @@ -349,7 +349,7 @@ GEM execjs railties (>= 3.2) tilt - regexp_parser (2.9.0) + regexp_parser (2.9.2) reline (0.4.3) io-console (~> 0.5) request_store (1.5.1) @@ -357,7 +357,8 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -379,7 +380,7 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.1) - rubocop (1.61.0) + rubocop (1.63.5) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -387,14 +388,14 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.1) - parser (>= 3.3.0.4) - rubocop-performance (1.20.2) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) + rubocop-performance (1.21.0) rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.23.1) activesupport (>= 4.2.0) rack (>= 1.1) @@ -425,24 +426,25 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - standard (1.34.0) + standard (1.36.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.60) + rubocop (~> 1.63.0) standard-custom (~> 1.0.0) - standard-performance (~> 1.3) + standard-performance (~> 1.4) standard-custom (1.0.2) lint_roller (~> 1.0) rubocop (~> 1.50) - standard-performance (1.3.1) + standard-performance (1.4.0) lint_roller (~> 1.1) - rubocop-performance (~> 1.20.2) + rubocop-performance (~> 1.21.0) standard-rails (1.0.2) lint_roller (~> 1.0) rubocop-rails (~> 2.23.1) stimulus-rails (1.3.3) railties (>= 6.0.0) stringio (3.1.0) + strscan (3.1.0) thor (1.3.1) tilt (2.3.0) timeout (0.4.1) @@ -519,7 +521,7 @@ DEPENDENCIES responders (~> 3.1.0) rspec-rails (~> 6.0.0) selenium-webdriver - standard (~> 1.34.0) + standard (~> 1.36.0) standard-rails (~> 1.0.2) stimulus-rails trix-rails