From d6094a3458440469bb994d72fb509b78af31480d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:27:25 +0000 Subject: [PATCH] Bump net-smtp from 0.4.0.1 to 0.5.1 Bumps [net-smtp](https://github.com/ruby/net-smtp) from 0.4.0.1 to 0.5.1. - [Release notes](https://github.com/ruby/net-smtp/releases) - [Changelog](https://github.com/ruby/net-smtp/blob/master/NEWS.md) - [Commits](https://github.com/ruby/net-smtp/compare/v0.4.0.1...v0.5.1) --- updated-dependencies: - dependency-name: net-smtp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 34703e0..6d862b9 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem "bskyrb", github: "minter/bskyrb", branch: "main" gem "dotenv-rails", "~> 3", require: "dotenv/load" gem "httparty", "~> 0" gem "ostruct" -gem "net-smtp", "~> 0.4.0" +gem "net-smtp", "~> 0.5.1" gem "nokogiri" gem "pry-rails" gem "puppeteer-ruby" diff --git a/Gemfile.lock b/Gemfile.lock index a0e99ee..77453ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,7 +176,7 @@ GEM net-protocol net-protocol (0.2.2) timeout - net-smtp (0.4.0.1) + net-smtp (0.5.1) net-protocol nio4r (2.7.4) nokogiri (1.18.2-aarch64-linux-gnu) @@ -359,7 +359,7 @@ DEPENDENCIES minitest mocha mock_redis - net-smtp (~> 0.4.0) + net-smtp (~> 0.5.1) nokogiri ostruct pry-rails