Skip to content

Commit

Permalink
Update yard requirement from = 0.9.32 to = 0.9.34 (#2748)
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.32...v0.9.34)

---
updated-dependencies:
- dependency-name: yard
  dependency-type: direct:development
  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>
  • Loading branch information
dependabot[bot] committed Apr 14, 2023
1 parent 9125b54 commit afa3215
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 @@ -54,7 +54,7 @@ GEM
power_assert
timecop (0.9.6)
unicode-display_width (2.4.2)
yard (0.9.32)
yard (0.9.34)

PLATFORMS
ruby
Expand All @@ -70,7 +70,7 @@ DEPENDENCIES
simplecov (= 0.22.0)
test-unit (= 3.5.7)
timecop (= 0.9.6)
yard (= 0.9.32)
yard (= 0.9.34)

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.22.0')
spec.add_development_dependency('test-unit', '3.5.7')
spec.add_development_dependency('timecop', '0.9.6')
spec.add_development_dependency('yard', '0.9.32')
spec.add_development_dependency('yard', '0.9.34')
end

0 comments on commit afa3215

Please sign in to comment.