From c969e9c55215c0bfa28ca682ad33a23c14c7fcc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 13:03:24 +0000 Subject: [PATCH] Update rspec requirement from ~> 3.9.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.9.0...v3.10.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b8bcc0f..31842ef 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group :test do gem 'coveralls', '~> 0.8.23' gem 'pry' gem 'rb-readline' - gem 'rspec', '~> 3.9.0' + gem 'rspec', '~> 3.10.0' gem 'rubocop', '~> 0.52' gem 'webmock', '1.21.0' end