Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jhongturney committed Jan 25, 2024
1 parent d2f3589 commit 6d654e8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions octocatalog-diff.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ EOF
s.add_runtime_dependency 'hashdiff', '>= 0.3.0'
s.add_runtime_dependency 'parallel', '>= 1.12.0'
s.add_runtime_dependency 'rugged', '>= 0.25.0b2'
if ENV['PUPPET_VERSION'] == "4.10.10"
s.add_runtime_dependency 'puppet', '= 4.10.10'
elsif ENV['PUPPET_VERSION'] == "5.5.22"
s.add_runtime_dependency 'puppet', '= 5.5.22'
elsif ENV['PUPPET_VERSION'] == "6.18.0"
s.add_runtime_dependency 'puppet', '= 6.18.0'
elsif ENV['PUPPET_VERSION'] == "7.3.0"
s.add_runtime_dependency 'puppet', '= 7.3.0'
end

s.add_development_dependency 'rspec', '~> 3.4.0'
s.add_development_dependency 'rake', '13.0.0'
Expand Down

0 comments on commit 6d654e8

Please sign in to comment.