Skip to content

Commit

Permalink
Update jekyll
Browse files Browse the repository at this point in the history
To a version that uses sass-embedded
  • Loading branch information
segiddins committed Dec 11, 2023
1 parent 49fa369 commit 2b176de
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 29 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

name: ci

on: [pull_request]
Expand All @@ -21,7 +20,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
ruby-version: 3.2.2
bundler-cache: true
working-directory: guides

Expand Down
79 changes: 52 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,46 +1,59 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
chef-utils (17.9.26)
concurrent-ruby
colorator (1.1.0)
concurrent-ruby (1.1.9)
concurrent-ruby (1.2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
eventmachine (1.2.7-java)
ffi (1.16.3)
ffi (1.16.3-java)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
forwardable-extended (2.6.0)
google-protobuf (3.25.1)
google-protobuf (3.25.1-arm64-darwin)
google-protobuf (3.25.1-java)
ffi (~> 1)
ffi-compiler (~> 1)
google-protobuf (3.25.1-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.8.11)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (4.2.1)
jar-dependencies (0.4.1)
jekyll (4.3.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.4.0)
mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
rouge (~> 3.0)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.7.0)
liquid (4.0.4)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mdl (0.11.0)
Expand All @@ -59,27 +72,39 @@ GEM
forwardable-extended (~> 2.6)
psych (4.0.3)
stringio
public_suffix (4.0.6)
psych (4.0.3-java)
jar-dependencies (>= 0.1.7)
public_suffix (5.0.4)
rake (13.0.6)
rb-fsevent (0.11.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.4.0)
psych (>= 4.0.0)
rexml (3.2.5)
rouge (3.27.0)
rexml (3.2.6)
rouge (4.2.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sass-embedded (1.69.5)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
sass-embedded (1.69.5-arm-linux-gnueabihf)
google-protobuf (~> 3.23)
sass-embedded (1.69.5-arm64-darwin)
google-protobuf (~> 3.23)
sass-embedded (1.69.5-x86_64-linux-gnu)
google-protobuf (~> 3.23)
stringio (3.0.1)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tomlrb (2.0.1)
unicode-display_width (1.8.0)
unicode-display_width (2.5.0)
webrick (1.7.0)

PLATFORMS
arm64-darwin-21
arm64-darwin
arm64-linux
java
ruby
x86_64-linux

DEPENDENCIES
Expand All @@ -90,4 +115,4 @@ DEPENDENCIES
webrick (~> 1.7)

BUNDLED WITH
2.3.7
2.4.22

0 comments on commit 2b176de

Please sign in to comment.