Skip to content

Commit

Permalink
Merge pull request #2631 from alphagov/sengi/hold-back-bad-mail-gem
Browse files Browse the repository at this point in the history
  • Loading branch information
sengi authored Dec 14, 2022
2 parents 9abb78b + 3f09d15 commit b8f71c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gem "govuk_app_config"
gem "govuk_personalisation"
gem "govuk_publishing_components"
gem "htmlentities"
gem "mail", "~> 2.7.1" # TODO: remove once https://github.com/mikel/mail/issues/1489 is fixed.
gem "plek"
gem "rails-controller-testing"
gem "rails-i18n"
Expand Down
9 changes: 3 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,8 @@ GEM
loofah (2.19.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.8.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
Expand All @@ -206,10 +203,9 @@ GEM
ruby-progressbar
mocha (2.0.2)
ruby2_keywords (>= 0.0.5)
msgpack (1.6.0)
net-imap (0.3.2)
date
msgpack (1.6.0)
net-imap (0.3.1)
net-protocol
net-pop (0.1.2)
net-protocol
Expand Down Expand Up @@ -413,6 +409,7 @@ DEPENDENCIES
govuk_test
htmlentities
i18n-coverage
mail (~> 2.7.1)
minitest-reporters
mocha
plek
Expand Down

0 comments on commit b8f71c1

Please sign in to comment.