Skip to content

Commit

Permalink
Workaround issue with rspec-mocks 3.12.0
Browse files Browse the repository at this point in the history
The same issue we ran into in #2327 is present on the newly-released
rspec-mocks 3.12.0.

I have not yet reported this upstream, but want to unblock our CI.
  • Loading branch information
ivoanjo authored and lloeki committed Oct 27, 2022
1 parent 21db61e commit 4128584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gem 'rake-compiler', '~> 1.1', '>= 1.1.1' # To compile native extensions
gem 'redcarpet', '~> 3.4' if RUBY_PLATFORM != 'java'
gem 'rspec', '~> 3.11'
gem 'rspec-collection_matchers', '~> 1.1'
gem 'rspec-mocks', '!= 3.11.2'
gem 'rspec-mocks', ['!= 3.11.2', '!= 3.12.0'] # Temporary workaround for #2327
if RUBY_VERSION >= '2.3.0'
gem 'rspec_junit_formatter', '>= 0.5.1'
else
Expand Down

0 comments on commit 4128584

Please sign in to comment.