Commit 7c50958994d4e3da97b79f714265c882b7fa370d
1 parent
032f7cf1
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Fix gemfile
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Gemfile
... | ... | @@ -30,9 +30,9 @@ gem 'rack-contrib' |
30 | 30 | # FIXME list here all actual dependencies (i.e. the ones in debian/control), |
31 | 31 | # with their GEM names (not the Debian package names) |
32 | 32 | |
33 | +gem 'sass-rails' | |
33 | 34 | group :assets do |
34 | 35 | gem 'uglifier', '>= 1.0.3' |
35 | - gem 'sass-rails' | |
36 | 36 | end |
37 | 37 | |
38 | 38 | group :production do | ... | ... |