Skip to content

Commit

Permalink
Bump yard from 0.9.28 to 0.9.34
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2023
1 parent bb8bb31 commit 615fa3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ gem 'rake'
gem 'rrrretry'

# Parse Ruby documentation
gem 'yard', '~> 0.9.28'
gem 'yard', '~> 0.9.34'

group :development do
gem 'foreman'
Expand Down
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.7.0)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand All @@ -464,8 +463,7 @@ GEM
will_paginate (4.0.0)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.28)
webrick (~> 1.7.0)
yard (0.9.34)
zeitwerk (2.6.12)

PLATFORMS
Expand Down Expand Up @@ -544,7 +542,7 @@ DEPENDENCIES
webmock
wicked
will_paginate
yard (~> 0.9.28)
yard (~> 0.9.34)

RUBY VERSION
ruby 3.1.4p223
Expand Down

0 comments on commit 615fa3c

Please sign in to comment.