Skip to content

Commit

Permalink
Remove Mailer from the Gemfile
Browse files Browse the repository at this point in the history
Previously, there was an issue with the mailer gem in release 2.8.0
mikel/mail#1489.

To circumvent this we added it to the Gemfile and pinned it on the
2.7.0 release. Since this has been fixed we can remove it as a
direct dependency.
  • Loading branch information
davidgisbey committed Jan 16, 2023
1 parent f94db62 commit 21bdc30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem "govspeak"
gem "govuk_admin_template"
gem "govuk_app_config"
gem "kaminari"
gem "mail", "~> 2.8.0" # TODO: remove once https://github.com/mikel/mail/issues/1489 is fixed.
gem "mail"
gem "mongoid"
gem "plek"
gem "sassc-rails"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ DEPENDENCIES
govuk_app_config
govuk_test
kaminari
mail (~> 2.8.0)
mail
mocha
mongoid
plek
Expand Down

0 comments on commit 21bdc30

Please sign in to comment.