From ce42697596f40f366fdad6d62b96bab68a6a7c83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 13:32:06 +0000 Subject: [PATCH] deps(bundler): bump rubocop-rspec from 2.29.1 to 2.29.2 in /dependencies (#5625) Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.29.1 to 2.29.2. - [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.29.1...v2.29.2) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/Gemfile | 2 +- dependencies/Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index df4817bc..fac56cba 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -10,5 +10,5 @@ gem "rubocop-minitest", "~> 0.35.0" gem "rubocop-performance", "~>1.20.2" gem "rubocop-rails", "~> 2.24" gem "rubocop-rake", "~> 0.6.0" -gem "rubocop-rspec", "~> 2.29.1" +gem "rubocop-rspec", "~> 2.29.2" gem "standard", "~>1.35" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index 34d2b5b8..49365d02 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -25,7 +25,7 @@ GEM minitest (5.22.3) mutex_m (0.2.0) parallel (1.24.0) - parser (3.3.0.5) + parser (3.3.1.0) ast (~> 2.4.1) racc racc (1.7.3) @@ -44,8 +44,8 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.2) - parser (>= 3.3.0.4) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) rubocop-factory_bot (2.25.1) @@ -67,12 +67,12 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.29.1) + rubocop-rspec (2.29.2) rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) rubocop-rspec_rails (~> 2.28) - rubocop-rspec_rails (2.28.2) + rubocop-rspec_rails (2.28.3) rubocop (~> 1.40) ruby-progressbar (1.13.0) standard (1.35.1) @@ -101,7 +101,7 @@ DEPENDENCIES rubocop-performance (~> 1.20.2) rubocop-rails (~> 2.24) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 2.29.1) + rubocop-rspec (~> 2.29.2) standard (~> 1.35) BUNDLED WITH