Skip to content

Commit ec0fc94

Browse files
Update wdm requirement from ~> 0.1.1 to ~> 0.2.0
Updates the requirements on [wdm](https://github.com/Maher4Ever/wdm) to permit the latest version. - [Release notes](https://github.com/Maher4Ever/wdm/releases) - [Commits](Maher4Ever/wdm@v0.1.1...v0.2.0) --- updated-dependencies: - dependency-name: wdm dependency-version: 0.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bbfea56 commit ec0fc94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
2020
end
2121

2222
# Performance-booster for watching directories on Windows
23-
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
23+
gem "wdm", "~> 0.2.0", :install_if => Gem.win_platform?
2424
gem "webrick", "~> 1.7"

0 commit comments

Comments
 (0)