aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox.gemspec
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-10-19 16:31:53 -0400
committerGeorge Claghorn <george@basecamp.com>2018-10-19 16:32:38 -0400
commitebe3d0aaab633de77db494e50f720a8723acbd41 (patch)
tree3f22d9b588414c9fe6be46f3ba59567b21862297 /actionmailbox.gemspec
parentfbd4219274f7c30de391ec8d7b6b6c5d76fb57c7 (diff)
downloadrails-ebe3d0aaab633de77db494e50f720a8723acbd41.tar.gz
rails-ebe3d0aaab633de77db494e50f720a8723acbd41.tar.bz2
rails-ebe3d0aaab633de77db494e50f720a8723acbd41.zip
Add a Rake task for piping to the Postfix ingress
Diffstat (limited to 'actionmailbox.gemspec')
-rw-r--r--actionmailbox.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionmailbox.gemspec b/actionmailbox.gemspec
index e413ac57f6..e3890ab574 100644
--- a/actionmailbox.gemspec
+++ b/actionmailbox.gemspec
@@ -16,6 +16,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.5.0"
s.add_dependency "rails", ">= 5.2.0"
+ s.add_dependency "http", ">= 4.0.0"
s.add_development_dependency "bundler", "~> 1.15"
s.add_development_dependency "sqlite3"