added tilt for rendering HTML
parent
a60a022365
commit
239d36ad85
2
Gemfile
2
Gemfile
|
|
@ -9,3 +9,5 @@ gem "falcon", "~> 0.42.3"
|
|||
gem "roda", "~> 3.72"
|
||||
|
||||
gem "sequel", "~> 5.72"
|
||||
|
||||
gem "tilt", "~> 2.2"
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ GEM
|
|||
mapping (~> 1.0)
|
||||
sequel (5.72.0)
|
||||
bigdecimal
|
||||
tilt (2.2.0)
|
||||
timers (4.3.5)
|
||||
traces (0.11.1)
|
||||
|
||||
|
|
@ -78,6 +79,7 @@ DEPENDENCIES
|
|||
falcon (~> 0.42.3)
|
||||
roda (~> 3.72)
|
||||
sequel (~> 5.72)
|
||||
tilt (~> 2.2)
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.19
|
||||
|
|
|
|||
Loading…
Reference in New Issue