Skip to content

Commit

Permalink
Pin rspec-expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjfisher committed Nov 2, 2020
1 parent fce89a5 commit 692fa31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions voxpupuli-test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rspec-puppet-facts', '>= 1.9.5'
s.add_runtime_dependency 'rspec-puppet-utils', '>= 1.9.5'

# avoid breaking change until https://github.com/rodjek/rspec-puppet/pull/811 is released
s.add_runtime_dependency 'rspec-expectations', '< 3.10.0'

# Rubocop
s.add_runtime_dependency 'rubocop', '~> 0.49.1'
s.add_runtime_dependency 'rubocop-rspec', '~> 1.16.0'
Expand Down

0 comments on commit 692fa31

Please sign in to comment.