From 34b70d85fbd1b8ed686ccd3be67489eabd013e71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:12:49 +0000 Subject: [PATCH] Update rspec requirement from ~> 3.10.0 to ~> 3.12.0 Updates the requirements on [rspec](https://github.com/rspec/rspec-metagem) to permit the latest version. - [Release notes](https://github.com/rspec/rspec-metagem/releases) - [Commits](https://github.com/rspec/rspec-metagem/compare/v3.10.0...v3.12.0) --- updated-dependencies: - dependency-name: rspec dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 9df4beb7..85ebbf0b 100644 --- a/Gemfile +++ b/Gemfile @@ -8,14 +8,14 @@ group :development do gem "contracts", "~> 0.16.1" # pin until we drop ruby < 2.7 if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("3.0.0") gem "chef-zero" - gem "rspec", "~> 3.4" + gem "rspec", "~> 3.12.0" gem "aruba", "~> 0.6" gem "chef", "~> 14.0" gem "chef-utils", "17.10.0" # pin until we drop ruby 2.5 else gem "chef-zero", ">= 15.0.4" gem "chef", "~> 17.0" - gem "rspec", "~> 3.10.0" + gem "rspec", "~> 3.12.0" gem "aruba", "~> 1.1" gem "knife", "~> 17.0" gem "chef-utils", "17.10.0" # pin until we drop ruby >=3