summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2019-04-28 20:44:05 +0300
committerGitHub <noreply@github.com>2019-04-28 20:44:05 +0300
commitba18ef32adf0c43bfe4130251b612be44513d990 (patch)
tree0304cffc828498653e83203952dbcc16cf7b4461
parent8623d6851dad1e2833c1fd31e4f07d2d19b8e4c3 (diff)
parent244e4776f9511487c62699b2c2265b1efd68a667 (diff)
downloadpry-ba18ef32adf0c43bfe4130251b612be44513d990.tar.gz
Merge pull request #2019 from pry/rspec-expectations-version-lock
Gemfile: lock rspec-expectations to v3.8.2
-rw-r--r--Gemfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 2f43fb4c..63493654 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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