aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
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 /Gemfile.lock
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 'Gemfile.lock')
-rw-r--r--Gemfile.lock18
1 files changed, 18 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 2251704810..402a6e8a10 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -66,11 +66,14 @@ PATH
remote: .
specs:
actionmailbox (0.1.0)
+ http (>= 4.0.0)
rails (>= 5.2.0)
GEM
remote: https://rubygems.org/
specs:
+ addressable (2.5.2)
+ public_suffix (>= 2.0.2, < 4.0)
aws-eventstream (1.0.1)
aws-partitions (1.105.0)
aws-sdk-core (3.30.0)
@@ -86,9 +89,20 @@ GEM
byebug (10.0.2)
concurrent-ruby (1.0.5)
crass (1.0.4)
+ domain_name (0.5.20180417)
+ unf (>= 0.0.5, < 1.0.0)
erubi (1.7.1)
globalid (0.4.1)
activesupport (>= 4.2.0)
+ http (4.0.0)
+ addressable (~> 2.3)
+ http-cookie (~> 1.0)
+ http-form_data (~> 2.0)
+ http_parser.rb (~> 0.6.0)
+ http-cookie (1.0.3)
+ domain_name (~> 0.5)
+ http-form_data (2.1.1)
+ http_parser.rb (0.6.0)
i18n (1.1.0)
concurrent-ruby (~> 1.0)
jmespath (1.4.0)
@@ -107,6 +121,7 @@ GEM
nio4r (2.3.1)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
+ public_suffix (3.0.3)
rack (2.0.5)
rack-test (1.1.0)
rack (>= 1.0, < 3)
@@ -128,6 +143,9 @@ GEM
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
+ unf (0.1.4)
+ unf_ext
+ unf_ext (0.0.7.5)
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)