From 9037b8a1a8758d4099b18c560baee07195e87f2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 07:09:38 +0000 Subject: [PATCH] Bump wdm from 0.1.1 to 0.2.0 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/compare/v0.1.1...v0.2.0) --- updated-dependencies: - dependency-name: wdm dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4788fa6..680489c 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # gem "rails" gem "tzinfo-data", :install_if => Gem.win_platform? -gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform? +gem "wdm", "~> 0.2.0", :install_if => Gem.win_platform? gem "github-pages", "~> 226" gem "webrick", "~> 1.9" diff --git a/Gemfile.lock b/Gemfile.lock index 8efd824..ab693b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -255,7 +255,7 @@ GEM unf_ext (0.0.8.2) unicode-display_width (1.8.0) uri (1.1.1) - wdm (0.1.1) + wdm (0.2.0) webrick (1.9.2) PLATFORMS @@ -265,7 +265,7 @@ PLATFORMS DEPENDENCIES github-pages (~> 226) tzinfo-data - wdm (~> 0.1.1) + wdm (~> 0.2.0) webrick (~> 1.9) BUNDLED WITH