Skip to content

Commit

Permalink
Sass -> SassC (#852)
Browse files Browse the repository at this point in the history
The Ruby version of Sass is deprecated, see http://sass.logdown.com/posts/7081811
  • Loading branch information
glebm authored and GBH committed Nov 24, 2018
1 parent b09fddf commit 8d8f40f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion comfortable_mexican_sofa.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |s|
s.add_dependency "mini_magick", ">= 4.8.0"
s.add_dependency "rails", ">= 5.2.0"
s.add_dependency "rails-i18n", ">= 5.0.0"
s.add_dependency "sass-rails", ">= 5.0.0"
s.add_dependency "sassc-rails", ">= 2.0.0"
end
2 changes: 1 addition & 1 deletion lib/comfortable_mexican_sofa/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
require "kramdown"
require "jquery-rails"
require "haml-rails"
require "sass-rails"
require "sassc-rails"

module ComfortableMexicanSofa
class Engine < ::Rails::Engine
Expand Down

0 comments on commit 8d8f40f

Please sign in to comment.