AlchemyCMS / alchemy_cms

Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
https://www.alchemy-cms.com
BSD 3-Clause "New" or "Revised" License
817 stars 313 forks source link

Remove dartsass-rails requirement from alchemy_cms.rb #2941

Closed sascha-karnatz closed 1 week ago

sascha-karnatz commented 1 week ago

What is this pull request for?

dartsass-rails is not a requirement in the gemspec and is not necessary for the application, that is using alchemy_cms. Dartsass is necessary for the dummy app and because it is in the Gemfile it will be automatically required by Bundler.

Checklist

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.96%. Comparing base (4774203) to head (dc2a3d7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2941 +/- ## ========================================== - Coverage 95.96% 95.96% -0.01% ========================================== Files 232 232 Lines 6272 6271 -1 ========================================== - Hits 6019 6018 -1 Misses 253 253 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.