Skip to content

Commit

Permalink
Update guard requirement from ~> 2.18.0 to ~> 2.19.0
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.19.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 076de20 commit 6173794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
gemspec

group :test do
gem "guard", "~> 2.18.0"
gem "guard", "~> 2.19.0"
gem "guard-minitest", "~> 2.4.6"
gem "pry-byebug", "~> 3.10.1"
gem "pry-doc", "~> 1.4.0"
Expand Down

0 comments on commit 6173794

Please sign in to comment.