From 8f3499e7e4f9d2cb291ef07ced1523d652dd3576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 23:36:16 +0000 Subject: [PATCH] Update rubocop-rspec requirement from ~> 3.6.0 to ~> 3.9.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/v3.6.0...v3.9.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1fde6a4..688c900 100644 --- a/Gemfile +++ b/Gemfile @@ -10,4 +10,4 @@ gem "rspec", "~> 3.13" gem "rubocop", "~> 1.21", require: false gem "rubocop-performance", "~> 1.25.0", require: false gem "rubocop-rake", "~> 0.7.1", require: false -gem "rubocop-rspec", "~> 3.6.0", require: false +gem "rubocop-rspec", "~> 3.9.0", require: false