diff --git a/dependencies/Gemfile b/dependencies/Gemfile index f2d569a9..ece73bc2 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -11,4 +11,4 @@ gem "rubocop-performance", "~>1.20.2" gem "rubocop-rails", "~> 2.24" gem "rubocop-rake", "~> 0.6.0" gem "rubocop-rspec", "~> 2.27.1" -gem "standard", "~>1.34" +gem "standard", "~>1.35" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index e69c6ab6..2d1fb708 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -72,10 +72,10 @@ GEM rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.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) @@ -99,7 +99,7 @@ DEPENDENCIES rubocop-rails (~> 2.24) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.27.1) - standard (~> 1.34) + standard (~> 1.35) BUNDLED WITH 2.3.26