Added rerun gem to auto-reload the app

This commit is contained in:
2022-12-07 18:21:46 -05:00
parent 6dd3e4c7d6
commit ee0726c271
2 changed files with 17 additions and 0 deletions

View File

@ -5,3 +5,7 @@ gem 'puma', '~> 6.0'
gem 'sequel', '~> 5.63'
gem 'sqlite3', '~> 1.5'
# Use rerun gem to auto-reload app
gem 'rerun'