Skip to content

Commit 804758a

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 51f5614 commit 804758a

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
@@ -108,7 +108,7 @@ gem 'rake'
108108
gem 'rrrretry'
109109

110110
# Parse Ruby documentation
111-
gem 'yard', '~> 0.9.28'
111+
gem 'yard', '~> 0.9.34'
112112

113113
group :development do
114114
gem 'foreman'

Gemfile.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ GEM
450450
addressable (>= 2.8.0)
451451
crack (>= 0.3.2)
452452
hashdiff (>= 0.4.0, < 2.0.0)
453-
webrick (1.7.0)
454453
websocket-driver (0.7.5)
455454
websocket-extensions (>= 0.1.0)
456455
websocket-extensions (0.1.5)
@@ -459,8 +458,7 @@ GEM
459458
will_paginate (4.0.0)
460459
xpath (3.2.0)
461460
nokogiri (~> 1.8)
462-
yard (0.9.28)
463-
webrick (~> 1.7.0)
461+
yard (0.9.34)
464462
zeitwerk (2.6.8)
465463

466464
PLATFORMS
@@ -540,7 +538,7 @@ DEPENDENCIES
540538
webmock
541539
wicked
542540
will_paginate
543-
yard (~> 0.9.28)
541+
yard (~> 0.9.34)
544542

545543
RUBY VERSION
546544
ruby 3.1.4p223

0 commit comments

Comments
 (0)