Commit 7ba5c0d4ebc249477f9304b9db42297201e22730

Authored by Leandro Santos
Committed by Evandro Jr
1 parent 9777afa6

resending to test bugfix: force sprockets-rails to 2.3 version

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
Gemfile
... ... @@ -48,6 +48,7 @@ gem 'api-pagination', '~> 4.1.1'
48 48 # asset pipeline
49 49 gem 'uglifier', '>= 1.0.3'
50 50 gem 'sass-rails'
  51 +gem 'sprockets-rails', '~> 2.3'
51 52  
52 53 # gems to enable rails3 behaviour
53 54 gem 'protected_attributes'
... ...