Skip to content

Commit

Permalink
Fix net-pop deploy fail with Ruby 3.3.3:
Browse files Browse the repository at this point in the history
  • Loading branch information
eydemidov committed Jul 4, 2024
1 parent 14dde1d commit 3ff2fad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ gem "bootsnap", "~> 1.18.3", require: false
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
# gem "image_processing", "~> 1.2"

# Fix Ruby 3.3.3 bug that breaks deploy, see https://github.com/ruby/net-pop/issues/26
gem "net-pop", github: "ruby/net-pop"

group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri windows ]
Expand Down
8 changes: 7 additions & 1 deletion 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 @@ -134,7 +140,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 @@ -267,6 +272,7 @@ DEPENDENCIES
debug
importmap-rails (~> 2.0.1)
jbuilder
net-pop!
puma (~> 6.4.2)
rails (~> 7.1.3, >= 7.1.3.4)
redis (~> 5.2.0)
Expand Down

0 comments on commit 3ff2fad

Please sign in to comment.