From 8f6f2cff7fc855536604857d7606d4c738d130f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 21:21:50 +0000 Subject: [PATCH] Bump rubocop-rspec from 3.2.0 to 3.3.0 (#345) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 29ae6d9b..a154c291 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rubocop', '~> 1.69.2' gem 'rubocop-packaging', '~> 0.5.2' gem 'rubocop-performance', '~> 1.23.0' gem 'rubocop-rake', '~> 0.6.0' -gem 'rubocop-rspec', '~> 3.2.0' +gem 'rubocop-rspec', '~> 3.3.0' gem 'rubocop-sorbet', '~> 0.8.7' gem 'simplecov-cobertura', '~> 2.1.0' gem 'sorbet', '~> 0.5.11708' diff --git a/Gemfile.lock b/Gemfile.lock index d34ec959..64c42cc1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,7 +61,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) rubocop-sorbet (0.8.7) rubocop (>= 1) @@ -118,7 +118,7 @@ DEPENDENCIES rubocop-packaging (~> 0.5.2) rubocop-performance (~> 1.23.0) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 3.2.0) + rubocop-rspec (~> 3.3.0) rubocop-sorbet (~> 0.8.7) simplecov-cobertura (~> 2.1.0) sorbet (~> 0.5.11708)