mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Bump yard from 0.9.26 to 0.9.27 (#2513)
Bumps [yard](https://github.com/lsegal/yard) from 0.9.26 to 0.9.27. - [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.26...v0.9.27) --- updated-dependencies: - dependency-name: yard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e7b5929695
commit
69baa44a08
2 changed files with 4 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.26', require: false
|
||||
gem 'yard', '~> 0.9.27', require: false
|
||||
|
||||
# Test tools
|
||||
gem 'addressable', '~> 2.8', require: false
|
||||
|
|
|
@ -265,7 +265,8 @@ GEM
|
|||
webrick (1.7.0)
|
||||
xpath (3.2.0)
|
||||
nokogiri (~> 1.8)
|
||||
yard (0.9.26)
|
||||
yard (0.9.27)
|
||||
webrick (~> 1.7.0)
|
||||
zeitwerk (2.4.2)
|
||||
|
||||
PLATFORMS
|
||||
|
@ -298,7 +299,7 @@ DEPENDENCIES
|
|||
sinatra (>= 2.0.0.beta2)
|
||||
slim (>= 2.0)
|
||||
therubyrhino (>= 2.0)
|
||||
yard (~> 0.9.26)
|
||||
yard (~> 0.9.27)
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.3
|
||||
|
|
Loading…
Reference in a new issue