File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,9 @@ gem "awesome_print"
47
47
48
48
# Needed until Ruby 3.3.4 is released https://github.com/ruby/ruby/pull/11006
49
49
# 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
50
51
gem "net-pop" , github : "ruby/net-pop"
51
52
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
-
58
53
gem "redcarpet"
59
54
60
55
# jquery as the JavaScript library has been moved under /client and managed by npm.
Original file line number Diff line number Diff line change @@ -452,9 +452,7 @@ DEPENDENCIES
452
452
jbuilder
453
453
launchy
454
454
listen
455
- net-imap
456
455
net-pop !
457
- net-smtp
458
456
pg
459
457
pry
460
458
pry-byebug
You can’t perform that action at this time.
0 commit comments