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 committed Oct 4, 2019
2 parents 863e158 + 893a32b commit 5005e5f
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'
gem 'swagger-blocks'
end
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,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 @@ -400,6 +400,7 @@ DEPENDENCIES
pry
rake
redcarpet
rspec-expectations (= 3.8.4)
rspec-rails
rspec-rerun
simplecov
Expand Down

0 comments on commit 5005e5f

Please sign in to comment.