Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gem "actionview_precompiler", require: false

gem "discourse-seed-fu"

gem "mail"
gem "mail", ">= 2.9.0"
gem "mini_mime"
gem "mini_suffix"

Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
date (3.3.3)
date (3.4.1)
debug_inspector (1.1.0)
diff-lcs (1.5.0)
diffy (3.4.2)
Expand Down Expand Up @@ -209,6 +209,7 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
literate_randomizer (0.4.0)
logger (1.7.0)
lograge (0.13.0)
actionpack (>= 4)
activesupport (>= 4)
Expand All @@ -223,7 +224,8 @@ GEM
nokogiri (>= 1.12.0)
lru_redux (1.1.0)
lz4-ruby (0.3.3)
mail (2.8.1)
mail (2.9.0)
logger
mini_mime (>= 0.1.1)
net-imap
net-pop
Expand Down Expand Up @@ -253,14 +255,14 @@ GEM
mustache (1.1.1)
net-http (0.3.2)
uri
net-imap (0.3.7)
net-imap (0.5.12)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
net-protocol (0.2.2)
timeout
net-smtp (0.3.3)
net-smtp (0.5.1)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4)
Expand Down Expand Up @@ -497,7 +499,7 @@ GEM
test-prof (1.2.2)
thor (1.2.2)
tilt (2.2.0)
timeout (0.4.0)
timeout (0.4.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.3)
Expand Down Expand Up @@ -597,7 +599,7 @@ DEPENDENCIES
loofah
lru_redux
lz4-ruby
mail
mail (>= 2.9.0)
maxminddb
memory_profiler
message_bus
Expand Down Expand Up @@ -677,4 +679,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.4.13
2.3.27
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
x

<a href="https://www.discourse.org/">
<img src="images/discourse-readme-logo.png" width="300px">
</a>
Expand Down
Loading