Skip to content

Commit

Permalink
drop sintra dependency and require
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jul 29, 2024
1 parent 2c81a36 commit dc17f92
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 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
1 change: 0 additions & 1 deletion puma-acme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'acme-client', '~> 2.0.13'
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 dc17f92

Please sign in to comment.