Skip to content

Commit 1537c0e

Browse files
Bump yard from 0.9.28 to 0.9.34
Bumps [yard](https://github.com/lsegal/yard) from 0.9.28 to 0.9.34. - [Release notes](https://github.com/lsegal/yard/releases) - [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md) - [Commits](lsegal/yard@v0.9.28...v0.9.34) --- updated-dependencies: - dependency-name: yard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9fbbf8c commit 1537c0e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ gem "rake"
107107
gem "rrrretry"
108108

109109
# Parse Ruby documentation
110-
gem "yard", "~> 0.9.28"
110+
gem "yard", "~> 0.9.34"
111111

112112
group :development do
113113
gem "foreman"

Gemfile.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,6 @@ GEM
475475
addressable (>= 2.8.0)
476476
crack (>= 0.3.2)
477477
hashdiff (>= 0.4.0, < 2.0.0)
478-
webrick (1.7.0)
479478
websocket-driver (0.7.6)
480479
websocket-extensions (>= 0.1.0)
481480
websocket-extensions (0.1.5)
@@ -484,8 +483,7 @@ GEM
484483
will_paginate (4.0.0)
485484
xpath (3.2.0)
486485
nokogiri (~> 1.8)
487-
yard (0.9.28)
488-
webrick (~> 1.7.0)
486+
yard (0.9.34)
489487
zeitwerk (2.6.12)
490488

491489
PLATFORMS
@@ -564,7 +562,7 @@ DEPENDENCIES
564562
webmock
565563
wicked
566564
will_paginate
567-
yard (~> 0.9.28)
565+
yard (~> 0.9.34)
568566

569567
RUBY VERSION
570568
ruby 3.1.4p223

0 commit comments

Comments
 (0)