diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-10-05 20:10:23 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-10-05 20:10:23 +0200 |
commit | 412e15ee69b89f964ab6a991c6986e6860552cce (patch) | |
tree | 3086c289803cf469c54f2d80475ad3baca8f1c49 | |
parent | 281147ce2710468fa85f5825abb239660a7e43da (diff) | |
download | norsk-urskog-registrations-412e15ee69b89f964ab6a991c6986e6860552cce.tar.gz norsk-urskog-registrations-412e15ee69b89f964ab6a991c6986e6860552cce.tar.bz2 norsk-urskog-registrations-412e15ee69b89f964ab6a991c6986e6860552cce.zip |
Add sinatra-url-for helper.
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -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 |