Skip to content

Commit

Permalink
workaround ruby bug
Browse files Browse the repository at this point in the history
  • Loading branch information
p-wall committed Jun 26, 2024
1 parent 99610da commit ad52feb
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 @@ -21,6 +21,7 @@ gem "tzinfo-data"
gem "mutex_m" # Added to avoid: warning: mutex_m was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add mutex_m to your Gemfile or gemspec. Also contact author of activesupport-7.0.8.4 to add mutex_m into its gemspec.
gem "base64" # Added to avoid: warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec. Also contact author of activesupport-7.0.8.4 to add base64 into its gemspec.
gem "drb" # Added to avoid warning: drb was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add drb to your Gemfile or gemspec. Also contact author of activesupport-7.0.8.4 to add drb into its gemspec.
gem "net-pop", github: "ruby/net-pop" # FIXME: Bug introduced by 3.3.3. Remove next time ruby is updated. https://github.com/ruby/ruby/pull/11006

# Assets
gem "sassc-rails"
Expand Down
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ GIT
jwt
memoit

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 @@ -157,7 +163,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 @@ -304,6 +309,7 @@ DEPENDENCIES
jwt_authentication!
mail (>= 2.8.0.rc1)
mutex_m
net-pop!
pg
pry
puma
Expand Down

0 comments on commit ad52feb

Please sign in to comment.