diff --git a/Gemfile b/Gemfile index a70534d..fddf4eb 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ end group :development do gem 'annotate', '~> 3.2' gem 'rubocop-minitest', '~> 0.34.5' - gem 'rubocop-rails', '~> 2.23' + gem 'rubocop-rails', '~> 2.24' gem 'web-console' end diff --git a/Gemfile.lock b/Gemfile.lock index f062cd2..0a0d65a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,8 +112,7 @@ GEM delayed_job (>= 3.0, < 5) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) - drb (2.2.0) - ruby2_keywords + drb (2.2.1) erubi (1.12.0) faraday (1.10.3) faraday-em_http (~> 1.0) @@ -147,7 +146,7 @@ GEM globalid (1.2.1) activesupport (>= 6.1) hashie (3.6.0) - i18n (1.14.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) io-console (0.7.2) irb (1.11.2) @@ -196,7 +195,7 @@ GEM multi_xml (~> 0.5) rack (>= 1.2, < 4) parallel (1.24.0) - parser (3.3.0.4) + parser (3.3.0.5) ast (~> 2.4.1) racc pg (1.5.6) @@ -254,7 +253,7 @@ GEM reline (0.4.2) io-console (~> 0.5) rexml (3.2.6) - rubocop (1.60.1) + rubocop (1.62.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -262,19 +261,19 @@ 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.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.2) + parser (>= 3.3.0.4) rubocop-minitest (0.34.5) rubocop (>= 1.39, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) - rubocop-rails (2.23.1) + rubocop-rails (2.24.0) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) @@ -340,7 +339,7 @@ DEPENDENCIES rack-cors rails (~> 7.1.3) rubocop-minitest (~> 0.34.5) - rubocop-rails (~> 2.23) + rubocop-rails (~> 2.24) rugged selenium-webdriver sentry-rails