aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-11-25 14:30:05 -0500
committerGeorge Claghorn <george@basecamp.com>2018-11-25 15:36:08 -0500
commit148110e70c0a408ea418a8e36a6a99305fdd9c99 (patch)
treee8e1d865885370e4e5771a21be7156abca53023d /Gemfile.lock
parent2e4df7cea354339cbae20252ae14106a0cce12b5 (diff)
downloadrails-148110e70c0a408ea418a8e36a6a99305fdd9c99.tar.gz
rails-148110e70c0a408ea418a8e36a6a99305fdd9c99.tar.bz2
rails-148110e70c0a408ea418a8e36a6a99305fdd9c99.zip
Extract ActionMailbox::PostfixRelayer
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock24
1 files changed, 9 insertions, 15 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 402a6e8a10..6d8ef0e9f1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -66,7 +66,6 @@ PATH
remote: .
specs:
actionmailbox (0.1.0)
- http (>= 4.0.0)
rails (>= 5.2.0)
GEM
@@ -88,21 +87,13 @@ GEM
builder (3.2.3)
byebug (10.0.2)
concurrent-ruby (1.0.5)
+ crack (0.4.3)
+ safe_yaml (~> 1.0.0)
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)
+ hashdiff (0.3.7)
i18n (1.1.0)
concurrent-ruby (~> 1.0)
jmespath (1.4.0)
@@ -131,6 +122,7 @@ GEM
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rake (12.3.1)
+ safe_yaml (1.0.4)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
@@ -143,9 +135,10 @@ 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)
+ webmock (3.4.2)
+ addressable (>= 2.3.6)
+ crack (>= 0.3.2)
+ hashdiff
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
@@ -160,6 +153,7 @@ DEPENDENCIES
byebug
rails!
sqlite3
+ webmock
BUNDLED WITH
1.16.6