mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Bump yard from 0.9.25 to 0.9.26 (#2426)
Bumps [yard](https://github.com/lsegal/yard) from 0.9.25 to 0.9.26. - [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.25...v0.9.26) 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
eebb37f221
commit
6c51fd98f0
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.11', require: false
|
||||
gem 'yard', '~> 0.9.26', require: false
|
||||
|
||||
# Test tools
|
||||
gem 'addressable', '~> 2.4', require: false
|
||||
|
|
|
@ -258,7 +258,7 @@ GEM
|
|||
webrick (1.7.0)
|
||||
xpath (3.2.0)
|
||||
nokogiri (~> 1.8)
|
||||
yard (0.9.25)
|
||||
yard (0.9.26)
|
||||
zeitwerk (2.4.0)
|
||||
|
||||
PLATFORMS
|
||||
|
@ -291,7 +291,7 @@ DEPENDENCIES
|
|||
sinatra (>= 2.0.0.beta2)
|
||||
slim (>= 2.0)
|
||||
therubyrhino (>= 2.0)
|
||||
yard (~> 0.9.11)
|
||||
yard (~> 0.9.26)
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.3
|
||||
|
|
Loading…
Reference in a new issue