Skip to content

Commit 92c2cab

Browse files
authored
Merge pull request #104 from OpenVoxProject/dependabot/bundler/base64-gte-0.1-and-lt-0.4
Update base64 requirement from >= 0.1, < 0.3 to >= 0.1, < 0.4
2 parents 58ad649 + ae048fd commit 92c2cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +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')
23+
spec.add_runtime_dependency('base64', '>= 0.1', '< 0.4')
2424
spec.add_runtime_dependency('benchmark', '>= 0.3', '< 0.5')
2525
spec.add_runtime_dependency('concurrent-ruby', '~> 1.0')
2626
spec.add_runtime_dependency('deep_merge', '~> 1.0')

0 commit comments

Comments
 (0)