From 80210be3c0c616a4f5faa25a11e72c4ff9f61740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:32:20 +0000 Subject: [PATCH] Update wdm requirement from ~> 0.1.1 to ~> 0.2.0 in /docs Updates the requirements on [wdm](https://github.com/Maher4Ever/wdm) to permit the latest version. - [Release notes](https://github.com/Maher4Ever/wdm/releases) - [Commits](https://github.com/Maher4Ever/wdm/commits) --- updated-dependencies: - dependency-name: wdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index d1eebc4..bfa55fe 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform? +gem 'wdm', '~> 0.2.0', :install_if => Gem.win_platform? gem "webrick"