From 18edef3d4a70c408715ff2ee59a6d36e0ca03be0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 10:42:50 +0000 Subject: [PATCH] Update dependency rubocop-rspec to v3.2.0 --- Gemfile | 2 +- Gemfile.lock | 18 ++++++++---------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 2ac639d2..c31e40c3 100755 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'rake', '13.2.1', require: false gem 'random-port', '~>0', require: false gem 'rspec-rails', '6.1.4', require: false gem 'rubocop', '1.65.1', require: false -gem 'rubocop-rspec', '3.0.4', require: false +gem 'rubocop-rspec', '3.2.0', require: false gem 'simplecov', '0.22.0', require: false gem 'webmock', '3.23.1', require: false gem 'xcop', '>=0.6', require: false diff --git a/Gemfile.lock b/Gemfile.lock index c7b5e42f..98a80c13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -133,7 +133,7 @@ GEM irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.7.2) + json (2.7.4) language_server-protocol (3.17.0.3) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) @@ -174,8 +174,8 @@ GEM nenv (~> 0.1) shellany (~> 0.0) openssl (3.2.0) - parallel (1.25.1) - parser (3.3.4.0) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc plist (3.1.0) @@ -223,8 +223,7 @@ GEM regexp_parser (2.9.2) reline (0.5.9) io-console (~> 0.5) - rexml (3.3.4) - strscan + rexml (3.3.9) rspec-core (3.13.0) rspec-support (~> 3.13.0) rspec-expectations (3.13.1) @@ -253,9 +252,9 @@ 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.3) parser (>= 3.3.1.0) - rubocop-rspec (3.0.4) + rubocop-rspec (3.2.0) rubocop (~> 1.61) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) @@ -274,7 +273,6 @@ GEM tilt (~> 2.0) slop (4.10.1) stringio (3.1.1) - strscan (3.1.0) sys-proctable (1.3.0) ffi (~> 1.1) sys-uname (1.3.0) @@ -294,7 +292,7 @@ GEM ethon (>= 0.9.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) usagewatch (0.0.7) usagewatch_ext (0.2.1) usagewatch (~> 0.0.6) @@ -329,7 +327,7 @@ DEPENDENCIES random-port (~> 0) rspec-rails (= 6.1.4) rubocop (= 1.65.1) - rubocop-rspec (= 3.0.4) + rubocop-rspec (= 3.2.0) simplecov (= 0.22.0) webmock (= 3.23.1) xcop (>= 0.6)