From 57b175a3fd26c7530e72c4c1e263fb642695cabf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:21:43 +0100 Subject: [PATCH] deps(bundler): bump rubocop-rspec from 2.25.0 to 2.26.1 in /dependencies (#5106) Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.25.0 to 2.26.1. - [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/v2.25.0...v2.26.1) --- 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> --- dependencies/Gemfile | 2 +- dependencies/Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 29134545..f24ba8cc 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -10,5 +10,5 @@ gem "rubocop-minitest", "~> 0.34.3" gem "rubocop-performance", "~>1.20.1" gem "rubocop-rails", "~> 2.23" gem "rubocop-rake", "~> 0.6.0" -gem "rubocop-rspec", "~> 2.25.0" +gem "rubocop-rspec", "~> 2.26.1" gem "standard", "~>1.32" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index ce1629e6..dca98aa0 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -26,13 +26,13 @@ GEM minitest (5.20.0) mutex_m (0.2.0) parallel (1.24.0) - parser (3.3.0.0) + parser (3.3.0.2) ast (~> 2.4.1) racc racc (1.7.3) rack (3.0.8) rainbow (3.1.1) - regexp_parser (2.8.3) + regexp_parser (2.9.0) rexml (3.2.6) rubocop (1.57.2) json (~> 2.3) @@ -47,10 +47,10 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.30.0) parser (>= 3.2.1.0) - rubocop-capybara (2.19.0) + rubocop-capybara (2.20.0) + rubocop (~> 1.41) + rubocop-factory_bot (2.25.1) rubocop (~> 1.41) - rubocop-factory_bot (2.24.0) - rubocop (~> 1.33) rubocop-github (0.20.0) rubocop (>= 1.37) rubocop-performance (>= 1.15) @@ -68,7 +68,7 @@ GEM rubocop-ast (>= 1.30.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.25.0) + rubocop-rspec (2.26.1) rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -100,7 +100,7 @@ DEPENDENCIES rubocop-performance (~> 1.20.1) rubocop-rails (~> 2.23) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 2.25.0) + rubocop-rspec (~> 2.26.1) standard (~> 1.32) BUNDLED WITH