Skip to content

Commit bdc1bdc

Browse files
committed
(GH-2338) Remove maximum version for Puppet gem
We will continue to ship Bolt with the puppet 6 gem, but we shouldn't need to limit the maximum version of the Puppet gem for now. It seems like Bolt is compatible with Puppet 7, and we don't have any breaking changes going in to Puppet that we need to gate against. This also means tools that use Bolt as a dependency won't be limited to using Puppet 6.x. !no-release-note
1 parent a59b798 commit bdc1bdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bolt.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Gem::Specification.new do |spec|
4848
spec.add_dependency "net-ssh", ">= 4.0"
4949
spec.add_dependency "net-ssh-krb", "~> 0.5"
5050
spec.add_dependency "orchestrator_client", "~> 0.4"
51-
spec.add_dependency "puppet", ">= 6.18.0", "< 6.20"
51+
spec.add_dependency "puppet", ">= 6.18.0"
5252
spec.add_dependency "puppetfile-resolver", "~> 0.4"
5353
spec.add_dependency "puppet-resource_api", ">= 1.8.1"
5454
spec.add_dependency "puppet-strings", "~> 2.3"

0 commit comments

Comments
 (0)