Skip to content

Commit

Permalink
pin chefspec/rspec due to breaking rspec change
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-clerc committed Feb 5, 2024
1 parent 71db00c commit dd7af15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ source 'https://rubygems.org'

group :unit_test do
gem 'chef', '= 17.9.46'
gem 'chefspec', '>= 9.3.6'
gem 'fakefs', '>= 2.5.0'
gem 'webmock', '>= 3.13.0'

# TODO: Unpin chefspec, rspec once chefspec integrates breaking rspec 3.13.0 change
gem 'chefspec', '= 9.3.6'
gem 'rspec', '= 3.12.0'
end

group :integration do
Expand Down

0 comments on commit dd7af15

Please sign in to comment.