Skip to content

Commit

Permalink
Merge pull request #107 from bastelfreak/ruby27
Browse files Browse the repository at this point in the history
puppet-strings: Require 4.x
  • Loading branch information
bastelfreak authored Apr 28, 2023
2 parents 7b4b297 + 2c58a19 commit 5987914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voxpupuli-test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'puppetlabs_spec_helper', '>= 5.0.3'
# lazy dependency of the `validate` task. Will check the REFERENCE.md
# 3.0.0 and later require Ruby 2.7
s.add_runtime_dependency 'puppet-strings', '>= 2.9', '< 4'
s.add_runtime_dependency 'puppet-strings', '~> 4.0'
s.add_runtime_dependency 'rspec-puppet', '>= 2.11.0'
s.add_runtime_dependency 'rspec-puppet-facts', '>= 2.0.1', '< 3'
s.add_runtime_dependency 'rspec-puppet-utils', '>= 1.9.5'
Expand Down

0 comments on commit 5987914

Please sign in to comment.