diff options
author | Azul <azul@leap.se> | 2012-10-11 17:11:32 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-10-11 17:11:32 +0200 |
commit | 0c79df9874c59fbaa5c845e07d8fa1b4bbc23b9c (patch) | |
tree | e470ec9050e43a94d9e24a8101d30d43886740bd /Gemfile.lock | |
parent | 09003d3d2df7c250d3a0b55e83094e5e27094859 (diff) |
use ruby-srp 0.1.3 which returns the user on authenticate call
Also removed a few hooks to User.current. Will replace with current_user
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index fe49476..f731561 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,7 +19,7 @@ PATH specs: leap_web_users (0.1.0) leap_web_core (= 0.1.0) - ruby-srp (~> 0.1.1) + ruby-srp (~> 0.1.3) GEM remote: https://rubygems.org/ @@ -137,7 +137,7 @@ GEM ruby-debug-base (~> 0.10.4.0) ruby-debug-base (0.10.4) linecache (>= 0.3) - ruby-srp (0.1.1) + ruby-srp (0.1.3) sass (3.2.1) sass-rails (3.2.5) railties (~> 3.2.0) |