Skip to content

Commit

Permalink
Update dependency guard to v2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent ae3bd58 commit 1647d64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ source 'https://rubygems.org'
gemspec

gem 'cucumber', '9.2.0', require: false
gem 'guard', '2.18.1', require: false
gem 'guard', '2.19.0', require: false
gem 'guard-minitest', '2.4.6', require: false
gem 'minitest', '5.25.1', require: false
gem 'minitest-fail-fast', '0.1.0', require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ GEM
futex (0.8.6)
get_process_mem (0.2.7)
ffi (~> 1.0)
guard (2.18.1)
guard (2.19.0)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
Expand Down Expand Up @@ -284,7 +284,7 @@ GEM
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.3.1)
thor (1.3.2)
threads (0.4.0)
backtrace (~> 0)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -319,7 +319,7 @@ PLATFORMS

DEPENDENCIES
cucumber (= 9.2.0)
guard (= 2.18.1)
guard (= 2.19.0)
guard-minitest (= 2.4.6)
minitest (= 5.25.1)
minitest-fail-fast (= 0.1.0)
Expand Down

0 comments on commit 1647d64

Please sign in to comment.