diff --git a/Gemfile b/Gemfile index 0ac0b16..938fe2e 100644 --- a/Gemfile +++ b/Gemfile @@ -9,3 +9,5 @@ gem "falcon", "~> 0.42.3" gem "roda", "~> 3.72" gem "sequel", "~> 5.72" + +gem "tilt", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index 3ae50f3..1d03b88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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