Skip to content

Commit

Permalink
Update net-smtp requirement from ~> 0.3.1 to ~> 0.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [net-smtp](https://github.com/ruby/net-smtp) to permit the latest version.
- [Release notes](https://github.com/ruby/net-smtp/releases)
- [Changelog](https://github.com/ruby/net-smtp/blob/master/NEWS.md)
- [Commits](ruby/net-smtp@v0.3.1...v0.4.0)

---
updated-dependencies:
- dependency-name: net-smtp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 21, 2023
1 parent 1e11c02 commit 7cef9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gem "sprockets", "~> 4.0"
# Allow throttling requests
gem "rack-attack", "~> 6.5"

gem "net-smtp", "~> 0.3.1"
gem "net-smtp", "~> 0.4.0"
gem "psych", "~> 5.1"

group :development, :test do
Expand Down

0 comments on commit 7cef9cd

Please sign in to comment.