Skip to content

Commit

Permalink
(CONT-1001) Add litmus ~> 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramesh7 committed May 23, 2023
1 parent 3c95d6b commit 26f6bca
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 @@ -37,7 +37,7 @@ group :development do
gem "github_changelog_generator", '= 1.15.2', require: false
end
group :system_tests do
gem "puppet_litmus", '< 1.0.0', require: false, platforms: [:ruby, :x64_mingw]
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw]
gem "serverspec", '~> 2.41', require: false
end

Expand Down

0 comments on commit 26f6bca

Please sign in to comment.