mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 14:03:22 +08:00
DEV: Drop our mail
gem fork (#16622)
Bianca's patch was finally released (in rc release for now, but still!)
This commit is contained in:
parent
71a4e9db85
commit
0d30c19b7e
2
Gemfile
2
Gemfile
|
@ -41,7 +41,7 @@ gem 'actionview_precompiler', require: false
|
||||||
|
|
||||||
gem 'seed-fu'
|
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_mime'
|
||||||
gem 'mini_suffix'
|
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)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -228,6 +221,11 @@ GEM
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
lru_redux (1.1.0)
|
lru_redux (1.1.0)
|
||||||
lz4-ruby (0.3.3)
|
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)
|
maxminddb (0.1.22)
|
||||||
memory_profiler (1.0.0)
|
memory_profiler (1.0.0)
|
||||||
message_bus (4.2.0)
|
message_bus (4.2.0)
|
||||||
|
@ -566,7 +564,7 @@ DEPENDENCIES
|
||||||
loofah
|
loofah
|
||||||
lru_redux
|
lru_redux
|
||||||
lz4-ruby
|
lz4-ruby
|
||||||
mail!
|
mail (= 2.8.0.rc1)
|
||||||
maxminddb
|
maxminddb
|
||||||
memory_profiler
|
memory_profiler
|
||||||
message_bus
|
message_bus
|
||||||
|
|
Loading…
Reference in New Issue
Block a user