Skip to content

Commit

Permalink
Bump wdm from 0.1.1 to 0.2.0
Browse files Browse the repository at this point in the history
Bumps [wdm](https://github.com/Maher4Ever/wdm) from 0.1.1 to 0.2.0.
- [Release notes](https://github.com/Maher4Ever/wdm/releases)
- [Commits](https://github.com/Maher4Ever/wdm/commits)

---
updated-dependencies:
- dependency-name: wdm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 6b19e24 commit 4b5fde7
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 @@ -31,7 +31,7 @@ install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
gem "wdm", "~> 0.2.0", :install_if => Gem.win_platform?

gem "nokogiri", "~> 1.16"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GEM
tzinfo-data (1.2024.1)
tzinfo (>= 1.0.0)
unicode-display_width (2.5.0)
wdm (0.1.1)
wdm (0.2.0)
webrick (1.8.1)

PLATFORMS
Expand All @@ -103,7 +103,7 @@ DEPENDENCIES
thread_safe (~> 0.3.5)
tzinfo (~> 2.0)
tzinfo-data
wdm (~> 0.1.0)
wdm (~> 0.2.0)

BUNDLED WITH
2.3.22

0 comments on commit 4b5fde7

Please sign in to comment.