From f28e0c8c5f04ce7f95ef65ee15b612d05c8ab0c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:59:06 +0000 Subject: [PATCH] build(deps): update rubocop-rails requirement from = 2.20.2 to = 2.22.1 Updates the requirements on [rubocop-rails](https://github.com/rubocop/rubocop-rails) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.20.2...v2.22.1) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- getaround-rubocop/Gemfile.lock | 28 +++++++++++++++------ getaround-rubocop/getaround-rubocop.gemspec | 2 +- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/getaround-rubocop/Gemfile.lock b/getaround-rubocop/Gemfile.lock index c92c311..c737055 100644 --- a/getaround-rubocop/Gemfile.lock +++ b/getaround-rubocop/Gemfile.lock @@ -5,32 +5,43 @@ PATH relaxed-rubocop (= 2.5) rubocop (= 1.55.1) rubocop-performance (= 1.18.0) - rubocop-rails (= 2.20.2) + rubocop-rails (= 2.22.1) rubocop-rspec (= 2.23.0) GEM remote: https://rubygems.org/ specs: - activesupport (7.0.7.2) + activesupport (7.1.1) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) ast (2.4.2) + base64 (0.1.1) + bigdecimal (3.1.4) concurrent-ruby (1.2.2) + connection_pool (2.4.1) + drb (2.1.1) + ruby2_keywords i18n (1.14.1) concurrent-ruby (~> 1.0) json (2.6.3) language_server-protocol (3.17.0.3) - minitest (5.19.0) + minitest (5.20.0) + mutex_m (0.1.2) parallel (1.23.0) - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc racc (1.7.1) rack (3.0.8) rainbow (3.1.1) - regexp_parser (2.8.1) + regexp_parser (2.8.2) relaxed-rubocop (2.5) rexml (3.2.6) rubocop (1.55.1) @@ -44,7 +55,7 @@ GEM rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) rubocop-capybara (2.18.0) rubocop (~> 1.41) @@ -53,7 +64,7 @@ GEM rubocop-performance (1.18.0) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.20.2) + rubocop-rails (2.22.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -62,9 +73,10 @@ GEM rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0) + ruby2_keywords (0.0.5) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) PLATFORMS ruby diff --git a/getaround-rubocop/getaround-rubocop.gemspec b/getaround-rubocop/getaround-rubocop.gemspec index 004c249..3cbd6f8 100644 --- a/getaround-rubocop/getaround-rubocop.gemspec +++ b/getaround-rubocop/getaround-rubocop.gemspec @@ -18,6 +18,6 @@ Gem::Specification.new do |gem| gem.add_runtime_dependency 'relaxed-rubocop', '= 2.5' gem.add_runtime_dependency 'rubocop', '= 1.55.1' gem.add_runtime_dependency 'rubocop-performance', '= 1.18.0' - gem.add_runtime_dependency 'rubocop-rails', '= 2.20.2' + gem.add_runtime_dependency 'rubocop-rails', '= 2.22.1' gem.add_runtime_dependency 'rubocop-rspec', '= 2.23.0' end