File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 10
10
* Remove deprecated ` JSON.unparse ` method.
11
11
* Remove deprecated ` JSON.fast_unparse ` method.
12
12
* Remove deprecated ` JSON.pretty_unparse ` method.
13
+ * Remove deprecated ` JSON::UnparserError ` constant.
14
+ * Remove outdated ` JSON::MissingUnicodeSupport ` constant.
13
15
14
16
### 2025-03-12 (2.10.2)
15
17
Original file line number Diff line number Diff line change @@ -161,13 +161,6 @@ def detailed_message(...)
161
161
end
162
162
end
163
163
164
- # For backwards compatibility
165
- UnparserError = GeneratorError # :nodoc:
166
-
167
- # This exception is raised if the required unicode support is missing on the
168
- # system. Usually this means that the iconv library is not installed.
169
- class MissingUnicodeSupport < JSONError ; end
170
-
171
164
# Fragment of JSON document that is to be included as is:
172
165
# fragment = JSON::Fragment.new("[1, 2, 3]")
173
166
# JSON.generate({ count: 3, items: fragments })
You can’t perform that action at this time.
0 commit comments