From c0b202a71a3c7d9ba7756c66cfdef68a7dea0aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 22:46:42 +0200 Subject: [PATCH] Bump rubocop-rspec from 2.12.1 to 2.13.2 in /dependencies (#3342) Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.12.1 to 2.13.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.12.1...v2.13.2) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/Gemfile | 2 +- dependencies/Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 82e3ef93..6423fb40 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -10,4 +10,4 @@ gem "rubocop-minitest", "~> 0.21.0" gem "rubocop-performance", "~>1.14.3" gem "rubocop-rails", "~> 2.15" gem "rubocop-rake", "~> 0.6.0" -gem "rubocop-rspec", "~> 2.12.1" +gem "rubocop-rspec", "~> 2.13.2" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index df69ff25..f31ec33e 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -17,7 +17,7 @@ GEM ast (~> 2.4.1) rack (2.2.4) rainbow (3.1.1) - regexp_parser (2.5.0) + regexp_parser (2.6.0) rexml (3.2.5) rubocop (1.35.0) json (~> 2.3) @@ -46,12 +46,12 @@ GEM rubocop (>= 1.7.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.12.1) - rubocop (~> 1.31) + rubocop-rspec (2.13.2) + rubocop (~> 1.33) ruby-progressbar (1.11.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (2.2.0) + unicode-display_width (2.3.0) PLATFORMS ruby @@ -63,7 +63,7 @@ DEPENDENCIES rubocop-performance (~> 1.14.3) rubocop-rails (~> 2.15) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 2.12.1) + rubocop-rspec (~> 2.13.2) BUNDLED WITH 2.3.5