updated warden-basic_auth to fix authentication

This commit is contained in:
Markus Kahl
2015-07-07 14:40:27 +02:00
parent c453b808e1
commit 9e6c80c8f1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ gem 'request_store', "~> 1.1.0"
gem 'gravatar_image_tag', '~> 1.2.0'
gem 'warden', '~> 1.2'
gem 'warden-basic_auth', '~> 0.2.0'
gem 'warden-basic_auth', '~> 0.2.1'
# TODO: adds #auto_link which was deprecated in rails 3.1
gem 'rails_autolink', '~> 1.1.6'
+2 -2
View File
@@ -472,7 +472,7 @@ GEM
equalizer (~> 0.0, >= 0.0.9)
warden (1.2.3)
rack (>= 1.0)
warden-basic_auth (0.2.0)
warden-basic_auth (0.2.1)
warden (~> 1.2)
websocket (1.2.2)
will_paginate (3.0.5)
@@ -580,7 +580,7 @@ DEPENDENCIES
uglifier (>= 1.0.3)
unicorn
warden (~> 1.2)
warden-basic_auth (~> 0.2.0)
warden-basic_auth (~> 0.2.1)
will_paginate (~> 3.0)
BUNDLED WITH