Skip to content

Commit 9e58d3f

Browse files
committed
Refresh rdoc within existing constraints
Update the lockfile to rdoc 7.2.0 as a conservative dependency refresh without changing gemspec constraints, and record the update in CHANGELOG.
1 parent ba1f296 commit 9e58d3f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ Changes section to scan for breaking or behavioral changes.
4040
`[key, value]`, `{ key:, value: }`, and `Entry` inputs.
4141
* Clarify in docs that `Tree::FenwickTree` and `Tree::SegmentTree` do not
4242
support `<<`, and add tests asserting that unsupported behavior.
43+
* Refresh development dependencies with a conservative lockfile update by
44+
upgrading `rdoc` from `7.1.0` to `7.2.0` within existing version
45+
constraints.
4346

4447
### 3.0.0pre / 2026-02-09
4548

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ GEM
5252
racc (1.8.1)
5353
rainbow (3.1.1)
5454
rake (13.3.1)
55-
rdoc (7.1.0)
55+
rdoc (7.2.0)
5656
erb
5757
psych (>= 4.0.0)
5858
tsort

0 commit comments

Comments
 (0)