On Sat, 3 May 2025 at 01:10, sebb <seb...@gmail.com> wrote: > On Sat, 3 May 2025 at 00:54, Niall Pemberton <niall.pember...@gmail.com> > wrote: > > > > Downgrading seems wrong to me - plus is screwed my local build & now I > need > > to try & find out why the install of these is failing > > It does not appear to be possible to suppress the deprecation warnings. > There are so many of them that it would be easy to miss real errors. > > You probably need to run bundle install again. >
Back working again Niall > > > Niall > > > > > > On Fri, 2 May 2025 at 00:33, <s...@apache.org> wrote: > > > > > 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 <s...@apache.org> > > > 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) > > > > > > >