Skip to content

Commit ab5ed66

Browse files
committed
🔊 Warn by default on deprecated responses usage [🚧 load_defaults(0.4)]
This can still be silenced via the config option.
1 parent ba5da45 commit ab5ed66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/imap/config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def initialize(parent = Config.global, **attrs)
115115
debug: false,
116116
open_timeout: 30,
117117
idle_response_timeout: 5,
118-
responses_without_block: :silence_deprecation_warning,
118+
responses_without_block: :warn,
119119
).freeze
120120

121121
@global = default.new

0 commit comments

Comments
 (0)