File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,14 @@ gem "autoprefixer-rails"
45
45
46
46
gem "awesome_print"
47
47
48
+ # Needed until Ruby 3.3.4 is released https://github.com/ruby/ruby/pull/11006
49
+ # Related issue: https://github.com/ruby/net-pop/issues/26
50
+ gem "net-pop" , github : "ruby/net-pop"
51
+
48
52
# FIXME: quick fix for rails6, not needed since rails 7.0.1
49
53
# https://github.com/rails/rails/pull/44083
50
54
gem "net-imap" , require : false
51
- gem "net-pop" , require : false
55
+ # gem "net-pop", require: false
52
56
gem "net-smtp" , require : false
53
57
54
58
gem "redcarpet"
Original file line number Diff line number Diff line change
1
+ GIT
2
+ remote: https://github.com/ruby/net-pop.git
3
+ revision: e8d0afe2773b9eb6a23c39e9e437f6fc0fc7c733
4
+ specs:
5
+ net-pop (0.1.2 )
6
+
1
7
GEM
2
8
remote: https://rubygems.org/
3
9
specs:
186
192
net-imap (0.4.14 )
187
193
date
188
194
net-protocol
189
- net-pop (0.1.2 )
190
195
net-protocol (0.2.2 )
191
196
timeout
192
197
net-smtp (0.5.0 )
@@ -448,7 +453,7 @@ DEPENDENCIES
448
453
launchy
449
454
listen
450
455
net-imap
451
- net-pop
456
+ net-pop !
452
457
net-smtp
453
458
pg
454
459
pry
You can’t perform that action at this time.
0 commit comments