Skip to content

Commit

Permalink
Update yard requirement from = 0.9.25 to = 0.9.26
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.25...v0.9.26)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Feb 11, 2021
1 parent 1a6f51a commit 9f281ed
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 @@ -48,7 +48,7 @@ GEM
power_assert
timecop (0.9.4)
unicode-display_width (1.7.0)
yard (0.9.25)
yard (0.9.26)

PLATFORMS
ruby
Expand All @@ -62,7 +62,7 @@ DEPENDENCIES
simplecov (= 0.17.1)
test-unit (= 3.3.8)
timecop (= 0.9.4)
yard (= 0.9.25)
yard (= 0.9.26)

BUNDLED WITH
2.1.2
2 changes: 1 addition & 1 deletion faker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('simplecov', '0.17.1')
spec.add_development_dependency('test-unit', '3.3.8')
spec.add_development_dependency('timecop', '0.9.4')
spec.add_development_dependency('yard', '0.9.25')
spec.add_development_dependency('yard', '0.9.26')
end

0 comments on commit 9f281ed

Please sign in to comment.