Skip to content

Commit 9b88f66

Browse files
committed
Add base64 as a gem dependency
With Ruby 3.4 the base64 gem changed from a default gem to a bundled gem. This means it needs to be specified as a dependency.
1 parent 827aac8 commit 9b88f66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

puppet.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Gem::Specification.new do |spec|
2020
spec.require_paths = ["lib"]
2121
spec.summary = "OpenVox, a community implementation of Puppet -- an automated configuration management tool"
2222
spec.specification_version = 4
23+
spec.add_runtime_dependency('base64', '>= 0.1', '< 0.3')
2324
spec.add_runtime_dependency('benchmark', '>= 0.3', '< 0.5')
2425
spec.add_runtime_dependency('concurrent-ruby', '~> 1.0')
2526
spec.add_runtime_dependency('deep_merge', '~> 1.0')

0 commit comments

Comments
 (0)