From 003690509185ec4e7dc9afd8a6b5b9381d5cf1b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 10:07:25 +0000 Subject: [PATCH] Bump rubocop-rspec from 3.0.3 to 3.0.4 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.0.3 to 3.0.4. - [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.0.3...v3.0.4) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 09fff10e..8f52fc1d 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rubocop', '~> 1.65.1' gem 'rubocop-packaging', '~> 0.5.2' gem 'rubocop-performance', '~> 1.21.0' gem 'rubocop-rake', '~> 0.6.0' -gem 'rubocop-rspec', '~> 3.0.3' +gem 'rubocop-rspec', '~> 3.0.4' gem 'rubocop-sorbet', '~> 0.8.5' gem 'simplecov-cobertura', '~> 2.1.0' gem 'sorbet', '~> 0.5.11504' diff --git a/Gemfile.lock b/Gemfile.lock index 503ebf84..60935dc8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,8 +15,8 @@ GEM json (2.7.2) language_server-protocol (3.17.0.3) netrc (0.11.0) - parallel (1.25.1) - parser (3.3.4.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc prism (0.30.0) @@ -54,7 +54,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-packaging (0.5.2) rubocop (>= 1.33, < 2.0) @@ -63,7 +63,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (3.0.3) + rubocop-rspec (3.0.4) rubocop (~> 1.61) rubocop-sorbet (0.8.5) rubocop (>= 1) @@ -118,7 +118,7 @@ DEPENDENCIES rubocop-packaging (~> 0.5.2) rubocop-performance (~> 1.21.0) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 3.0.3) + rubocop-rspec (~> 3.0.4) rubocop-sorbet (~> 0.8.5) simplecov-cobertura (~> 2.1.0) sorbet (~> 0.5.11504)