Skip to content

Commit

Permalink
introduce dartsass-rails gem
Browse files Browse the repository at this point in the history
  • Loading branch information
mockdeep committed Aug 21, 2022
1 parent 257442b commit 0834363
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem "pg"
gem "pry-rails"
gem "puma"
gem "recurrence"
gem "sass-rails"
gem "dartsass-rails"
gem "sidekiq"
gem "strong_migrations"
gem "turbolinks"
Expand Down
19 changes: 3 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
dartsass-rails (0.4.0)
railties (>= 6.0.0)
diff-lcs (1.5.0)
digest (3.1.0)
docile (1.4.0)
Expand Down Expand Up @@ -332,16 +334,8 @@ GEM
ruby_parser (3.19.1)
sexp_processor (~> 4.16)
rubyzip (2.3.2)
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
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
Expand All @@ -365,13 +359,6 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
strong_migrations (1.2.0)
activerecord (>= 5.2)
strscan (3.0.4)
Expand Down Expand Up @@ -426,6 +413,7 @@ DEPENDENCIES
byebug
capybara
capybara-screenshot
dartsass-rails
dotenv-rails
factory_bot_rails
faraday-retry
Expand All @@ -450,7 +438,6 @@ DEPENDENCIES
rubocop
rubocop-rails
rubocop-rspec
sass-rails
selenium-webdriver
shoulda-matchers
sidekiq
Expand Down

0 comments on commit 0834363

Please sign in to comment.