Revert "Bump development gems"

This reverts commit d6ad3fc3fd.
This commit is contained in:
gregoirenovel 2018-03-06 15:11:26 +01:00
parent cea424295f
commit fe7f8da636
42 changed files with 94 additions and 99 deletions

View file

@ -20,7 +20,7 @@ class Users::SessionsController < Sessions::SessionsController
try_to_authenticate(Administrateur, remember_me)
if user_signed_in?
current_user.update(loged_in_with_france_connect: '')
current_user.update_attributes(loged_in_with_france_connect: '')
end
if user_signed_in?
@ -44,7 +44,7 @@ class Users::SessionsController < Sessions::SessionsController
if user_signed_in?
connected_with_france_connect = current_user.loged_in_with_france_connect
current_user.update(loged_in_with_france_connect: '')
current_user.update_attributes(loged_in_with_france_connect: '')
sign_out :user