Skip to content

Commit

Permalink
Fix net-protocol missing when upgrading ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonkrs committed Aug 18, 2024
1 parent f4eafa2 commit ecd804d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ GEM
webrick (~> 1.7)
websocket-driver (~> 0.7)
ffi (1.17.0)
forwardable (1.3.3)
fugit (1.11.1)
et-orbi (~> 1, >= 1.2.11)
raabro (~> 1.4)
Expand Down Expand Up @@ -242,6 +243,7 @@ GEM
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
Expand All @@ -258,6 +260,8 @@ GEM
ast (~> 2.4.1)
racc
prime (0.1.2)
forwardable
singleton
propshaft (0.9.1)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
Expand Down Expand Up @@ -370,6 +374,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
singleton (0.2.0)
solid_errors (0.4.3)
actionmailer (~> 7.0)
actionpack (~> 7.0)
Expand Down

0 comments on commit ecd804d

Please sign in to comment.