summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock3
2 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 3de276e..812f791 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,7 @@
source "https://rubygems.org"
gem "sinatra"
+gem "sinatra-url-for"
gem "mail"
gem "prawn"
diff --git a/Gemfile.lock b/Gemfile.lock
index a057e87..0987043 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -32,6 +32,8 @@ GEM
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
+ sinatra-url-for (0.2.2.1)
+ sinatra (>= 0.9.1.1)
tilt (2.0.1)
ttfunk (1.4.0)
@@ -45,6 +47,7 @@ DEPENDENCIES
rack-test
rspec
sinatra
+ sinatra-url-for
BUNDLED WITH
1.10.6