From c1ef4134918b6fdccea9a781a86110c71b2792c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:39:14 +0000 Subject: [PATCH] build(deps): bump the ruby group across 1 directory with 2 updates Bumps the ruby group with 2 updates in the / directory: [turbo-rails](https://github.com/hotwired/turbo-rails) and [rubocop-performance](https://github.com/rubocop/rubocop-performance). Updates `turbo-rails` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](https://github.com/hotwired/turbo-rails/compare/v2.0.6...v2.0.7) Updates `rubocop-performance` from 1.21.1 to 1.22.0 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.21.1...v1.22.0) --- updated-dependencies: - dependency-name: turbo-rails dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby - dependency-name: rubocop-performance dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 03564ffd..cbc7b81e 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ end group :linter do gem 'rubocop', '~> 1.66.1' gem 'rubocop-capybara', '~> 2.21.0' - gem 'rubocop-performance', '~> 1.21.1' + gem 'rubocop-performance', '~> 1.22.0' gem 'rubocop-rails', '~> 2.26.1' gem 'rubocop-rake', '~> 0.6.0' end diff --git a/Gemfile.lock b/Gemfile.lock index f2c7c7f3..4c27d750 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -217,7 +217,7 @@ GEM httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) importmap-rails (2.0.1) actionpack (>= 6.0.0) @@ -403,7 +403,7 @@ GEM parser (>= 3.3.1.0) rubocop-capybara (2.21.0) rubocop (~> 1.41) - rubocop-performance (1.21.1) + rubocop-performance (1.22.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.26.1) @@ -467,13 +467,13 @@ GEM timeout (0.4.1) timers (4.3.5) traces (0.11.1) - turbo-rails (2.0.6) + turbo-rails (2.0.7) actionpack (>= 6.0.0) activejob (>= 6.0.0) railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) uri (0.13.0) web-console (4.2.1) actionview (>= 6.0.0) @@ -526,7 +526,7 @@ DEPENDENCIES rspec-openapi rubocop (~> 1.66.1) rubocop-capybara (~> 2.21.0) - rubocop-performance (~> 1.21.1) + rubocop-performance (~> 1.22.0) rubocop-rails (~> 2.26.1) rubocop-rake (~> 0.6.0) ruby-saml