From 1ee20a2a7fe57aa7afdb9a4e8289cfad3969250f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 05:17:23 +0000 Subject: [PATCH] Update rspec requirement from ~> 3.0.0 to ~> 3.10.0 Updates the requirements on [rspec](https://github.com/rspec/rspec) to permit the latest version. - [Release notes](https://github.com/rspec/rspec/releases) - [Commits](https://github.com/rspec/rspec/compare/v3.0.0...v3.10.0) Signed-off-by: dependabot-preview[bot] --- cf-deploy.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf-deploy.gemspec b/cf-deploy.gemspec index ac68258..73e84cb 100644 --- a/cf-deploy.gemspec +++ b/cf-deploy.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'rake' spec.add_development_dependency 'bundler', '~> 1.5' - spec.add_development_dependency 'rspec', '~> 3.0.0' + spec.add_development_dependency 'rspec', '~> 3.10.0' spec.add_development_dependency 'simplecov', '~> 0.7.1' spec.add_development_dependency 'codeclimate-test-reporter' end