diff options
author | Azul <azul@leap.se> | 2012-10-30 14:42:04 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-10-30 14:42:04 +0100 |
commit | bcc0f11caeef1b09712b9b62e1607237885d1af5 (patch) | |
tree | f22d30312fdfd5b1021f0eb2e1c613978a5e016d /Gemfile.lock | |
parent | 194e924cb7c36eafa01b68c74774505e170e47ac (diff) |
using rails_warden bit of refactoring
without rails_warden the failure app action was not getting set properly.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 5b1fbf6..a9ca432 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,8 +19,8 @@ PATH specs: leap_web_users (0.1.0) leap_web_core (= 0.1.0) + rails_warden ruby-srp (~> 0.1.3) - warden GEM remote: https://rubygems.org/ @@ -120,6 +120,8 @@ GEM activesupport (= 3.2.8) bundler (~> 1.0) railties (= 3.2.8) + rails_warden (0.5.7) + warden (>= 1.0.0) railties (3.2.8) actionpack (= 3.2.8) activesupport (= 3.2.8) |