From 5a14b7b9aaccb344dddf5de34f616d9cde70a56f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:30:07 +0000 Subject: [PATCH] Bump rubocop-rspec from 3.2.0 to 3.4.0 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.2.0 to 3.4.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.4.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index a8d8841..42b22b1 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ group :development do gem 'dotenv', '~> 3.1' gem 'rubocop', '~> 1.69' gem 'rubocop-rake', '~> 0.6.0' - gem 'rubocop-rspec', '~> 3.2' + gem 'rubocop-rspec', '~> 3.4' gem 'super_diff', '~> 0.13.0' end diff --git a/Gemfile.lock b/Gemfile.lock index a7d2545..4200cc8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,7 +36,7 @@ GEM json-schema (5.1.1) addressable (~> 2.8) bigdecimal (~> 3.1) - language_server-protocol (3.17.0.3) + language_server-protocol (3.17.0.4) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -51,7 +51,7 @@ GEM optimist (3.2.0) ostruct (0.6.1) parallel (1.26.3) - parser (3.3.6.0) + parser (3.3.7.0) ast (~> 2.4.1) racc patience_diff (1.2.0) @@ -111,11 +111,11 @@ GEM rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.37.0) + rubocop-ast (1.38.0) parser (>= 3.3.1.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (3.2.0) + rubocop-rspec (3.4.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) ruby-units (4.1.0) @@ -151,7 +151,7 @@ GEM patience_diff tilt (2.4.0) timecop (0.9.10) - unicode-display_width (3.1.3) + unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) uri (1.0.2) @@ -183,7 +183,7 @@ DEPENDENCIES rspec (~> 3.13) rubocop (~> 1.69) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 3.2) + rubocop-rspec (~> 3.4) ruby-units (~> 4.1) rubyzip (~> 2.3, >= 2.3.2) sentry-ruby (~> 5.22)