Skip to content

Commit

Permalink
Update dependency wdm to v0.2.0 (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 4, 2024
1 parent a4c8191 commit f9aa82b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
end

# Performance-booster for watching directories on Windows
gem "wdm", "= 0.1.1", :install_if => Gem.win_platform?
gem "wdm", "= 0.2.0", :install_if => Gem.win_platform?
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GEM
tzinfo-data (1.2024.1)
tzinfo (>= 1.0.0)
unicode-display_width (2.4.2)
wdm (0.1.1)
wdm (0.2.0)
webrick (1.8.1)

PLATFORMS
Expand All @@ -95,7 +95,7 @@ DEPENDENCIES
minima (= 2.5.1)
tzinfo (= 2.0.6)
tzinfo-data (= 1.2024.1)
wdm (= 0.1.1)
wdm (= 0.2.0)

BUNDLED WITH
2.4.10

0 comments on commit f9aa82b

Please sign in to comment.