Skip to content

Commit 0a44480

Browse files
authored
chore(deps): bump wdm from 0.1.1 to 0.2.0 (#8)
Bumps [wdm](https://github.com/Maher4Ever/wdm) from 0.1.1 to 0.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Maher4Ever/wdm/releases">wdm's releases</a>.</em></p> <blockquote> <h2>v0.2.0</h2> <ul> <li><a href="https://redirect.github.com/Maher4Ever/wdm/issues/29">#29</a> Various updates for more recent ruby versions</li> <li><a href="https://redirect.github.com/Maher4Ever/wdm/issues/29">#29</a> Bump minimum ruby version to 2.5</li> <li><a href="https://redirect.github.com/Maher4Ever/wdm/issues/30">#30</a> Fix printing UTF-16 strings by WDM_WDEBUG on MINGW</li> <li>Update README.md</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Maher4Ever/wdm/commit/e3acfbb833dfa5a08ecd1429e74da77f803c6442"><code>e3acfbb</code></a> Bump VERSION to wdm-0.2.0</li> <li><a href="https://github.com/Maher4Ever/wdm/commit/75ead3a430f3447dc2da1ba3da431e9a9f47ca4d"><code>75ead3a</code></a> Add Lars Kanis to gem authors</li> <li><a href="https://github.com/Maher4Ever/wdm/commit/0f867b7d6e9cb974fef16f11a43bdc146423fd66"><code>0f867b7</code></a> Update README.md</li> <li><a href="https://github.com/Maher4Ever/wdm/commit/c948c1cb5897e2b779036be079f87de292cbd865"><code>c948c1c</code></a> Merge pull request <a href="https://redirect.github.com/Maher4Ever/wdm/issues/31">#31</a> from larskanis/require-spec</li> <li><a href="https://github.com/Maher4Ever/wdm/commit/32b436d9c38f00b7ba7e328889207fd1a3ad5f97"><code>32b436d</code></a> Adjust non-Windows spec to succeed on Windows</li> <li><a href="https://github.com/Maher4Ever/wdm/commit/ee43a66da1155e6aed9b6bf79cba5971e1a0ee76"><code>ee43a66</code></a> Merge pull request <a href="https://redirect.github.com/Maher4Ever/wdm/issues/30">#30</a> from Maher4Ever/github-actions</li> <li><a href="https://github.com/Maher4Ever/wdm/commit/96884f56cae51c6f75ffb8b36adecc9039cb66d4"><code>96884f5</code></a> Run short/long file name spec only on filesystems that have them enabled</li> <li><a href="https://github.com/Maher4Ever/wdm/commit/0f9aabbd07148a23af3c859c749ea9ff0bd177bc"><code>0f9aabb</code></a> Fix printing UTF-16 strings by WDM_WDEBUG on MINGW</li> <li><a href="https://github.com/Maher4Ever/wdm/commit/2dbd475fa9065ac49ae9f69615aa2e352ac5766a"><code>2dbd475</code></a> Enable WDM_DEBUG_ENABLED for debugging</li> <li><a href="https://github.com/Maher4Ever/wdm/commit/61f875b899929d9bd92f1bc692d3016eb6af4604"><code>61f875b</code></a> CI: Run CI only on master branch and on pull requests</li> <li>Additional commits viewable in <a href="https://github.com/Maher4Ever/wdm/compare/v0.1.1...v0.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wdm&package-manager=bundler&previous-version=0.1.1&new-version=0.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents c898421 + 30c62fa commit 0a44480

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
2828
end
2929

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

3333
# kramdown v2 ships without the gfm parser by default. If you're using
3434
# kramdown v1, comment out this line.

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ GEM
296296
concurrent-ruby (~> 1.0)
297297
unicode-display_width (1.8.0)
298298
uri (1.0.3)
299-
wdm (0.1.1)
299+
wdm (0.2.0)
300300
webrick (1.9.1)
301301

302302
PLATFORMS
@@ -319,7 +319,7 @@ DEPENDENCIES
319319
kramdown-parser-gfm
320320
tzinfo (>= 1, < 3)
321321
tzinfo-data
322-
wdm (~> 0.1.0)
322+
wdm (~> 0.2.0)
323323

324324
BUNDLED WITH
325325
2.6.6

0 commit comments

Comments
 (0)