diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 07a47ee7..c4485708 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -4,11 +4,11 @@ source "https://rubygems.org" git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } -gem "rubocop", "~> 1.48.1" +gem "rubocop", "~> 1.56.1" gem "rubocop-github", "~> 0.20.0" gem "rubocop-minitest", "~> 0.31.0" -gem "rubocop-performance", "~>1.16.0" +gem "rubocop-performance", "~>1.19.0" gem "rubocop-rails", "~> 2.20" gem "rubocop-rake", "~> 0.6.0" gem "rubocop-rspec", "~> 2.23.2" -gem "standard", "~>1.25" +gem "standard", "~>1.31" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index 3d95bf73..20c12f57 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -7,11 +7,13 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) ast (2.4.2) + base64 (0.1.1) concurrent-ruby (1.2.2) i18n (1.14.1) concurrent-ruby (~> 1.0) json (2.6.3) language_server-protocol (3.17.0.3) + lint_roller (1.1.0) minitest (5.19.0) parallel (1.23.0) parser (3.2.2.3) @@ -22,14 +24,16 @@ GEM rainbow (3.1.1) regexp_parser (2.8.1) rexml (3.2.6) - rubocop (1.48.1) + rubocop (1.56.1) + base64 (~> 0.1.1) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.0.0) + parser (>= 3.2.2.3) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.26.0, < 2.0) + rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) @@ -44,7 +48,7 @@ GEM rubocop-rails (>= 2.17) rubocop-minitest (0.31.0) rubocop (>= 1.39, < 2.0) - rubocop-performance (1.16.0) + rubocop-performance (1.19.0) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) rubocop-rails (2.20.2) @@ -58,10 +62,18 @@ GEM rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0) - standard (1.26.0) + standard (1.31.0) language_server-protocol (~> 3.17.0.2) - rubocop (~> 1.48.1) - rubocop-performance (~> 1.16.0) + lint_roller (~> 1.0) + rubocop (~> 1.56.0) + standard-custom (~> 1.0.0) + standard-performance (~> 1.2) + standard-custom (1.0.2) + lint_roller (~> 1.0) + rubocop (~> 1.50) + standard-performance (1.2.0) + lint_roller (~> 1.1) + rubocop-performance (~> 1.19.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.4.2) @@ -70,14 +82,14 @@ PLATFORMS ruby DEPENDENCIES - rubocop (~> 1.48.1) + rubocop (~> 1.56.1) rubocop-github (~> 0.20.0) rubocop-minitest (~> 0.31.0) - rubocop-performance (~> 1.16.0) + rubocop-performance (~> 1.19.0) rubocop-rails (~> 2.20) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.23.2) - standard (~> 1.25) + standard (~> 1.31) BUNDLED WITH 2.3.26