Skip to content

Commit

Permalink
add base64 gem dependency for ruby head/future compatibility (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus authored Jul 29, 2024
1 parent 2c81a36 commit 9b10f8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions puma-acme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ['LICENSE.txt', 'README.md', 'CHANGELOG.md']

s.add_runtime_dependency 'acme-client', '~> 2.0.13'
s.add_runtime_dependency 'base64', '~> 0.2'
s.add_runtime_dependency 'pstore', '~> 0.1'
s.add_runtime_dependency 'puma', '~> 6.0'
s.add_runtime_dependency 'sinatra', '>= 3.2'
Expand Down

0 comments on commit 9b10f8a

Please sign in to comment.