diff options
| author | Krakenied <Krakenied1@gmail.com> | 2024-09-06 23:52:11 +0200 |
|---|---|---|
| committer | Krakenied <46192742+Krakenied@users.noreply.github.com> | 2024-09-07 08:05:04 +0200 |
| commit | de92f019c6415c3e52ce30c5b3ee51ec8f2cd27a (patch) | |
| tree | 87258ada70c11f51809951788b0f851a9c7a314d | |
| parent | 23d497daa9398829b873478c8e5ee084e1909031 (diff) | |
Add wdm
| -rw-r--r-- | docs/Gemfile | 1 | ||||
| -rw-r--r-- | docs/Gemfile.lock | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/Gemfile b/docs/Gemfile index 73a2dcd1..893af1ec 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,5 +1,6 @@ source 'https://rubygems.org' +gem 'wdm', '>= 0.1.0' if Gem.win_platform? gem "jekyll", "~> 4.3.3" gem "jekyll-default-layout" gem "just-the-docs" diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 07513fdd..c961229e 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -79,6 +79,7 @@ GEM terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.5.0) + wdm (0.2.0) webrick (1.8.1) PLATFORMS @@ -89,6 +90,7 @@ DEPENDENCIES jekyll (~> 4.3.3) jekyll-default-layout just-the-docs + wdm (>= 0.1.0) BUNDLED WITH 2.4.13 |
