rpdoc 0.3.3 → 0.3.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 609952a248c63a9b7fa860f9c1cdb21951e5a5230d150b0c3323d4ea3373e1d9
4
- data.tar.gz: c7c769874ff0ad316a73d3b32dfdcfc57b2caea3af3b28a623675ed19a536c94
3
+ metadata.gz: 5991491c633d15219b47ee04a1e343e5ef80d14f25394c2dd94b15e1ba59b72a
4
+ data.tar.gz: f98cbf0381c611468a0760ba84b70ec92b497cfc00cc011ef32306070fc39a3d
5
5
  SHA512:
6
- metadata.gz: c76883d495304d674bd211c02ab29b2dd21d73aaa93523bf0db7fa1967890c868c4304cf8ab09a009ec99a13e75c4e4f4ba2690d9260c494da12df43c6b57fb5
7
- data.tar.gz: 4dfd06f8d7c3c3fac0d9ae1b08d955641f8881b569f5da90ed9d9e15423bb0ec0beba4c2ca9950e316bc6c70c18fa7d7ca884f47992d0f7dfc9b92a41136bb45
6
+ metadata.gz: 2c08beb338a116659c16ac75b49554b407e8dc83c1a7d5ced3194024a2871c35164892bfa1f93ba4d8df5d5cb0fe2a7b37c41e134eb529db2c9d34abfb77cf25
7
+ data.tar.gz: 9e8f871c512f77672656f572737b972850a0572e0778ed6162efee607dba4d6dd17c5f7a44a48b7325430f8c5dee11ac881689eb82103b8564545c097def9abf
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.3.4] - 2026-06-30
2
+ - Update `concurrent-ruby` to `1.3.7` to address CVE-2026-54906 (ReadWriteLock unauthorized lock release, CRITICAL) and CVE-2026-54904 (AtomicReference#update infinite loop, HIGH).
3
+ - Update `faraday` to `2.14.3` to address CVE-2026-54297 (NestedParamsEncoder unbounded recursion DoS, HIGH).
4
+
1
5
  ## [0.3.3] - 2026-06-16
2
6
  - Update `nokogiri` to `1.19.3` to address GHSA-c4rq-3m3g-8wgx.
3
7
  - Update `erb` to `6.0.4` to address CVE-2026-41316 ERB template injection advisory.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rpdoc (0.3.3)
4
+ rpdoc (0.3.4)
5
5
  activesupport (>= 7.1, < 9.0)
6
6
  json_requester (~> 2.0, >= 2.0.1)
7
7
 
@@ -44,7 +44,7 @@ GEM
44
44
  bigdecimal (4.0.1)
45
45
  builder (3.3.0)
46
46
  coderay (1.1.3)
47
- concurrent-ruby (1.3.6)
47
+ concurrent-ruby (1.3.7)
48
48
  connection_pool (3.0.2)
49
49
  crass (1.0.6)
50
50
  date (3.5.1)
@@ -52,13 +52,13 @@ GEM
52
52
  drb (2.2.3)
53
53
  erb (6.0.4)
54
54
  erubi (1.13.1)
55
- faraday (2.14.1)
55
+ faraday (2.14.3)
56
56
  faraday-net_http (>= 2.0, < 3.5)
57
57
  json
58
58
  logger
59
59
  faraday-multipart (1.2.0)
60
60
  multipart-post (~> 2.0)
61
- faraday-net_http (3.4.2)
61
+ faraday-net_http (3.4.4)
62
62
  net-http (~> 0.5)
63
63
  i18n (1.14.8)
64
64
  concurrent-ruby (~> 1.0)
@@ -68,7 +68,7 @@ GEM
68
68
  prism (>= 1.3.0)
69
69
  rdoc (>= 4.0.0)
70
70
  reline (>= 0.4.2)
71
- json (2.19.2)
71
+ json (2.20.0)
72
72
  json-schema (6.2.0)
73
73
  addressable (~> 2.8)
74
74
  bigdecimal (>= 3.1, < 5)
data/lib/rpdoc/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Root namespace for rpdoc gem components.
4
4
  module Rpdoc
5
- VERSION = "0.3.3"
5
+ VERSION = "0.3.4"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rpdoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - yuntai