Added wdm gem for Windows systems

This commit is contained in:
2023-03-09 11:08:28 -05:00
parent 0d854b026a
commit 39ebf6a535
2 changed files with 6 additions and 0 deletions

View File

@ -13,4 +13,5 @@ gem 'pandoc-ruby', '~> 2.1'
# Use rerun gem to auto-reload app
gem 'rerun'
gem 'wdm', '>= 0.1.0' if Gem.win_platform?