From ccdcda16956a9062dc44306f61f28ef495670d60 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Sun, 7 Oct 2018 01:00:07 +0300 Subject: [PATCH] fix devise issue --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3971c268e..176a6b750 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'activeadmin', github: 'activeadmin' gem 'pg' gem 'schema_plus' ######## -gem 'devise' +gem 'devise', git: 'https://github.com/plataformatec/devise' #, ref: '88e9a85' gem 'omniauth-github' gem 'pundit' gem 'rbtrace'