Skip to content

Commit

Permalink
puppet_litmus v1 does not support ruby 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Gipson committed Feb 8, 2025
1 parent 5d73c61 commit 62f9ba6
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 @@ -72,7 +72,7 @@ group :development, :release_prep do
end
end
group :system_tests do
if ruby_version >= Gem::Version.new('2.5') && ruby_version < Gem::Version.new('3.1')
if ruby_version >= Gem::Version.new('2.5') && ruby_version < Gem::Version.new('3.0')
gem "puppet_litmus", '= 0.0.1', require: false, platforms: [:ruby, :x64_mingw]
else
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw]
Expand Down

0 comments on commit 62f9ba6

Please sign in to comment.