Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2022-07-03 23:34:22 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2022-07-04 00:14:42 +0300
commita7a02e87cf7ee05287917a48cfebe2d6dfcc9482 (patch)
tree662973eff88105e0ac5cb45b95823bb4aefe5e3c /Changelog.md
parent485af7ea78d78704aba0da48f120b6286980dae2 (diff)
Replace unmaintained sass-rails with sassc-rails
closes #8362
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index b47beddae..cc24c6d4b 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -5,6 +5,7 @@
* Get rid of some uses of "execute\_script" in feature specs [#8331](https://github.com/diaspora/diaspora/pull/8331)
* Fix deprecation warnings for sidekiq 7.0 [#8359](https://github.com/diaspora/diaspora/pull/8359)
* Remove entypo-rails dependency to prepare for rails 6 [#8361](https://github.com/diaspora/diaspora/pull/8361)
+* Remove compass-rails dependency which is not supported anymore [#8362](https://github.com/diaspora/diaspora/pull/8362)
## Bug fixes