From 91b2a98b99b5b6d077a833930ba69c5cf8fb39a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 04:19:37 +0000 Subject: [PATCH] Bump net-smtp from 0.3.1 to 0.3.3 Bumps [net-smtp](https://github.com/ruby/net-smtp) from 0.3.1 to 0.3.3. - [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.3.1...v0.3.3) --- updated-dependencies: - dependency-name: net-smtp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 929fe7a..3911995 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org/' # App Stack gem 'json', '~> 2.3' -gem 'net-smtp', '~> 0.3.1' +gem 'net-smtp', '~> 0.3.3' gem 'passenger', '~> 6.0' gem 'pony', '~> 1.13' gem 'prometheus-client', '~> 2.1' diff --git a/Gemfile.lock b/Gemfile.lock index bc8f265..bb30e2d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,6 @@ GEM ansi (1.5.0) ast (2.4.2) builder (3.2.4) - digest (3.1.0) json (2.6.2) mail (2.7.1) mini_mime (>= 0.1.1) @@ -19,10 +18,8 @@ GEM ruby2_keywords (~> 0.0.1) net-protocol (0.1.3) timeout - net-smtp (0.3.1) - digest + net-smtp (0.3.3) net-protocol - timeout parallel (1.22.1) parser (3.1.2.1) ast (~> 2.4.1) @@ -77,7 +74,7 @@ DEPENDENCIES json (~> 2.3) minitest (~> 5.14, >= 5.14.4) minitest-reporters (~> 1.4, >= 1.4.3) - net-smtp (~> 0.3.1) + net-smtp (~> 0.3.3) passenger (~> 6.0) pony (~> 1.13) prometheus-client (~> 2.1)