rubytree 2.2.1 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/History.md +7 -0
- data/lib/tree/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac435951d61ed62183f9f0ffcd194e3c357c440affeb298ac2058a70da0a3ea9
|
|
4
|
+
data.tar.gz: 0eece8bb76eb39dd8625cfe04d84f975f185a554ea9b278724c6d89dc5d23c15
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bac2d9513820d824fed89417736042669fbb4bf8585c22ce95627c12260445519f8e832c027e2d1fa0c34706dd93dc43faec84000f543744182660d3f4500e19
|
|
7
|
+
data.tar.gz: 1882283e8f675e6f44dc398b9132dabacd107b701eba272c2804dd31a77061eadfc92cd344affee5faa18363d141987da1dc385a74a802857d2a30003efb7268
|
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rubytree (2.2.
|
|
5
|
-
json (~> 2.0, >= 2.
|
|
4
|
+
rubytree (2.2.2)
|
|
5
|
+
json (~> 2.0, >= 2.21.2)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
@@ -11,7 +11,7 @@ GEM
|
|
|
11
11
|
date (3.4.1)
|
|
12
12
|
diff-lcs (1.5.1)
|
|
13
13
|
docile (1.4.1)
|
|
14
|
-
json (2.21.
|
|
14
|
+
json (2.21.2)
|
|
15
15
|
language_server-protocol (3.17.0.3)
|
|
16
16
|
parallel (1.26.3)
|
|
17
17
|
parser (3.3.6.0)
|
data/History.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# History of Changes
|
|
2
2
|
|
|
3
|
+
### 2.2.2 / 2026-08-09
|
|
4
|
+
|
|
5
|
+
* Bump the `json` runtime dependency to 2.21.2+, fixing a use-after-free in
|
|
6
|
+
`JSON::ResumableParser#partial_value` that could crash on truncated
|
|
7
|
+
duplicate-key streams
|
|
8
|
+
([CVE-2026-71847](https://github.com/ruby/json/security/advisories/GHSA-9hj4-r449-hfvc)).
|
|
9
|
+
|
|
3
10
|
### 2.2.1 / 2026-07-24
|
|
4
11
|
|
|
5
12
|
* Bump the `json` runtime dependency to 2.19.9+, fixing a heap buffer
|
data/lib/tree/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubytree
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anupam Sengupta
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-08-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '2.0'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 2.
|
|
22
|
+
version: 2.21.2
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '2.0'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 2.
|
|
32
|
+
version: 2.21.2
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: bundler
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -304,7 +304,7 @@ post_install_message: |2
|
|
|
304
304
|
========================================================================
|
|
305
305
|
rdoc_options:
|
|
306
306
|
- "--title"
|
|
307
|
-
- 'Rubytree Documentation: rubytree-2.2.
|
|
307
|
+
- 'Rubytree Documentation: rubytree-2.2.2'
|
|
308
308
|
- "--main"
|
|
309
309
|
- README.md
|
|
310
310
|
- "--quiet"
|