Skip to content

Commit

Permalink
Update yard requirement from = 0.9.27 to = 0.9.28
Browse files Browse the repository at this point in the history
Updates the requirements on [yard](https://github.com/lsegal/yard) to permit the latest version.
- [Release notes](https://github.com/lsegal/yard/releases)
- [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md)
- [Commits](lsegal/yard@v0.9.27...v0.9.28)

---
updated-dependencies:
- dependency-name: yard
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 22, 2022
1 parent f6957ed commit e3866e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GEM
timecop (0.9.6)
unicode-display_width (2.3.0)
webrick (1.7.0)
yard (0.9.27)
yard (0.9.28)
webrick (~> 1.7.0)

PLATFORMS
Expand All @@ -72,7 +72,7 @@ DEPENDENCIES
simplecov (= 0.21.2)
test-unit (= 3.5.7)
timecop (= 0.9.6)
yard (= 0.9.27)
yard (= 0.9.28)

BUNDLED WITH
2.1.4
2 changes: 1 addition & 1 deletion faker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('simplecov', '0.21.2')
spec.add_development_dependency('test-unit', '3.5.7')
spec.add_development_dependency('timecop', '0.9.6')
spec.add_development_dependency('yard', '0.9.27')
spec.add_development_dependency('yard', '0.9.28')
end

0 comments on commit e3866e2

Please sign in to comment.