diff --git a/Gemfile b/Gemfile index 178ea70..11a6192 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.35.1" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 8217a17..a487b4d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -379,7 +379,7 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.1) - rubocop (1.61.0) + rubocop (1.62.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -387,10 +387,10 @@ 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) + rubocop-ast (1.31.2) parser (>= 3.3.0.4) rubocop-performance (1.20.2) rubocop (>= 1.48.1, < 2.0) @@ -425,10 +425,10 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - standard (1.34.0) + standard (1.35.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.60) + rubocop (~> 1.62.0) standard-custom (~> 1.0.0) standard-performance (~> 1.3) standard-custom (1.0.2) @@ -519,7 +519,7 @@ DEPENDENCIES responders (~> 3.1.0) rspec-rails (~> 6.0.0) selenium-webdriver - standard (~> 1.34.0) + standard (~> 1.35.1) standard-rails (~> 1.0.2) stimulus-rails trix-rails