mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Merge pull request #2208 from pry/rspec-bump
Gemfile: bump rspec & rspec-expectations to v3.10
This commit is contained in:
commit
7a2284f8a7
1 changed files with 1 additions and 6 deletions
7
Gemfile
7
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue