Skip to content

Commit b71318b

Browse files
authored
Remove strict puppet dependency
This should no longer depend on `puppet` since there are multiple implementations that can use this. It should not materially affect any workflows since nobody uses `gem install puppet-strings` to install Puppet!
1 parent 4da18c1 commit b71318b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

puppet-strings.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Gem::Specification.new do |s|
2222
]
2323
s.files = Dir['CHANGELOG.md', 'README.md', 'LICENSE', 'lib/**/*', 'exe/**/*']
2424

25-
s.add_dependency 'puppet', '>= 8.0.0'
2625
s.add_dependency 'rgen', '~> 0.9'
2726
s.add_dependency 'yard', '~> 0.9'
2827
end

0 commit comments

Comments
 (0)