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' diff --git a/Gemfile.lock b/Gemfile.lock index 75f217f94..0a25b5193 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -158,7 +158,7 @@ GEM gli (2.16.0) globalid (0.4.0) activesupport (>= 4.2.0) - haml (5.0.1) + haml (5.0.4) temple (>= 0.8.0) tilt haml-rails (1.0.0)