From 9fac988f9dddc7923b727cb64e348412f3ec3a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:43:17 +0000 Subject: [PATCH] Bump the bundler group across 2 directories with 1 update Updates the requirements on and [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rubocop` to 1.66.1 - [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/v0.26.1...v1.66.1) Updates `rubocop` to 1.66.1 - [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/v0.26.1...v1.66.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development dependency-group: bundler - dependency-name: rubocop dependency-type: direct:development dependency-group: bundler ... Signed-off-by: dependabot[bot] --- examples/kafka-jvm/chef/cookbooks/build-essential/Gemfile | 2 +- examples/kafka-jvm/chef/cookbooks/java/Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/kafka-jvm/chef/cookbooks/build-essential/Gemfile b/examples/kafka-jvm/chef/cookbooks/build-essential/Gemfile index c1d9ad32..416629ee 100644 --- a/examples/kafka-jvm/chef/cookbooks/build-essential/Gemfile +++ b/examples/kafka-jvm/chef/cookbooks/build-essential/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' group :lint do gem 'foodcritic', '~> 3.0' - gem 'rubocop', '= 0.26.1' + gem 'rubocop', '1.66.1' end group :unit do diff --git a/examples/kafka-jvm/chef/cookbooks/java/Gemfile b/examples/kafka-jvm/chef/cookbooks/java/Gemfile index b772e4cf..08a15905 100644 --- a/examples/kafka-jvm/chef/cookbooks/java/Gemfile +++ b/examples/kafka-jvm/chef/cookbooks/java/Gemfile @@ -5,7 +5,7 @@ gem 'berkshelf', '~> 3.2.1' group :test do gem 'foodcritic', '~> 4.0.0' - gem 'rubocop', '~> 0.27.1' + gem 'rubocop', '~> 1.66.1' gem 'chefspec', '~> 4.1.1' end