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 d5e5d60 commit 7a15635
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ gem "active_hash"
gem "ancestry"
gem "bootsnap"
gem "friendly_id"
gem "mail", "~> 2.8.0" # TODO: remove once https://github.com/mikel/mail/issues/1489 is fixed.
gem "mlanett-redis-lock"
gem "mysql2"
gem "paper_trail"
Expand Down
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@ DEPENDENCIES
govuk_app_config
govuk_schemas
json-schema
mail (~> 2.8.0)
mlanett-redis-lock
mysql2
paper_trail
Expand Down

0 comments on commit 7a15635

Please sign in to comment.