This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/attic.git
The following commit(s) were added to refs/heads/main by this push:
new ccce56e Downdate sass to eliminate warnings
ccce56e is described below
commit ccce56eacfbb8cc7f4b706f619a83b5048645899
Author: Sebb <[email protected]>
AuthorDate: Fri May 2 00:33:01 2025 +0100
Downdate sass to eliminate warnings
https://github.com/just-the-docs/just-the-docs/issues/1541#issuecomment-2401649789
sass: quiet_deps does not work
---
Gemfile.lock | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Gemfile.lock b/Gemfile.lock
index 1522e7a..82b0bbe 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -80,10 +80,10 @@ GEM
rexml (3.4.0)
rouge (4.5.1)
safe_yaml (1.0.5)
- sass-embedded (1.83.4-arm64-darwin)
- google-protobuf (~> 4.29)
- sass-embedded (1.83.4-x86_64-linux-gnu)
- google-protobuf (~> 4.29)
+ sass-embedded (1.78.0-arm64-darwin)
+ google-protobuf (~> 4.27)
+ sass-embedded (1.78.0-x86_64-linux-gnu)
+ google-protobuf (~> 4.27)
stringio (3.1.7)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)