Skip to content

Commit dfad7cb

Browse files
committed
list base64 as a runtime dependency
Since Ruby 3.4, base64 is no longer a default and needs to be installed explicitly: https://bugs.ruby-lang.org/issues/20187
1 parent 91401de commit dfad7cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-api.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Gem::Specification.new do |gem|
1414
gem.version = Docker::VERSION
1515
gem.add_dependency 'excon', '>= 0.64.0'
1616
gem.add_dependency 'multi_json'
17+
gem.add_dependency 'base64'
1718
gem.add_development_dependency 'rake'
1819
gem.add_development_dependency 'rspec', '~> 3.0'
1920
gem.add_development_dependency 'rspec-its'

0 commit comments

Comments
 (0)