diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 22a1aaaa..e6bd63ab 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.56.4" +gem "rubocop", "~> 1.57.2" gem "rubocop-github", "~> 0.20.0" gem "rubocop-minitest", "~> 0.33.0" gem "rubocop-performance", "~>1.19.1" gem "rubocop-rails", "~> 2.22" gem "rubocop-rake", "~> 0.6.0" gem "rubocop-rspec", "~> 2.25.0" -gem "standard", "~>1.31" +gem "standard", "~>1.32" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index 00b68f62..5c2f81d8 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -12,7 +12,7 @@ GEM mutex_m tzinfo (~> 2.0) ast (2.4.2) - base64 (0.1.1) + base64 (0.2.0) bigdecimal (3.1.4) concurrent-ruby (1.2.2) connection_pool (2.4.1) @@ -29,17 +29,16 @@ GEM parser (3.2.2.4) ast (~> 2.4.1) racc - racc (1.7.1) + racc (1.7.3) rack (3.0.8) rainbow (3.1.1) regexp_parser (2.8.2) rexml (3.2.6) - rubocop (1.56.4) - base64 (~> 0.1.1) + rubocop (1.57.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -73,10 +72,10 @@ GEM rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - standard (1.31.2) + standard (1.32.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.56.4) + rubocop (~> 1.57.2) standard-custom (~> 1.0.0) standard-performance (~> 1.2) standard-custom (1.0.2) @@ -93,14 +92,14 @@ PLATFORMS ruby DEPENDENCIES - rubocop (~> 1.56.4) + rubocop (~> 1.57.2) rubocop-github (~> 0.20.0) rubocop-minitest (~> 0.33.0) rubocop-performance (~> 1.19.1) rubocop-rails (~> 2.22) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.25.0) - standard (~> 1.31) + standard (~> 1.32) BUNDLED WITH 2.3.26