Skip to content

Commit

Permalink
Update yard requirement from = 0.9.34 to = 0.9.35
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.34...v0.9.35)

---
updated-dependencies:
- dependency-name: yard
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent bea8c30 commit 7b7588a
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 @@ -9,7 +9,7 @@ GEM
minitest (5.22.2)
pg (1.5.3)
rake (13.0.6)
yard (0.9.34)
yard (0.9.35)

PLATFORMS
x86_64-linux
Expand All @@ -19,7 +19,7 @@ DEPENDENCIES
minitest (= 5.22.2)
pg (= 1.5.3)
rake (~> 13.0.6)
yard (= 0.9.34)
yard (= 0.9.35)

BUNDLED WITH
2.4.1
2 changes: 1 addition & 1 deletion eno.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.add_development_dependency 'rake', '~>13.0.6'
s.add_development_dependency 'minitest', '5.22.2'
s.add_development_dependency 'yard', '0.9.34'
s.add_development_dependency 'yard', '0.9.35'
s.add_development_dependency 'pg', '1.5.3'
# s.add_development_dependency 'sqlite3', '1.3.13'
end

0 comments on commit 7b7588a

Please sign in to comment.