mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:12:26 +08:00
Use sass-rails 4.0.2
This commit is contained in:
parent
065615eb7b
commit
c6ed8f8587
2
Gemfile
2
Gemfile
|
@ -153,7 +153,7 @@ gem 'rack-protection' # security
|
|||
# in production environments by default.
|
||||
# allow everywhere for now cause we are allowing asset debugging in prd
|
||||
group :assets do
|
||||
gem 'sass-rails'
|
||||
gem 'sass-rails', '~> 4.0.2'
|
||||
gem 'uglifier'
|
||||
end
|
||||
|
||||
|
|
13
Gemfile.lock
13
Gemfile.lock
|
@ -303,10 +303,11 @@ GEM
|
|||
nokogiri (>= 1.4.2)
|
||||
sanitize (2.1.0)
|
||||
nokogiri (>= 1.4.4)
|
||||
sass (3.3.2)
|
||||
sass-rails (4.0.1)
|
||||
sass (3.2.16)
|
||||
sass-rails (4.0.2)
|
||||
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)
|
||||
seed-fu-discourse (2.2.0)
|
||||
activerecord (>= 3.1, < 4.1)
|
||||
|
@ -344,7 +345,7 @@ GEM
|
|||
spork-rails (4.0.0)
|
||||
rails (>= 3.0.0, < 5)
|
||||
spork (>= 1.0rc0)
|
||||
sprockets (2.12.0)
|
||||
sprockets (2.11.0)
|
||||
hike (~> 1.2)
|
||||
multi_json (~> 1.0)
|
||||
rack (~> 1.0)
|
||||
|
@ -363,7 +364,7 @@ GEM
|
|||
eventmachine (>= 1.0.0)
|
||||
rack (>= 1.0.0)
|
||||
thor (0.18.1)
|
||||
thread_safe (0.2.0)
|
||||
thread_safe (0.3.0)
|
||||
atomic (>= 1.1.7, < 2)
|
||||
tilt (1.4.1)
|
||||
timecop (0.7.1)
|
||||
|
@ -458,7 +459,7 @@ DEPENDENCIES
|
|||
ruby-readability
|
||||
sanitize
|
||||
sass
|
||||
sass-rails
|
||||
sass-rails (~> 4.0.2)
|
||||
seed-fu-discourse
|
||||
shoulda
|
||||
sidekiq
|
||||
|
|
Loading…
Reference in New Issue
Block a user