Skip to content

Commit

Permalink
Merge pull request #2208 from pry/rspec-bump
Browse files Browse the repository at this point in the history
Gemfile: bump rspec & rspec-expectations to v3.10
  • Loading branch information
kyrylo committed Jul 4, 2021
2 parents 4aa6a32 + 5c31c28 commit 7a2284f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a2284f

Please sign in to comment.