Commit 54c448e201eee69695e4a90780d2be1e169ed97d
Committed by
Evandro Jr
1 parent
ab865b86
Exists in
travis
and in
1 other branch
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
@@ -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' |