From a91acb4fff54892df38981557d7de98b24bfc0d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:48:11 +0000 Subject: [PATCH] build(deps): bump the ruby group with 2 updates Bumps the ruby group with 2 updates: [turbo-rails](https://github.com/hotwired/turbo-rails) and [rubocop](https://github.com/rubocop/rubocop). Updates `turbo-rails` from 2.0.10 to 2.0.11 - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](https://github.com/hotwired/turbo-rails/compare/v2.0.10...v2.0.11) Updates `rubocop` from 1.66.1 to 1.67.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.67.0) --- updated-dependencies: - dependency-name: turbo-rails dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 829288b6..90002ba9 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ group :test do end group :linter do - gem 'rubocop', '~> 1.66.1' + gem 'rubocop', '~> 1.67.0' gem 'rubocop-capybara', '~> 2.21.0' gem 'rubocop-performance', '~> 1.22.1' gem 'rubocop-rails', '~> 2.26.2' diff --git a/Gemfile.lock b/Gemfile.lock index 7313f1ab..416741a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -389,7 +389,7 @@ GEM rails-dom-testing rspec-core rspec-support (3.13.1) - rubocop (1.66.1) + rubocop (1.67.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -467,7 +467,7 @@ GEM timeout (0.4.1) timers (4.3.5) traces (0.11.1) - turbo-rails (2.0.10) + turbo-rails (2.0.11) actionpack (>= 6.0.0) railties (>= 6.0.0) tzinfo (2.0.6) @@ -486,7 +486,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.18) + zeitwerk (2.7.0) PLATFORMS arm64-darwin @@ -523,7 +523,7 @@ DEPENDENCIES puppetdb-ruby rails (~> 7.1.4) rspec-openapi - rubocop (~> 1.66.1) + rubocop (~> 1.67.0) rubocop-capybara (~> 2.21.0) rubocop-performance (~> 1.22.1) rubocop-rails (~> 2.26.2)