Skip to content

Commit f9b8322

Browse files
committed
dep: remove unneeded net-* gems from gemfile
1 parent c4444db commit f9b8322

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Gemfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,9 @@ gem "awesome_print"
4747

4848
# Needed until Ruby 3.3.4 is released https://github.com/ruby/ruby/pull/11006
4949
# Related issue: https://github.com/ruby/net-pop/issues/26
50+
# TODO: When Ruby 3.3.4 is released, upgrade Ruby and remove this line
5051
gem "net-pop", github: "ruby/net-pop"
5152

52-
# FIXME: quick fix for rails6, not needed since rails 7.0.1
53-
# https://github.com/rails/rails/pull/44083
54-
gem "net-imap", require: false
55-
# gem "net-pop", require: false
56-
gem "net-smtp", require: false
57-
5853
gem "redcarpet"
5954

6055
# jquery as the JavaScript library has been moved under /client and managed by npm.

Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,7 @@ DEPENDENCIES
452452
jbuilder
453453
launchy
454454
listen
455-
net-imap
456455
net-pop!
457-
net-smtp
458456
pg
459457
pry
460458
pry-byebug

0 commit comments

Comments
 (0)