Bump yard from 0.9.23 to 0.9.24 (#5488)

Bumps [yard](https://github.com/lsegal/yard) from 0.9.23 to 0.9.24.
- [Release notes](https://github.com/lsegal/yard/releases)
- [Changelog](https://github.com/lsegal/yard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lsegal/yard/compare/v0.9.23...v0.9.24)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-13 16:55:09 -05:00 committed by Molly Struve
parent b01b1a514b
commit 39f1f584bb
2 changed files with 3 additions and 3 deletions

View file

@ -121,7 +121,7 @@ group :development do
gem "pry", "~> 0.12" # An IRB alternative and runtime developer console
gem "pry-rails", "~> 0.3" # Use Pry as your rails console
gem "web-console", "~> 3.7" # Rails Console on the Browser
gem "yard", "~> 0.9.23" # YARD is a documentation generation tool for the Ruby programming language
gem "yard", "~> 0.9.24" # YARD is a documentation generation tool for the Ruby programming language
gem "yard-activerecord", "~> 0.0.16" # YARD extension that handles and interprets methods used when developing applications with ActiveRecord
gem "yard-activesupport-concern", "~> 0.0.1" # YARD extension that brings support for modules making use of ActiveSupport::Concern
end

View file

@ -848,7 +848,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yajl-ruby (1.4.1)
yard (0.9.23)
yard (0.9.24)
yard-activerecord (0.0.16)
yard (>= 0.8.3)
yard-activesupport-concern (0.0.1)
@ -999,7 +999,7 @@ DEPENDENCIES
webdrivers (~> 4.2)
webmock (~> 3.7)
webpacker (~> 3.5)
yard (~> 0.9.23)
yard (~> 0.9.24)
yard-activerecord (~> 0.0.16)
yard-activesupport-concern (~> 0.0.1)
zonebie (~> 0.6.1)