From 1eeb24c6c7b0cead5ebf12a38af877d69707434b Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Tue, 29 Dec 2015 16:01:23 -0300 Subject: [PATCH] bugfix: force sprockets-rails to 2.3 version --- Gemfile | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/Gemfile b/Gemfile index def73cc..7e65ce5 100644 --- a/Gemfile +++ b/Gemfile @@ -42,6 +42,7 @@ gem 'rack-contrib' # 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