Use sass-rails 4.0.2

This commit is contained in:
Godfrey Chan 2014-03-18 01:30:35 -07:00
parent 065615eb7b
commit c6ed8f8587
2 changed files with 8 additions and 7 deletions

View File

@ -153,7 +153,7 @@ gem 'rack-protection' # security
# in production environments by default. # in production environments by default.
# allow everywhere for now cause we are allowing asset debugging in prd # allow everywhere for now cause we are allowing asset debugging in prd
group :assets do group :assets do
gem 'sass-rails' gem 'sass-rails', '~> 4.0.2'
gem 'uglifier' gem 'uglifier'
end end

View File

@ -303,10 +303,11 @@ GEM
nokogiri (>= 1.4.2) nokogiri (>= 1.4.2)
sanitize (2.1.0) sanitize (2.1.0)
nokogiri (>= 1.4.4) nokogiri (>= 1.4.4)
sass (3.3.2) sass (3.2.16)
sass-rails (4.0.1) sass-rails (4.0.2)
railties (>= 4.0.0, < 5.0) railties (>= 4.0.0, < 5.0)
sass (>= 3.1.10) sass (~> 3.2.0)
sprockets (~> 2.8, <= 2.11.0)
sprockets-rails (~> 2.0.0) sprockets-rails (~> 2.0.0)
seed-fu-discourse (2.2.0) seed-fu-discourse (2.2.0)
activerecord (>= 3.1, < 4.1) activerecord (>= 3.1, < 4.1)
@ -344,7 +345,7 @@ GEM
spork-rails (4.0.0) spork-rails (4.0.0)
rails (>= 3.0.0, < 5) rails (>= 3.0.0, < 5)
spork (>= 1.0rc0) spork (>= 1.0rc0)
sprockets (2.12.0) sprockets (2.11.0)
hike (~> 1.2) hike (~> 1.2)
multi_json (~> 1.0) multi_json (~> 1.0)
rack (~> 1.0) rack (~> 1.0)
@ -363,7 +364,7 @@ GEM
eventmachine (>= 1.0.0) eventmachine (>= 1.0.0)
rack (>= 1.0.0) rack (>= 1.0.0)
thor (0.18.1) thor (0.18.1)
thread_safe (0.2.0) thread_safe (0.3.0)
atomic (>= 1.1.7, < 2) atomic (>= 1.1.7, < 2)
tilt (1.4.1) tilt (1.4.1)
timecop (0.7.1) timecop (0.7.1)
@ -458,7 +459,7 @@ DEPENDENCIES
ruby-readability ruby-readability
sanitize sanitize
sass sass
sass-rails sass-rails (~> 4.0.2)
seed-fu-discourse seed-fu-discourse
shoulda shoulda
sidekiq sidekiq