Added script attribute for videos

This commit is contained in:
2023-03-04 11:14:54 -05:00
parent 9ab06f0e9c
commit 51ee9f00fb
6 changed files with 35 additions and 1 deletions

View File

@ -7,6 +7,8 @@ gem 'puma', '~> 6.1'
gem 'sequel', '~> 5.66'
gem 'sqlite3', '~> 1.6'
gem 'kramdown', '~> 2.4'
# Use rerun gem to auto-reload app
gem 'rerun'