fix devise issue

This commit is contained in:
Alexander Stefanov 2018-10-07 01:00:07 +03:00
parent 57cd131f38
commit ccdcda1695
1 changed files with 1 additions and 1 deletions

View File

@ -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'