Skip to content

Commit

Permalink
add base64 dependency for future-proofing
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jul 29, 2024
1 parent 47ae437 commit 24df1db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acme-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'webmock', '~> 3.8'
spec.add_development_dependency 'webrick', '~> 1.7'

spec.add_runtime_dependency 'base64', '~> 0.2.0'
spec.add_runtime_dependency 'faraday', '>= 1.0', '< 3.0.0'
spec.add_runtime_dependency 'faraday-retry', '>= 1.0', '< 3.0.0'
end

0 comments on commit 24df1db

Please sign in to comment.