Skip to content

Commit

Permalink
lock rspec-expectations
Browse files Browse the repository at this point in the history
this applies until a solution to rspec/rspec-expectations#1134 is created
  • Loading branch information
jmartin-tech committed Oct 3, 2019
1 parent 863e158 commit 893a32b
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 893a32b

Please sign in to comment.