Skip to content

Commit

Permalink
drop sintra dependency and require (#20)
Browse files Browse the repository at this point in the history
* drop sintra dependency and require

* drop (indirect) base64 dep, as acme-client now requires it
  • Loading branch information
geemus authored Oct 15, 2024
1 parent e1b43b5 commit 0558b1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/puma/acme.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
require 'puma'
require 'puma/binder'
require 'puma/plugin'
require 'sinatra'

module Puma
# This is a plugin for Puma that will automatically provision a SSL
Expand Down
2 changes: 0 additions & 2 deletions puma-acme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ 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'

s.add_development_dependency 'http.rb', '~> 0.12'
s.add_development_dependency 'minitest', '~> 5.14'
Expand Down

0 comments on commit 0558b1d

Please sign in to comment.