mirror of https://github.com/rails/rails
Upgrade mail to fixed version
mail 2.8.0 had file permissions problems.
This commit is contained in:
parent
2641e06972
commit
7333f9396a
|
@ -143,7 +143,7 @@ GEM
|
|||
bootsnap (1.15.0)
|
||||
msgpack (~> 1.2)
|
||||
builder (3.2.4)
|
||||
bunny (2.20.1)
|
||||
bunny (2.20.2)
|
||||
amq-protocol (~> 2.3, >= 2.3.1)
|
||||
sorted_set (~> 1, >= 1.0.2)
|
||||
capybara (3.38.0)
|
||||
|
@ -276,7 +276,7 @@ GEM
|
|||
loofah (2.19.1)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
mail (2.8.0)
|
||||
mail (2.8.0.1)
|
||||
mini_mime (>= 0.1.1)
|
||||
net-imap
|
||||
net-pop
|
||||
|
|
Loading…
Reference in New Issue