rpdoc 0.3.2 → 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: e40662fbf5bf38f05614473952e0daad1fbd30de69f9587e595785bcfb9bbe05
4
- data.tar.gz: efa6780201cf80d7c3bbb584e5f17f651d8b9a0bd4ccf4edf19d281b5ddd48a3
3
+ metadata.gz: 5991491c633d15219b47ee04a1e343e5ef80d14f25394c2dd94b15e1ba59b72a
4
+ data.tar.gz: f98cbf0381c611468a0760ba84b70ec92b497cfc00cc011ef32306070fc39a3d
5
5
  SHA512:
6
- metadata.gz: ef9300e8e12a8638825cbaa4df8065829461657c3afd195f21fab2b5e47294d322fd6e87f4cca8a29fe69ac373ba9c9e8d02c13facd4120012d5623200952cf2
7
- data.tar.gz: ad1126a812272b2dc204b21a74654f8c813caee34916348e15daf35e02ff7c55183a4d0e263657bcc8cab4efa1925b83129ff7b720d6190a678411aa3711c1ad
6
+ metadata.gz: 2c08beb338a116659c16ac75b49554b407e8dc83c1a7d5ced3194024a2871c35164892bfa1f93ba4d8df5d5cb0fe2a7b37c41e134eb529db2c9d34abfb77cf25
7
+ data.tar.gz: 9e8f871c512f77672656f572737b972850a0572e0778ed6162efee607dba4d6dd17c5f7a44a48b7325430f8c5dee11ac881689eb82103b8564545c097def9abf
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
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
+
5
+ ## [0.3.3] - 2026-06-16
6
+ - Update `nokogiri` to `1.19.3` to address GHSA-c4rq-3m3g-8wgx.
7
+ - Update `erb` to `6.0.4` to address CVE-2026-41316 ERB template injection advisory.
8
+ - Regenerate `Gemfile.lock` so the gem PATH spec tracks `0.3.3`.
9
+
1
10
  ## [0.3.2] - 2026-04-14
2
11
  - Update required Ruby version to `>= 3.2.0` in `rpdoc.gemspec` and `.rubocop.yml` to align with the latest security and performance requirements.
3
12
  - activesupport to `8.1.3` to address the latest security and performance requirements.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rpdoc (0.3.1)
4
+ rpdoc (0.3.4)
5
5
  activesupport (>= 7.1, < 9.0)
6
6
  json_requester (~> 2.0, >= 2.0.1)
7
7
 
@@ -44,21 +44,21 @@ 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)
51
51
  diff-lcs (1.6.2)
52
52
  drb (2.2.3)
53
- erb (6.0.2)
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)
@@ -90,21 +90,21 @@ GEM
90
90
  multipart-post (2.4.1)
91
91
  net-http (0.9.1)
92
92
  uri (>= 0.11.1)
93
- nokogiri (1.19.2-aarch64-linux-gnu)
93
+ nokogiri (1.19.3-aarch64-linux-gnu)
94
94
  racc (~> 1.4)
95
- nokogiri (1.19.2-aarch64-linux-musl)
95
+ nokogiri (1.19.3-aarch64-linux-musl)
96
96
  racc (~> 1.4)
97
- nokogiri (1.19.2-arm-linux-gnu)
97
+ nokogiri (1.19.3-arm-linux-gnu)
98
98
  racc (~> 1.4)
99
- nokogiri (1.19.2-arm-linux-musl)
99
+ nokogiri (1.19.3-arm-linux-musl)
100
100
  racc (~> 1.4)
101
- nokogiri (1.19.2-arm64-darwin)
101
+ nokogiri (1.19.3-arm64-darwin)
102
102
  racc (~> 1.4)
103
- nokogiri (1.19.2-x86_64-darwin)
103
+ nokogiri (1.19.3-x86_64-darwin)
104
104
  racc (~> 1.4)
105
- nokogiri (1.19.2-x86_64-linux-gnu)
105
+ nokogiri (1.19.3-x86_64-linux-gnu)
106
106
  racc (~> 1.4)
107
- nokogiri (1.19.2-x86_64-linux-musl)
107
+ nokogiri (1.19.3-x86_64-linux-musl)
108
108
  racc (~> 1.4)
109
109
  parallel (1.27.0)
110
110
  parser (3.3.10.2)
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.2"
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.2
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - yuntai