From bd4027f6bf514bfda88985c9aa097917c6b649e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 17:01:47 +0000 Subject: [PATCH] Update rubocop-rspec requirement from ~> 2.16.0 to ~> 2.17.0 Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version. - [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.17.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2c0954851..aeeb5af61 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ group :development do gem 'rspec-benchmark', '~> 0.6.0' gem 'rubocop', '~> 1.43.0' gem 'rubocop-performance', '~> 1.15.0' - gem 'rubocop-rspec', '~> 2.16.0' + gem 'rubocop-rspec', '~> 2.17.0' gem 'simplecov', '>= 0.18.0', '< 0.23.0' gem 'yard', '~> 0.9.5'