mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 00:43:24 +08:00
DEV: Drop our mail gem fork (#20805)
Didn't happen in https://github.com/discourse/discourse/pull/16622 but now that the official release is fixed - let's do this :P
This commit is contained in:
parent
83db0bf41a
commit
ef0016cdba
2
Gemfile
2
Gemfile
|
@ -41,7 +41,7 @@ gem "actionview_precompiler", require: false
|
|||
|
||||
gem "discourse-seed-fu"
|
||||
|
||||
gem "mail", git: "https://github.com/discourse/mail.git"
|
||||
gem "mail"
|
||||
gem "mini_mime"
|
||||
gem "mini_suffix"
|
||||
|
||||
|
|
14
Gemfile.lock
14
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)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/rails/sprockets
|
||||
revision: f4d3dae71ef29c44b75a49cfbf8032cce07b423a
|
||||
|
@ -225,6 +218,11 @@ GEM
|
|||
nokogiri (>= 1.5.9)
|
||||
lru_redux (1.1.0)
|
||||
lz4-ruby (0.3.3)
|
||||
mail (2.8.1)
|
||||
mini_mime (>= 0.1.1)
|
||||
net-imap
|
||||
net-pop
|
||||
net-smtp
|
||||
matrix (0.4.2)
|
||||
maxminddb (0.1.22)
|
||||
memory_profiler (1.0.1)
|
||||
|
@ -592,7 +590,7 @@ DEPENDENCIES
|
|||
loofah
|
||||
lru_redux
|
||||
lz4-ruby
|
||||
mail!
|
||||
mail
|
||||
maxminddb
|
||||
memory_profiler
|
||||
message_bus
|
||||
|
|
Loading…
Reference in New Issue
Block a user