We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30969be commit 5e61cd7Copy full SHA for 5e61cd7
CHANGES.md
@@ -2,6 +2,8 @@
2
3
### Unreleased
4
5
+### 2025-10-25 (2.15.2)
6
+
7
* Fix `JSON::Coder` to have one dedicated depth counter per invocation.
8
After encountering a circular reference in `JSON::Coder#dump`, any further `#dump` call would raise `JSON::NestingError`.
9
lib/json/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module JSON
- VERSION = '2.15.1'
+ VERSION = '2.15.2'
end
0 commit comments