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 a4d53f0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,15 @@ 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

0 comments on commit a4d53f0

Please sign in to comment.