Added Sequel ORM for database handling; added navbar
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user