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 d316f93 commit 3e025f7Copy full SHA for 3e025f7
CHANGES.md
@@ -1,5 +1,7 @@
1
# Changes
2
3
+### 2025-04-25 (2.11.3)
4
+
5
* Fix a regression in `JSON.pretty_generate` that could cause indentation to be off once some `#to_json` has been called.
6
7
### 2025-04-24 (2.11.2)
lib/json/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JSON
- VERSION = '2.11.2'
+ VERSION = '2.11.3'
end
0 commit comments