Skip to content

Commit

Permalink
fix: net-pop gem dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rameziophobia committed Jul 1, 2024
1 parent f6d60c2 commit c4444db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,14 @@ gem "autoprefixer-rails"

gem "awesome_print"

# Needed until Ruby 3.3.4 is released https://github.com/ruby/ruby/pull/11006
# Related issue: https://github.com/ruby/net-pop/issues/26
gem "net-pop", github: "ruby/net-pop"

# FIXME: quick fix for rails6, not needed since rails 7.0.1
# https://github.com/rails/rails/pull/44083
gem "net-imap", require: false
gem "net-pop", require: false
# gem "net-pop", require: false
gem "net-smtp", require: false

gem "redcarpet"
Expand Down
9 changes: 7 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -186,7 +192,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)
Expand Down Expand Up @@ -448,7 +453,7 @@ DEPENDENCIES
launchy
listen
net-imap
net-pop
net-pop!
net-smtp
pg
pry
Expand Down

0 comments on commit c4444db

Please sign in to comment.