From 412e15ee69b89f964ab6a991c6986e6860552cce Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 5 Oct 2015 20:10:23 +0200 Subject: Add sinatra-url-for helper. --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) 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 -- cgit v1.2.3