Skip to content

Commit

Permalink
Fix net-pop for Ruby 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
euxx committed Jun 30, 2024
1 parent cf00d7d commit 9505194
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ gem 'scrypt', '~> 3'
gem 'skylight'
gem 'sentry-rails'
gem 'net-smtp'
gem 'net-pop', github: 'ruby/net-pop'

group :development, :test do
gem 'factory_bot_rails'
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 @@ -181,7 +187,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 @@ -339,6 +344,7 @@ DEPENDENCIES
factory_bot_rails
jsbundling-rails
listen
net-pop!
net-smtp
pg (~> 1)
propshaft
Expand Down

0 comments on commit 9505194

Please sign in to comment.