From ce8c21805469d22a81eca170c71e196805b8d9b9 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Wed, 8 Oct 2014 09:29:45 -0500 Subject: [PATCH] * pinning devise in adming --- admin/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/Gemfile b/admin/Gemfile index 21e2c819a..3ec3ed16b 100644 --- a/admin/Gemfile +++ b/admin/Gemfile @@ -32,6 +32,7 @@ group :assets do # this version is pinned due to this: https://github.com/gregbell/active_admin/issues/1939 gem 'coffee-script-source', '~> 1.4.0' # ADD THIS LINE, 1.5.0 doesn't compile ActiveAdmin JavaScript files end +gem 'devise', '3.3.0' gem 'will_paginate', '3.0.3' gem 'bootstrap-will_paginate', '0.0.6' gem 'carrierwave', '0.9.0'