Skip to content

Commit e8694a7

Browse files
Update base64 requirement from ~> 0.2.0 to >= 0.2, < 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.2.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 b929a25 commit e8694a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet-blacksmith.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616

1717
s.required_ruby_version = '>= 2.7.0'
1818

19-
s.add_dependency 'base64', '~> 0.2.0'
19+
s.add_dependency 'base64', '>= 0.2', '< 0.4'
2020
s.add_dependency 'puppet-modulebuilder', '~> 2.0', '>= 2.0.2'
2121
s.add_dependency 'rest-client', '~>2.0'
2222
s.add_development_dependency 'aruba', '~> 2.1'

0 commit comments

Comments
 (0)