mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Bump yard from 0.9.27 to 0.9.28
Bumps [yard](https://github.com/lsegal/yard) from 0.9.27 to 0.9.28. - [Release notes](https://github.com/lsegal/yard/releases) - [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md) - [Commits](https://github.com/lsegal/yard/compare/v0.9.27...v0.9.28) --- updated-dependencies: - dependency-name: yard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9833b46820
commit
3abd9f0016
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@ source 'https://rubygems.org'
|
|||
|
||||
# Build and doc tools
|
||||
gem 'rake', '~> 13.0', require: false
|
||||
gem 'yard', '~> 0.9.27', require: false
|
||||
gem 'yard', '~> 0.9.28', require: false
|
||||
|
||||
# Test tools
|
||||
gem 'addressable', '~> 2.8', require: false
|
||||
|
|
|
@ -257,7 +257,7 @@ GEM
|
|||
webrick (1.7.0)
|
||||
xpath (3.2.0)
|
||||
nokogiri (~> 1.8)
|
||||
yard (0.9.27)
|
||||
yard (0.9.28)
|
||||
webrick (~> 1.7.0)
|
||||
|
||||
PLATFORMS
|
||||
|
@ -288,7 +288,7 @@ DEPENDENCIES
|
|||
simplecov (~> 0.21)
|
||||
sinatra (>= 2.0.0.beta2)
|
||||
slim (>= 2.0)
|
||||
yard (~> 0.9.27)
|
||||
yard (~> 0.9.28)
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.4
|
||||
|
|
Loading…
Reference in a new issue