Skip to content

Commit acad9d6

Browse files
Exclude YARD 0.9.38 and regenerate v1.1.0 docs
YARD 0.9.38 has a bug that breaks documentation generation (lsegal/yard#1639). This fix has been submitted upstream (lsegal/yard#1647). In the meantime, we exclude 0.9.38 from our dependency constraint, allowing bundler to use 0.9.37 or (once released) 0.9.39+. This also regenerates the v1.1.0 documentation archive with YARD 0.9.37 to fix the broken docs that were generated with 0.9.38. Resolves #1048 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3055fbe commit acad9d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ group :site do
6262
# TODO: switch back to a release version once that fix is merged and released.
6363
gem "rouge", github: "myronmarston/rouge", ref: "12c0da6aa98e0d0a0762c47103b64290c88620a1"
6464

65-
gem "yard", "~> 0.9", ">= 0.9.38"
65+
gem "yard", "~> 0.9", ">= 0.9.37", "!= 0.9.38" # https://github.com/lsegal/yard/issues/1639
6666
gem "yard-doctest", "~> 0.1", ">= 0.1.17"
6767
gem "yard-markdown", "~> 0.6"
6868
gem "irb", "~> 1.17" # Needed for yard on Ruby 4.0

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ GEM
646646
uri (1.1.1)
647647
vcr (6.4.0)
648648
webrick (1.9.2)
649-
yard (0.9.38)
649+
yard (0.9.37)
650650
yard-doctest (0.1.17)
651651
minitest
652652
yard
@@ -731,7 +731,7 @@ DEPENDENCIES
731731
steep (~> 1.10.0)
732732
super_diff (~> 0.18)
733733
vcr (~> 6.4)
734-
yard (~> 0.9, >= 0.9.38)
734+
yard (~> 0.9, >= 0.9.37, != 0.9.38)
735735
yard-doctest (~> 0.1, >= 0.1.17)
736736
yard-markdown (~> 0.6)
737737

@@ -952,7 +952,7 @@ CHECKSUMS
952952
uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
953953
vcr (6.4.0) sha256=077ac92cc16efc5904eb90492a18153b5e6ca5398046d8a249a7c96a9ea24ae6
954954
webrick (1.9.2) sha256=beb4a15fc474defed24a3bda4ffd88a490d517c9e4e6118c3edce59e45864131
955-
yard (0.9.38) sha256=721fb82afb10532aa49860655f6cc2eaa7130889df291b052e1e6b268283010f
955+
yard (0.9.37) sha256=a6e910399e78e613f80ba9add9ba7c394b1a935f083cccbef82903a3d2a26992
956956
yard-doctest (0.1.17) sha256=7cb35a75d99f58fc42ee72d3542a36e227237b621a40aebc391c95988b72847f
957957
yard-markdown (0.6.0) sha256=d01ebb21929f43b4f69e6577dda04b488cd629d623b8367a2835c53cc8b64de3
958958
yell (2.2.2) sha256=1d166f3cc3b6dc49a59778ea7156ed6d8de794c15106d48ffd6cbb061b9b26bc
7.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)