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] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-02 13:03:24 +00:00 committed by GitHub
parent e50c9ec4ca
commit c969e9c552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ group :test do
gem 'coveralls', '~> 0.8.23' gem 'coveralls', '~> 0.8.23'
gem 'pry' gem 'pry'
gem 'rb-readline' gem 'rb-readline'
gem 'rspec', '~> 3.9.0' gem 'rspec', '~> 3.10.0'
gem 'rubocop', '~> 0.52' gem 'rubocop', '~> 0.52'
gem 'webmock', '1.21.0' gem 'webmock', '1.21.0'
end end