From 7ba5c0d4ebc249477f9304b9db42297201e22730 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Tue, 29 Dec 2015 16:01:23 -0300 Subject: [PATCH] resending to test bugfix: force sprockets-rails to 2.3 version --- Gemfile | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/Gemfile b/Gemfile index 1d81a90..8b7da05 100644 --- a/Gemfile +++ b/Gemfile @@ -48,6 +48,7 @@ gem 'api-pagination', '~> 4.1.1' # asset pipeline gem 'uglifier', '>= 1.0.3' gem 'sass-rails' +gem 'sprockets-rails', '~> 2.3' # gems to enable rails3 behaviour gem 'protected_attributes' -- libgit2 0.21.2