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 /docs/Gemfile | |
| parent | 23d497daa9398829b873478c8e5ee084e1909031 (diff) | |
Add wdm
Diffstat (limited to 'docs/Gemfile')
| -rw-r--r-- | docs/Gemfile | 1 |
1 files changed, 1 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" |
