Skip to content

Commit

Permalink
(maint) use rspec-expectations < 3.10
Browse files Browse the repository at this point in the history
The latest release of rspec-expecttions changed
`raise_error` and breaks rspec-puppet: rodjek/rspec-puppet#810

Lock `rspec-expectations < 3.10` until the issue is fixed.
  • Loading branch information
gimmy committed Nov 2, 2020
1 parent a4748e8 commit f400c6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ group :development do
gem "puppet-module-posix-default-r#{minor_version}", :require => false, :platforms => "ruby"
gem "puppet-module-win-default-r#{minor_version}", :require => false, :platforms => ["mswin", "mingw", "x64_mingw"]
gem "rspec-puppet", :require => true, git: "https://github.com/rodjek/rspec-puppet", tag: "v2.7.9"
gem 'rspec-expectations', '~> 3.9.0', :require => false
gem "json_pure", '<= 2.0.1', :require => false if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.0.0')
gem "fast_gettext", '1.1.0', :require => false if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.1.0')
gem "fast_gettext", :require => false if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.1.0')
Expand Down

0 comments on commit f400c6b

Please sign in to comment.