From a81fee12d3e618b3773530e6e1aa11c87bb39752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:31:36 +0000 Subject: [PATCH] build(deps): update rubocop-rails requirement from = 2.20.2 to = 2.27.0 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.27.0) --- 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 | 45 +++++++++++++-------- getaround-rubocop/getaround-rubocop.gemspec | 2 +- 2 files changed, 29 insertions(+), 18 deletions(-) diff --git a/getaround-rubocop/Gemfile.lock b/getaround-rubocop/Gemfile.lock index 89d22d9..e283cfb 100644 --- a/getaround-rubocop/Gemfile.lock +++ b/getaround-rubocop/Gemfile.lock @@ -5,34 +5,44 @@ PATH relaxed-rubocop (= 2.5) rubocop (= 1.55.1) rubocop-performance (= 1.18.0) - rubocop-rails (= 2.20.2) + rubocop-rails (= 2.27.0) rubocop-rspec (= 2.23.0) GEM remote: https://rubygems.org/ specs: - activesupport (7.0.7.2) + activesupport (7.1.4.2) + 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) - concurrent-ruby (1.2.2) - i18n (1.14.1) + base64 (0.2.0) + bigdecimal (3.1.8) + concurrent-ruby (1.3.4) + connection_pool (2.4.1) + drb (2.2.1) + i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.6.3) + json (2.7.4) language_server-protocol (3.17.0.3) - minitest (5.19.0) - parallel (1.23.0) - parser (3.2.2.3) + minitest (5.25.1) + mutex_m (0.2.0) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc - racc (1.7.1) - rack (3.0.8) + racc (1.8.1) + rack (3.1.8) rainbow (3.1.1) - regexp_parser (2.8.1) + regexp_parser (2.9.2) relaxed-rubocop (2.5) - rexml (3.2.6) + rexml (3.3.9) rubocop (1.55.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -44,8 +54,8 @@ 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) - parser (>= 3.2.1.0) + rubocop-ast (1.32.3) + parser (>= 3.3.1.0) rubocop-capybara (2.18.0) rubocop (~> 1.41) rubocop-factory_bot (2.23.1) @@ -53,10 +63,11 @@ 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.27.0) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) rubocop-rspec (2.23.0) rubocop (~> 1.33) rubocop-capybara (~> 2.17) @@ -64,7 +75,7 @@ GEM ruby-progressbar (1.13.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.4.2) + unicode-display_width (2.6.0) PLATFORMS ruby diff --git a/getaround-rubocop/getaround-rubocop.gemspec b/getaround-rubocop/getaround-rubocop.gemspec index b67a852..3fc5558 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.27.0' gem.add_runtime_dependency 'rubocop-rspec', '= 2.23.0' end