Skip to content

Commit ae048fd

Browse files
Update base64 requirement from >= 0.1, < 0.3 to >= 0.1, < 0.4
Updates the requirements on [base64](https://github.com/ruby/base64) to permit the latest version. - [Release notes](https://github.com/ruby/base64/releases) - [Commits](ruby/base64@v0.1.0...v0.3.0) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 58ad649 commit ae048fd

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)