From 08a749c1e1b291ba703e26b6b2571ad8c8200221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 22:11:57 +0000 Subject: [PATCH] Update rspec-its requirement from ~> 1.1 to ~> 2.0 Updates the requirements on [rspec-its](https://github.com/rspec/rspec-its) to permit the latest version. - [Changelog](https://github.com/rspec/rspec-its/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-its/compare/v1.1.0...v2.0.0) --- updated-dependencies: - dependency-name: rspec-its dependency-version: 2.0.0 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 5fa0ec958f..1e07f99e38 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ group(:test) do gem "rake", *location_for(ENV['RAKE_LOCATION'] || '~> 13.0') gem "rspec", "~> 3.1", require: false gem "rspec-expectations", ["~> 3.9", "!= 3.9.3"] - gem "rspec-its", "~> 1.1", require: false + gem "rspec-its", "~> 2.0", require: false gem 'vcr', '~> 6.1', require: false gem 'webmock', '~> 3.0', require: false gem 'webrick', '~> 1.7', require: false