fix devise issue
This commit is contained in:
parent
57cd131f38
commit
ccdcda1695
2
Gemfile
2
Gemfile
|
@ -6,7 +6,7 @@ gem 'activeadmin', github: 'activeadmin'
|
||||||
gem 'pg'
|
gem 'pg'
|
||||||
gem 'schema_plus'
|
gem 'schema_plus'
|
||||||
########
|
########
|
||||||
gem 'devise'
|
gem 'devise', git: 'https://github.com/plataformatec/devise' #, ref: '88e9a85'
|
||||||
gem 'omniauth-github'
|
gem 'omniauth-github'
|
||||||
gem 'pundit'
|
gem 'pundit'
|
||||||
gem 'rbtrace'
|
gem 'rbtrace'
|
||||||
|
|
Loading…
Reference in New Issue