diff --git a/Gemfile b/Gemfile index d833fb73c..7e453a6f9 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ group :development do gem "rubocop-rake" gem "rubocop-rspec" gem "rubocop-sequel" - gem "standard", ">= 1.24.3" + gem "standard", ">= 1.41.0" gem "simplecov" gem "turbo_tests" end diff --git a/Gemfile.lock b/Gemfile.lock index 6f886ba04..9d7411e1a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,7 +126,7 @@ GEM i18n (1.14.5) concurrent-ruby (~> 1.0) jmespath (1.6.2) - json (2.7.2) + json (2.7.5) jwt (2.8.2) base64 language_server-protocol (3.17.0.3) @@ -209,7 +209,7 @@ GEM rake (13.2.1) refrigerator (1.7.0) regexp_parser (2.9.2) - rexml (3.3.7) + rexml (3.3.9) roda (3.83.0) rack rodauth (2.36.0) @@ -233,25 +233,24 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.65.1) + rubocop (1.66.1) 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.32.3) + rubocop-ast (1.33.0) parser (>= 3.3.1.0) rubocop-capybara (2.21.0) rubocop (~> 1.41) rubocop-erb (0.5.3) better_html rubocop (~> 1.45) - rubocop-performance (1.21.1) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) @@ -281,18 +280,18 @@ GEM simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) smart_properties (1.17.0) - standard (1.40.0) + standard (1.41.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.65.0) + rubocop (~> 1.66.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) - standard-performance (1.4.0) + standard-performance (1.5.0) lint_roller (~> 1.1) - rubocop-performance (~> 1.21.0) + rubocop-performance (~> 1.22.0) stripe (12.5.0) syntax_tree (6.2.0) prettier_print (>= 1.2.0) @@ -308,7 +307,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unaccent (0.4.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) uri (0.13.1) warning (1.4.0) webauthn (3.1.0) @@ -382,7 +381,7 @@ DEPENDENCIES sequel-annotate sequel_pg (>= 1.8) simplecov - standard (>= 1.24.3) + standard (>= 1.41.0) stripe tilt (>= 2.2) turbo_tests @@ -394,4 +393,4 @@ RUBY VERSION ruby 3.2.5p208 BUNDLED WITH - 2.5.17 + 2.4.6