mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
Bump to sass-rails 4.0.5 for Rails 4.2 support
This commit is contained in:
parent
233f56b6aa
commit
0887f33d77
9
Gemfile
9
Gemfile
|
@ -127,14 +127,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
|
||||
|
||||
if rails_master?
|
||||
gem 'sass-rails', git: 'https://github.com/rails/sass-rails.git'
|
||||
else
|
||||
# later is breaking our asset compliation extensions
|
||||
gem 'sass-rails', '4.0.2'
|
||||
end
|
||||
|
||||
gem 'sass-rails', '~> 4.0.5'
|
||||
gem 'uglifier'
|
||||
gem 'rtlit', require: false # for css rtling
|
||||
end
|
||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -378,14 +378,14 @@ GEM
|
|||
nokogiri (>= 1.4.4)
|
||||
nokogumbo (= 1.2.0)
|
||||
sass (3.2.19)
|
||||
sass-rails (4.0.2)
|
||||
sass-rails (4.0.5)
|
||||
railties (>= 4.0.0, < 5.0)
|
||||
sass (~> 3.2.0)
|
||||
sprockets (~> 2.8, <= 2.11.0)
|
||||
sprockets-rails (~> 2.0.0)
|
||||
seed-fu (2.3.3)
|
||||
activerecord (>= 3.1, < 4.2)
|
||||
activesupport (>= 3.1, < 4.2)
|
||||
seed-fu (2.3.5)
|
||||
activerecord (>= 3.1, < 4.3)
|
||||
activesupport (>= 3.1, < 4.3)
|
||||
shoulda (3.5.0)
|
||||
shoulda-context (~> 1.0, >= 1.0.1)
|
||||
shoulda-matchers (>= 1.4.1, < 3.0)
|
||||
|
@ -536,7 +536,7 @@ DEPENDENCIES
|
|||
ruby-readability
|
||||
sanitize
|
||||
sass
|
||||
sass-rails (= 4.0.2)
|
||||
sass-rails (~> 4.0.5)
|
||||
seed-fu (~> 2.3.3)
|
||||
shoulda
|
||||
sidekiq
|
||||
|
|
Loading…
Reference in New Issue
Block a user