diff options
author | Azul <azul@leap.se> | 2012-10-30 12:32:10 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-10-30 12:32:10 +0100 |
commit | 194e924cb7c36eafa01b68c74774505e170e47ac (patch) | |
tree | d6f655010c2cc25b31e1b95b2cef78c962f9c84f /Gemfile.lock | |
parent | 3ba2e664a26e96a93c8640b57241af6386db361e (diff) |
adding in warden with a basic strategy
currently failing because we are not setting the content-type header.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index a982c2a..5b1fbf6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,6 +20,7 @@ PATH leap_web_users (0.1.0) leap_web_core (= 0.1.0) ruby-srp (~> 0.1.3) + warden GEM remote: https://rubygems.org/ @@ -161,6 +162,8 @@ GEM uglifier (1.2.7) execjs (>= 0.3.0) multi_json (~> 1.3) + warden (1.2.1) + rack (>= 1.0) PLATFORMS ruby |