Skip to content

Commit

Permalink
Land #12397, Pin rspec-expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
acammack-r7 authored and msjenkins-r7 committed Oct 4, 2019
1 parent 9b1614e commit 111ab12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ group :development, :test do
# Define `rake spec`. Must be in development AND test so that its available by default as a rake test when the
# environment is development
gem 'rspec-rails'
# locked due to rspec/rspec-expectations#1134
gem 'rspec-expectations', '3.8.4'
gem 'rspec-rerun'
end

Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.5)
rspec-expectations (3.8.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.2)
Expand Down Expand Up @@ -343,6 +343,7 @@ DEPENDENCIES
pry
rake
redcarpet
rspec-expectations (= 3.8.4)
rspec-rails
rspec-rerun
simplecov
Expand Down

0 comments on commit 111ab12

Please sign in to comment.