Added Sequel ORM for database handling; added navbar

This commit is contained in:
2023-07-05 18:04:31 -04:00
parent 6f680e72e5
commit 6c1c8bca0a
16 changed files with 122 additions and 4 deletions

View File

@ -20,6 +20,7 @@ GEM
rerun (0.14.0)
listen (~> 3.0)
ruby2_keywords (0.0.5)
sequel (5.70.0)
sinatra (3.0.6)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
@ -31,6 +32,7 @@ GEM
rack-protection (= 3.0.6)
sinatra (= 3.0.6)
tilt (~> 2.0)
sqlite3 (1.6.3-x86_64-linux)
tilt (2.2.0)
PLATFORMS
@ -39,8 +41,10 @@ PLATFORMS
DEPENDENCIES
puma (~> 6.3)
rerun
sequel (~> 5.70)
sinatra (~> 3.0)
sinatra-contrib (~> 3.0)
sqlite3 (~> 1.6)
BUNDLED WITH
2.3.5