From 0597174b9c197b06265327b94b39a891010c9f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 08:23:45 +0700 Subject: [PATCH] Update rubocop-rspec requirement from 2.23.2 to 2.24.1 (#362) 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.23.2...v2.24.1) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ee738fd6..9b241b3a 100644 --- a/Gemfile +++ b/Gemfile @@ -8,4 +8,4 @@ gem 'coveralls', require: false gem 'rubocop', '1.56.2', require: false gem 'rubocop-performance', '1.19.1', require: false gem 'rubocop-rake', '0.6.0', require: false -gem 'rubocop-rspec', '2.23.2', require: false +gem 'rubocop-rspec', '2.24.1', require: false