Skip to content

Commit

Permalink
Add Dartsass-rails gem
Browse files Browse the repository at this point in the history
  • Loading branch information
leesheppard committed Dec 17, 2023
1 parent 14daf1b commit d7b3666
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'kaminari'
gem 'premailer-rails'
gem 'pygmentize'
gem 'redcarpet'
gem 'sassc'
gem "dartsass-rails", "~> 0.5.0"
gem 'validates_email_format_of'
gem 'warden' # use for auth
gem 'webpacker', '6.0.0.rc.6'
Expand Down
23 changes: 20 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ GEM
json (>= 1.0)
css_parser (1.16.0)
addressable
dartsass-rails (0.5.0)
railties (>= 6.0.0)
sass-embedded (~> 1.63)
date (3.3.4)
decent_exposure (3.0.4)
activesupport (>= 4.0)
Expand All @@ -142,6 +145,10 @@ GEM
formatador (1.1.0)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (3.25.1)
google-protobuf (3.25.1-aarch64-linux)
google-protobuf (3.25.1-arm64-darwin)
google-protobuf (3.25.1-x86_64-linux)
guard (2.18.1)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
Expand Down Expand Up @@ -229,6 +236,8 @@ GEM
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-aarch64-linux)
racc (~> 1.4)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
Expand Down Expand Up @@ -372,8 +381,15 @@ GEM
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sass-embedded (1.69.5)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
sass-embedded (1.69.5-aarch64-linux-gnu)
google-protobuf (~> 3.23)
sass-embedded (1.69.5-arm64-darwin)
google-protobuf (~> 3.23)
sass-embedded (1.69.5-x86_64-linux-gnu)
google-protobuf (~> 3.23)
semantic_range (3.0.0)
shellany (0.0.1)
simplecov (0.22.0)
Expand Down Expand Up @@ -428,6 +444,7 @@ GEM
zeitwerk (2.6.12)

PLATFORMS
aarch64-linux
arm64-darwin-22
ruby
x86_64-linux
Expand All @@ -440,6 +457,7 @@ DEPENDENCIES
capybara-email!
codeclimate-test-reporter
createsend
dartsass-rails (~> 0.5.0)
decent_exposure
devise
factory_bot_rails
Expand All @@ -465,7 +483,6 @@ DEPENDENCIES
rubocop
rubocop-performance
rubocop-rails
sassc
simplecov
spring
spring-commands-rspec
Expand Down

0 comments on commit d7b3666

Please sign in to comment.