From bb170af75d406d562ae56771946053adeed41ca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 13:01:00 +0000 Subject: [PATCH] Bump rubocop-rspec from 2.16.0 to 2.18.0 in /dependencies Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.16.0 to 2.18.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.16.0...v2.18.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 | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 26fea82b640..7276cc23548 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -10,4 +10,4 @@ gem "rubocop-minitest", "~> 0.26.0" gem "rubocop-performance", "~>1.15.2" gem "rubocop-rails", "~> 2.17" gem "rubocop-rake", "~> 0.6.0" -gem "rubocop-rspec", "~> 2.16.0" +gem "rubocop-rspec", "~> 2.18.0" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index 0b1957a881e..be71ca92d48 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -31,6 +31,8 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.24.1) parser (>= 3.1.1.0) + rubocop-capybara (2.17.0) + rubocop (~> 1.41) rubocop-github (0.20.0) rubocop (>= 1.37) rubocop-performance (>= 1.15) @@ -46,8 +48,9 @@ GEM rubocop (>= 1.33.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.16.0) + rubocop-rspec (2.18.0) rubocop (~> 1.33) + rubocop-capybara ruby-progressbar (1.11.0) tzinfo (2.0.5) concurrent-ruby (~> 1.0) @@ -63,7 +66,7 @@ DEPENDENCIES rubocop-performance (~> 1.15.2) rubocop-rails (~> 2.17) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 2.16.0) + rubocop-rspec (~> 2.18.0) BUNDLED WITH 2.3.5