Skip to content

Commit

Permalink
Update guard requirement from = 2.18.0 to = 2.18.1
Browse files Browse the repository at this point in the history
Updates the requirements on [guard](https://github.com/guard/guard) to permit the latest version.
- [Release notes](https://github.com/guard/guard/releases)
- [Commits](guard/guard@v2.18.0...v2.18.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 12, 2023
1 parent 56fdeae commit 94b5061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazylead.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ tasks instead of solving technical problems."
s.add_runtime_dependency "viewpoint", "1.1.1"
s.add_runtime_dependency "zaru", "0.3.0"
s.add_development_dependency "codecov", "0.6.0"
s.add_development_dependency "guard", "2.18.0"
s.add_development_dependency "guard", "2.18.1"
s.add_development_dependency "guard-minitest", "2.4.6"
s.add_development_dependency "minitest", "5.19.0"
s.add_development_dependency "minitest-fail-fast", "0.1.0"
Expand Down

0 comments on commit 94b5061

Please sign in to comment.