Gemfile: lock rspec-expectations to v3.8.2

v3.8.2 has a bug on Ruby 1.9.3:
https://github.com/rspec/rspec-expectations/issues/1113

```
TypeError: bind argument must be an instance of Kernel
```

Lock for now, unlock when (if) fixed version is released.
This commit is contained in:
Kyrylo Silin 2019-04-28 20:32:19 +03:00
parent 8623d6851d
commit 244e4776f9
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ gemspec
gem 'rake', '~> 10.0'
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 'simplecov', '~> 0.16', require: false
# Rubocop supports only >=2.2.0