Commit 7ba5c0d4ebc249477f9304b9db42297201e22730
Committed by
Evandro Jr
1 parent
9777afa6
Exists in
staging
and in
4 other branches
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,6 +48,7 @@ gem 'api-pagination', '~> 4.1.1' | ||
48 | # asset pipeline | 48 | # asset pipeline |
49 | gem 'uglifier', '>= 1.0.3' | 49 | gem 'uglifier', '>= 1.0.3' |
50 | gem 'sass-rails' | 50 | gem 'sass-rails' |
51 | +gem 'sprockets-rails', '~> 2.3' | ||
51 | 52 | ||
52 | # gems to enable rails3 behaviour | 53 | # gems to enable rails3 behaviour |
53 | gem 'protected_attributes' | 54 | gem 'protected_attributes' |