Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Migrate to sassc-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed May 13, 2019
1 parent 1907157 commit 13a5d3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -29,7 +29,7 @@ gem "puma"
gem "puma-heroku"
gem "rails-i18n"
gem "rollbar"
gem "sass-rails"
gem "sassc-rails"
gem "slim-rails"
gem "turbolinks"
gem "uglifier"
Expand Down
13 changes: 1 addition & 12 deletions Gemfile.lock
Expand Up @@ -288,17 +288,6 @@ GEM
ruby-progressbar (1.10.0)
ruby_dep (1.5.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (5.0.7)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (2.0.1)
ffi (~> 1.9)
rake
Expand Down Expand Up @@ -396,7 +385,7 @@ DEPENDENCIES
rspec-its
rspec-rails
rubocop-performance
sass-rails
sassc-rails
simplecov
slim-rails
turbolinks
Expand Down

0 comments on commit 13a5d3f

Please sign in to comment.