From 2cfd1488216b378c071f52635480c892fee7351b Mon Sep 17 00:00:00 2001 From: toshimaru Date: Sun, 18 Aug 2024 16:57:49 +0900 Subject: [PATCH] Install net-pop from `ruby/net-pop` ref. https://github.com/ruby/net-pop/issues/26#issuecomment-2176572171 --- Gemfile | 1 + Gemfile.lock | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c9a2401..60127de 100644 --- a/Gemfile +++ b/Gemfile @@ -3,3 +3,4 @@ source "https://rubygems.org" gem "rails" +gem 'net-pop', github: 'ruby/net-pop' diff --git a/Gemfile.lock b/Gemfile.lock index 98402e3..fe68450 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,9 @@ +GIT + remote: https://github.com/ruby/net-pop.git + revision: e8d0afe2773b9eb6a23c39e9e437f6fc0fc7c733 + specs: + net-pop (0.1.2) + GEM remote: https://rubygems.org/ specs: @@ -103,7 +109,6 @@ GEM net-imap (0.4.14) date net-protocol - net-pop (0.1.2) net-protocol (0.2.2) timeout net-smtp (0.5.0) @@ -188,6 +193,7 @@ PLATFORMS x86_64-linux DEPENDENCIES + net-pop! rails BUNDLED WITH