Commit 1eeb24c6c7b0cead5ebf12a38af877d69707434b

Authored by Leandro Santos
1 parent ab865b86

bugfix: force sprockets-rails to 2.3 version

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
@@ -42,6 +42,7 @@ gem 'rack-contrib' @@ -42,6 +42,7 @@ gem 'rack-contrib'
42 # asset pipeline 42 # asset pipeline
43 gem 'uglifier', '>= 1.0.3' 43 gem 'uglifier', '>= 1.0.3'
44 gem 'sass-rails' 44 gem 'sass-rails'
  45 +gem 'sprockets-rails', '~> 2.3'
45 46
46 # gems to enable rails3 behaviour 47 # gems to enable rails3 behaviour
47 gem 'protected_attributes' 48 gem 'protected_attributes'