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 83b19af commit aa5b7d6Copy full SHA for aa5b7d6
CHANGES.md
@@ -1,5 +1,7 @@
1
# Changes
2
3
+### 2025-02-10 (2.10.1)
4
+
5
* Fix a compatibility issue with `MultiJson.dump(obj, pretty: true)`: `no implicit conversion of false into Proc (TypeError)`.
6
7
### 2025-02-10 (2.10.0)
lib/json/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JSON
- VERSION = '2.10.0'
+ VERSION = '2.10.1'
end
0 commit comments