From 6e23e6e95389e4a4c98921307ef7a87d86203023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:52:58 +0100 Subject: [PATCH] deps(bundler): bump the rubocop group across 1 directory with 3 updates (#6348) Bumps the rubocop group with 3 updates in the /dependencies directory: [rubocop](https://github.com/rubocop/rubocop), [rubocop-rails](https://github.com/rubocop/rubocop-rails) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec). Updates `rubocop` from 1.66.1 to 1.68.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.66.1...v1.68.0) Updates `rubocop-rails` from 2.26.2 to 2.27.0 - [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.26.2...v2.27.0) Updates `rubocop-rspec` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-rails dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-rspec dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/Gemfile | 6 +++--- dependencies/Gemfile.lock | 28 ++++++++++++++++------------ 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 8b3af6af..27f586fe 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -4,13 +4,13 @@ source "https://rubygems.org" git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } -gem "rubocop", "~> 1.66.1" +gem "rubocop", "~> 1.68.0" gem "rubocop-github", "~> 0.20.0" gem "rubocop-minitest", "~> 0.36.0" gem "rubocop-performance", "~>1.22.1" -gem "rubocop-rails", "~> 2.26" +gem "rubocop-rails", "~> 2.27" gem "rubocop-rake", "~> 0.6.0" -gem "rubocop-rspec", "~> 3.1.0" +gem "rubocop-rspec", "~> 3.2.0" gem "standard", "~>1.41" gem "rubocop-capybara", "~> 2.21" gem "rubocop-factory_bot", "~> 2.26" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index b8a85bd5..59245e9f 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -1,8 +1,9 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1) + activesupport (8.0.0) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -12,8 +13,10 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) ast (2.4.2) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) concurrent-ruby (1.3.4) connection_pool (2.4.1) @@ -30,10 +33,10 @@ GEM ast (~> 2.4.1) racc racc (1.8.1) - rack (3.1.7) + rack (3.1.8) rainbow (3.1.1) regexp_parser (2.9.2) - rubocop (1.66.1) + rubocop (1.68.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -43,7 +46,7 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.36.0) + rubocop-ast (1.36.1) parser (>= 3.3.1.0) rubocop-capybara (2.21.0) rubocop (~> 1.41) @@ -59,24 +62,24 @@ GEM rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.26.2) + rubocop-rails (2.27.0) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (3.1.0) + rubocop-rspec (3.2.0) rubocop (~> 1.61) rubocop-rspec_rails (2.30.0) rubocop (~> 1.61) rubocop-rspec (~> 3, >= 3.0.1) ruby-progressbar (1.13.0) - securerandom (0.3.1) - standard (1.41.1) + securerandom (0.3.2) + standard (1.42.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.66.0) + rubocop (~> 1.68.0) standard-custom (~> 1.0.0) standard-performance (~> 1.5) standard-custom (1.0.2) @@ -88,21 +91,22 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) + uri (1.0.1) PLATFORMS x86_64-linux x86_64-linux-musl DEPENDENCIES - rubocop (~> 1.66.1) + rubocop (~> 1.68.0) rubocop-capybara (~> 2.21) rubocop-factory_bot (~> 2.26) rubocop-github (~> 0.20.0) rubocop-minitest (~> 0.36.0) rubocop-performance (~> 1.22.1) - rubocop-rails (~> 2.26) + rubocop-rails (~> 2.27) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 3.1.0) + rubocop-rspec (~> 3.2.0) rubocop-rspec_rails (~> 2.30) standard (~> 1.41)