diff --git a/Gemfile b/Gemfile index 85d7c9f..a15550f 100644 --- a/Gemfile +++ b/Gemfile @@ -21,6 +21,7 @@ gem "tzinfo-data" gem "mutex_m" # Added to avoid: warning: mutex_m was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add mutex_m to your Gemfile or gemspec. Also contact author of activesupport-7.0.8.4 to add mutex_m into its gemspec. gem "base64" # Added to avoid: warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec. Also contact author of activesupport-7.0.8.4 to add base64 into its gemspec. gem "drb" # Added to avoid warning: drb was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add drb to your Gemfile or gemspec. Also contact author of activesupport-7.0.8.4 to add drb into its gemspec. +gem "net-pop", github: "ruby/net-pop" # FIXME: Bug introduced by 3.3.3. Remove next time ruby is updated. https://github.com/ruby/ruby/pull/11006 # Assets gem "sassc-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 71f478d..b6575ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,6 +13,12 @@ GIT jwt memoit +GIT + remote: https://github.com/ruby/net-pop.git + revision: e8d0afe2773b9eb6a23c39e9e437f6fc0fc7c733 + specs: + net-pop (0.1.2) + GEM remote: https://rubygems.org/ specs: @@ -157,7 +163,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) @@ -304,6 +309,7 @@ DEPENDENCIES jwt_authentication! mail (>= 2.8.0.rc1) mutex_m + net-pop! pg pry puma