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 63dbf4c Need sass 1.78.0 to stop deprecations 63dbf4c is described below commit 63dbf4ce41e6865fb21d2a5718012620461dee92 Author: Sebb <s...@apache.org> AuthorDate: Fri May 2 15:47:34 2025 +0100 Need sass 1.78.0 to stop deprecations (Better fix, should be immune to other updates) --- Gemfile | 1 + Gemfile.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index c006415..0a79b4f 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,7 @@ source 'https://rubygems.org' gem "jekyll", "~> 4.4.1" # installed by `gem jekyll` # gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2 +gem "sass-embedded", "1.78.0" # avoids deprecation errors gem "just-the-docs", "0.10.1" # pinned to the current release # gem "just-the-docs" # always download the latest release diff --git a/Gemfile.lock b/Gemfile.lock index 82b0bbe..8ffc1cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,6 +98,7 @@ DEPENDENCIES jekyll (~> 4.4.1) just-the-docs (= 0.10.1) psych (~> 5.2.0) + sass-embedded (= 1.78.0) BUNDLED WITH 2.5.9