Replaced the rerun gem with guard-rack; added some work to support Windows better; added a way to configure the application with config.yaml

This commit is contained in:
2023-03-09 15:48:33 -05:00
parent 39ebf6a535
commit 46e4e5c079
8 changed files with 49 additions and 11 deletions

View File

@ -12,6 +12,6 @@ gem 'kramdown', '~> 2.4'
gem 'pandoc-ruby', '~> 2.1'
# Use rerun gem to auto-reload app
gem 'rerun'
gem 'guard-rack'
gem 'wdm', '>= 0.1.0' if Gem.win_platform?