Skip to content

Commit

Permalink
Remove Litmus from Gemfile
Browse files Browse the repository at this point in the history
We do not use Litmus for tests and its dependencies are causing issues
in our CI pipeline. This commit removes Litmus from the Gemfile.
  • Loading branch information
joshcooper committed Nov 20, 2024
1 parent 26310e3 commit 41d06c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ group :development, :release_prep do
gem "puppetlabs_spec_helper", '~> 7.0', require: false
end
group :system_tests do
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw]
gem "CFPropertyList", '< 3.0.7', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "serverspec", '~> 2.41', require: false
gem "voxpupuli-acceptance", '~> 3', require: false
Expand Down

0 comments on commit 41d06c4

Please sign in to comment.