Skip to content

Commit

Permalink
bolt: Allow >= 3.10 < 5
Browse files Browse the repository at this point in the history
This also contains #3311
  • Loading branch information
bastelfreak committed May 9, 2024
1 parent 5d8df2c commit 40167a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "puppetfile-resolver", ">= 0.6.2", "< 1.0"
spec.add_dependency "puppet-resource_api", ">= 1.8.1"
spec.add_dependency "puppet-strings", ">= 2.3.0", "< 5.0"
spec.add_dependency "r10k", "~> 3.10"
spec.add_dependency "r10k", ">= 3.10", "< 5"
spec.add_dependency "ruby_smb", "~> 1.0"
spec.add_dependency "terminal-table", "~> 3.0"
spec.add_dependency "winrm", "~> 2.0"
Expand Down

0 comments on commit 40167a1

Please sign in to comment.