Merge pull request #2208 from pry/rspec-bump

Gemfile: bump rspec & rspec-expectations to v3.10
This commit is contained in:
Kyrylo Silin 2021-07-04 23:05:32 +03:00 committed by GitHub
commit 7a2284f8a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -5,12 +5,7 @@ gemspec
gem 'rake'
gem 'yard'
gem 'rspec', '~> 3.8.0'
# TODO: unlock version when the bug is fixed:
# https://github.com/rspec/rspec-expectations/issues/1113
gem 'rspec-expectations', '= 3.8.2'
gem 'rspec'
gem 'simplecov', '~> 0.16', require: false
# Rubocop supports only >=2.2.0