Skip to content

Commit

Permalink
Use sassc instead of sass-ruby (#616)
Browse files Browse the repository at this point in the history
* Use sassc instead of sass-ruby

* update ruby version on semaphore

* Update README

* revert change

* Update rails-sass

Co-authored-by: Evgeniy Esaulkov <[email protected]>

* Downgrade gems

Co-authored-by: Evgeniy Esaulkov <[email protected]>
  • Loading branch information
DmitryBarskov and EvgeniyEsaulkov authored Jul 12, 2021
1 parent 848cb67 commit e1689ae
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ blocks:
prologue:
commands:
- nvm use
- sem-version ruby 2.5.7
- sem-version ruby 2.7.1
- bundle install ${BUNDLE_ARGS} --local
- sem-service start postgres
- bin/rails db:setup
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem "foundation-icons-sass-rails"
gem "foundation-rails"
gem "image_processing"
gem "premailer-rails"
gem "sass-rails", "~> 5.0.0", ">= 5.0.6"
gem "sass-rails", "~> 6.0.0"
gem "uglifier", ">= 2.7.2"
gem "webpacker"

Expand Down
18 changes: 11 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -387,12 +387,16 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (5.0.8)
railties (>= 5.2.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
scss_lint (0.59.0)
sass (~> 3.5, >= 3.5.5)
secure_headers (6.3.1)
Expand Down Expand Up @@ -530,7 +534,7 @@ DEPENDENCIES
rubocop
rubocop-rails
rubocop-rspec
sass-rails (~> 5.0.0, >= 5.0.6)
sass-rails (~> 6.0.0)
scss_lint
secure_headers
seedbank
Expand Down

0 comments on commit e1689ae

Please sign in to comment.