Skip to content

Commit a4d53f0

Browse files
committed
fix: net-pop gem dependency issue
1 parent f6d60c2 commit a4d53f0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Gemfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,15 @@ gem "autoprefixer-rails"
4545

4646
gem "awesome_print"
4747

48+
# Needed until Ruby 3.3.4 is released https://github.com/ruby/ruby/pull/11006
49+
# Related issue: https://github.com/ruby/net-pop/issues/26
50+
gem 'net-pop', github: 'ruby/net-pop'
51+
52+
4853
# FIXME: quick fix for rails6, not needed since rails 7.0.1
4954
# https://github.com/rails/rails/pull/44083
5055
gem "net-imap", require: false
51-
gem "net-pop", require: false
56+
# gem "net-pop", require: false
5257
gem "net-smtp", require: false
5358

5459
gem "redcarpet"

0 commit comments

Comments
 (0)