From 0341e715b7eaa18c20db7b93f389e8afdbc8df86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 23:33:38 +0000 Subject: [PATCH] Bump rubocop-rspec from 2.18.1 to 2.19.0 in /dependencies Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.18.1 to 2.19.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/v2.18.1...v2.19.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dependencies/Gemfile | 2 +- dependencies/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 1cecd338..8ec25a4a 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -10,4 +10,4 @@ gem "rubocop-minitest", "~> 0.30.0" gem "rubocop-performance", "~>1.15.2" gem "rubocop-rails", "~> 2.17" gem "rubocop-rake", "~> 0.6.0" -gem "rubocop-rspec", "~> 2.18.1" +gem "rubocop-rspec", "~> 2.19.0" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index 6cd93ba6..7b8a0768 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -31,7 +31,7 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.28.0) parser (>= 3.2.1.0) - rubocop-capybara (2.17.0) + rubocop-capybara (2.17.1) rubocop (~> 1.41) rubocop-github (0.20.0) rubocop (>= 1.37) @@ -48,7 +48,7 @@ GEM rubocop (>= 1.33.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.18.1) + rubocop-rspec (2.19.0) rubocop (~> 1.33) rubocop-capybara (~> 2.17) ruby-progressbar (1.13.0) @@ -66,7 +66,7 @@ DEPENDENCIES rubocop-performance (~> 1.15.2) rubocop-rails (~> 2.17) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 2.18.1) + rubocop-rspec (~> 2.19.0) BUNDLED WITH 2.3.5