Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV: Drop our mail gem fork #16622

Merged
merged 1 commit into from May 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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'

Expand Down
14 changes: 6 additions & 8 deletions 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:
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -567,7 +565,7 @@ DEPENDENCIES
loofah
lru_redux
lz4-ruby
mail!
mail (= 2.8.0.rc1)
maxminddb
memory_profiler
message_bus
Expand Down