Skip to content
Snippets Groups Projects
  1. Feb 21, 2025
    • Paul Millar's avatar
      Remove jekyll from gem install · 8445eea5
      Paul Millar authored
      Motivation:
      
      A problem suddenly appeared where CI/CD jobs started to fail.
      
      This is (seemingly) from the 'gem install' command pulling in a newer
      version of jekyll, which caused an incompatibility with one of its
      dependencies (jekyll --> sass-embedded).  Although the exact nature of
      the incompatibility is unclear, the install fails while building, with
      the error:
      
          NameError: uninitialized constant JSON::Fragment
      
      Modification:
      
      Remove jekyll from "gem install".  Use bundler to fetch jekyll instead.
      This should honour the version.
      
      Results:
      
      More reliable builds
      8445eea5
  2. Dec 04, 2024
  3. Feb 19, 2024
  4. Apr 17, 2023
  5. Apr 14, 2023
Loading