Skip to content

Commit

Permalink
Update net-pop dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
shrayasr committed Sep 7, 2024
1 parent 55be775 commit 109d417
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 @@ -43,6 +43,9 @@ gem "image_processing", ">= 1.2"

gem "aws-sdk-s3", require: false

# Needed until Ruby 3.3.4 is released https://github.com/ruby/ruby/pull/11006
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 ], require: "debug/prelude"
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 @@ -199,7 +205,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 @@ -411,6 +416,7 @@ DEPENDENCIES
image_processing (>= 1.2)
importmap-rails
jbuilder
net-pop!
puma (>= 5.0)
rails (~> 7.2.0)
rubocop-rails-omakase
Expand Down

0 comments on commit 109d417

Please sign in to comment.