Skip to content

Commit fa68a46

Browse files
committed
Update devDependencies and gems
1 parent 512f54b commit fa68a46

File tree

6 files changed

+1760
-1273
lines changed

6 files changed

+1760
-1273
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111

1212
env:
1313
FORCE_COLOR: 2
14-
NODE: 20
15-
RUBY: "3.2"
14+
NODE: 22
15+
RUBY: "3.3"
1616

1717
jobs:
1818
test:

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source 'https://rubygems.org'
22

3+
gem "csv", "~> 3.3"
34
gem 'jekyll', '~> 4.3.3'
45
gem 'jekyll-seo-tag', '~> 2.8.0'
56
gem 'jekyll-sitemap', '~> 1.4.0'

Gemfile.lock

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,24 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6-
bigdecimal (3.1.8)
6+
bigdecimal (3.1.9)
77
colorator (1.1.0)
8-
concurrent-ruby (1.3.4)
8+
concurrent-ruby (1.3.5)
9+
csv (3.3.4)
910
em-websocket (0.5.3)
1011
eventmachine (>= 0.12.9)
1112
http_parser.rb (~> 0)
1213
eventmachine (1.2.7)
1314
eventmachine (1.2.7-x64-mingw32)
14-
ffi (1.17.0)
15+
ffi (1.17.2)
1516
forwardable-extended (2.6.0)
16-
google-protobuf (4.28.0)
17+
google-protobuf (4.30.2)
1718
bigdecimal
1819
rake (>= 13)
1920
http_parser.rb (0.8.0)
20-
i18n (1.14.5)
21+
i18n (1.14.7)
2122
concurrent-ruby (~> 1.0)
22-
jekyll (4.3.3)
23+
jekyll (4.3.4)
2324
addressable (~> 2.4)
2425
colorator (~> 1.0)
2526
em-websocket (~> 0.5)
@@ -35,16 +36,16 @@ GEM
3536
safe_yaml (~> 1.0)
3637
terminal-table (>= 1.8, < 4.0)
3738
webrick (~> 1.7)
38-
jekyll-sass-converter (3.0.0)
39-
sass-embedded (~> 1.54)
39+
jekyll-sass-converter (3.1.0)
40+
sass-embedded (~> 1.75)
4041
jekyll-seo-tag (2.8.0)
4142
jekyll (>= 3.8, < 5.0)
4243
jekyll-sitemap (1.4.0)
4344
jekyll (>= 3.7, < 5.0)
4445
jekyll-watch (2.2.1)
4546
listen (~> 3.0)
46-
kramdown (2.4.0)
47-
rexml
47+
kramdown (2.5.1)
48+
rexml (>= 3.3.9)
4849
kramdown-parser-gfm (1.1.0)
4950
kramdown (~> 2.0)
5051
liquid (4.0.4)
@@ -59,34 +60,31 @@ GEM
5960
rb-fsevent (0.11.2)
6061
rb-inotify (0.11.1)
6162
ffi (~> 1.0)
62-
rexml (3.3.6)
63-
strscan
64-
rouge (4.3.0)
63+
rexml (3.4.1)
64+
rouge (4.5.1)
6565
safe_yaml (1.0.5)
66-
sass-embedded (1.77.8)
67-
google-protobuf (~> 4.26)
66+
sass-embedded (1.86.3)
67+
google-protobuf (~> 4.30)
6868
rake (>= 13)
69-
sass-embedded (1.77.8-x64-mingw-ucrt)
70-
google-protobuf (~> 4.26)
71-
sass-embedded (1.77.8-x64-mingw32)
72-
google-protobuf (~> 4.26)
73-
strscan (3.1.0)
69+
sass-embedded (1.86.3-x64-mingw-ucrt)
70+
google-protobuf (~> 4.30)
7471
terminal-table (3.0.2)
7572
unicode-display_width (>= 1.1.1, < 3)
76-
unicode-display_width (2.5.0)
73+
unicode-display_width (2.6.0)
7774
wdm (0.2.0)
78-
webrick (1.8.1)
75+
webrick (1.9.1)
7976

8077
PLATFORMS
8178
ruby
8279
x64-mingw-ucrt
8380
x64-mingw32
8481

8582
DEPENDENCIES
83+
csv (~> 3.3)
8684
jekyll (~> 4.3.3)
8785
jekyll-seo-tag (~> 2.8.0)
8886
jekyll-sitemap (~> 1.4.0)
8987
wdm (~> 0.2.0)
9088

9189
BUNDLED WITH
92-
2.5.18
90+
2.6.8

docs/_includes/page.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Our bundle CSS files are listed here so that we inlcude the dist file in Jekyll
2-
@import "page";
3-
@import "syntax";
2+
@use "page";
3+
@use "syntax";

0 commit comments

Comments
 (0)