From 0d30c19b7e1034c39e9eba01d8ac11570815e15f Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Wed, 4 May 2022 16:53:53 +0200 Subject: [PATCH] DEV: Drop our `mail` gem fork (#16622) Bianca's patch was finally released (in rc release for now, but still!) --- Gemfile | 2 +- Gemfile.lock | 14 ++++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index ec683e1732c..f9286c4ef50 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem 'actionview_precompiler', require: false gem 'seed-fu' -gem 'mail', git: 'https://github.com/discourse/mail.git', require: false +gem 'mail', '2.8.0.rc1', require: false gem 'mini_mime' gem 'mini_suffix' diff --git a/Gemfile.lock b/Gemfile.lock index c7647d60cb9..458d0fd0065 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,3 @@ -GIT - remote: https://github.com/discourse/mail.git - revision: 5b700fc95ee66378e0cf2559abc73c8bc3062a4b - specs: - mail (2.8.0.edge) - mini_mime (>= 0.1.1) - GEM remote: https://rubygems.org/ specs: @@ -228,6 +221,11 @@ GEM nokogiri (>= 1.5.9) lru_redux (1.1.0) lz4-ruby (0.3.3) + mail (2.8.0.rc1) + mini_mime (>= 0.1.1) + net-imap + net-pop + net-smtp maxminddb (0.1.22) memory_profiler (1.0.0) message_bus (4.2.0) @@ -566,7 +564,7 @@ DEPENDENCIES loofah lru_redux lz4-ruby - mail! + mail (= 2.8.0.rc1) maxminddb memory_profiler message_bus