From d783bbdc42f68e683666c8230e7245bdc781678b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:12:48 +0000 Subject: [PATCH] Bump rubocop-rspec from 3.2.0 to 3.3.0 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.2.0 to 3.3.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.2.0...v3.3.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a2798e6..6d905a0 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +10,6 @@ gem 'rubocop', '~> 1.69', require: false gem 'rubocop-packaging', '~> 0.5.2', require: false gem 'rubocop-performance', '~> 1.23', require: false gem 'rubocop-rake', '~> 0.6.0', require: false -gem 'rubocop-rspec', '~> 3.2', require: false +gem 'rubocop-rspec', '~> 3.3', require: false gem 'simplecov', '~> 0.22.0', require: false gem 'yard', '~> 0.9.37', require: false diff --git a/Gemfile.lock b/Gemfile.lock index b389207..85d66c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,7 +42,7 @@ GEM rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.36.2) + rubocop-ast (1.37.0) parser (>= 3.3.1.0) rubocop-packaging (0.5.2) rubocop (>= 1.33, < 2.0) @@ -51,7 +51,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (3.2.0) + rubocop-rspec (3.3.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) simplecov (0.22.0) @@ -76,7 +76,7 @@ DEPENDENCIES rubocop-packaging (~> 0.5.2) rubocop-performance (~> 1.23) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 3.2) + rubocop-rspec (~> 3.3) simplecov (~> 0.22.0) yard (~> 0.9.37)