From 8194e6efa758368ed1460bc598ec8c55fe877aea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 09:15:38 +0000 Subject: [PATCH] Update dependency net-smtp to v0.4.0.1 --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index dd324c04..0eb410c5 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'jira-ruby', '2.3.0' gem 'mail', '2.8.1' gem 'matrix', '0.4.2' gem 'mocha', '2.1.0', require: false -gem 'net-smtp', '0.4.0' +gem 'net-smtp', '0.4.0.1' gem 'nokogiri', '1.15.5' gem 'octokit', '8.0.0' gem 'pdd', '0.23.2' diff --git a/Gemfile.lock b/Gemfile.lock index b1f9fd9e..475cbfcf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,9 +89,9 @@ GEM net-protocol net-pop (0.1.2) net-protocol - net-protocol (0.2.1) + net-protocol (0.2.2) timeout - net-smtp (0.4.0) + net-smtp (0.4.0.1) net-protocol nokogiri (1.15.5) mini_portile2 (~> 2.8.2) @@ -196,7 +196,7 @@ GEM test-unit (3.6.1) power_assert tilt (2.3.0) - timeout (0.4.0) + timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) @@ -226,7 +226,7 @@ DEPENDENCIES mail (= 2.8.1) matrix (= 0.4.2) mocha (= 2.1.0) - net-smtp (= 0.4.0) + net-smtp (= 0.4.0.1) nokogiri (= 1.15.5) octokit (= 8.0.0) pdd (= 0.23.2)