Skip to content

Commit 9cfd4d1

Browse files
committed
Update devDependencies and gems
1 parent 36b78a3 commit 9cfd4d1

7 files changed

Lines changed: 727 additions & 6329 deletions

File tree

.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: 16
15-
RUBY: "3.1"
14+
NODE: 18
15+
RUBY: "3.2"
1616

1717
jobs:
1818
test:

Gemfile

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

3-
gem 'jekyll', '~> 4.3.1'
3+
gem 'jekyll', '~> 4.3.2'
44
gem 'jekyll-seo-tag', '~> 2.8.0'
55
gem 'jekyll-sitemap', '~> 1.4.0'
66
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?

Gemfile.lock

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,19 @@ GEM
44
addressable (2.8.1)
55
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.10)
7+
concurrent-ruby (1.2.2)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
1212
eventmachine (1.2.7-x64-mingw32)
1313
ffi (1.15.5)
14-
ffi (1.15.5-x64-mingw-ucrt)
15-
ffi (1.15.5-x64-mingw32)
1614
forwardable-extended (2.6.0)
15+
google-protobuf (3.22.2)
1716
http_parser.rb (0.8.0)
1817
i18n (1.12.0)
1918
concurrent-ruby (~> 1.0)
20-
jekyll (4.3.1)
19+
jekyll (4.3.2)
2120
addressable (~> 2.4)
2221
colorator (~> 1.0)
2322
em-websocket (~> 0.5)
@@ -33,8 +32,8 @@ GEM
3332
safe_yaml (~> 1.0)
3433
terminal-table (>= 1.8, < 4.0)
3534
webrick (~> 1.7)
36-
jekyll-sass-converter (2.2.0)
37-
sassc (> 2.0.1, < 3.0)
35+
jekyll-sass-converter (3.0.0)
36+
sass-embedded (~> 1.54)
3837
jekyll-seo-tag (2.8.0)
3938
jekyll (>= 3.8, < 5.0)
4039
jekyll-sitemap (1.4.0)
@@ -45,40 +44,44 @@ GEM
4544
rexml
4645
kramdown-parser-gfm (1.1.0)
4746
kramdown (~> 2.0)
48-
liquid (4.0.3)
49-
listen (3.7.1)
47+
liquid (4.0.4)
48+
listen (3.8.0)
5049
rb-fsevent (~> 0.10, >= 0.10.3)
5150
rb-inotify (~> 0.9, >= 0.9.10)
5251
mercenary (0.4.0)
5352
pathutil (0.16.2)
5453
forwardable-extended (~> 2.6)
55-
public_suffix (5.0.0)
54+
public_suffix (5.0.1)
55+
rake (13.0.6)
5656
rb-fsevent (0.11.2)
5757
rb-inotify (0.10.1)
5858
ffi (~> 1.0)
5959
rexml (3.2.5)
60-
rouge (4.0.0)
60+
rouge (4.1.0)
6161
safe_yaml (1.0.5)
62-
sassc (2.4.0)
63-
ffi (~> 1.9)
64-
sassc (2.4.0-x64-mingw32)
65-
ffi (~> 1.9)
62+
sass-embedded (1.60.0)
63+
google-protobuf (~> 3.21)
64+
rake (>= 10.0.0)
65+
sass-embedded (1.60.0-x64-mingw-ucrt)
66+
google-protobuf (~> 3.21)
67+
sass-embedded (1.60.0-x64-mingw32)
68+
google-protobuf (~> 3.21)
6669
terminal-table (3.0.2)
6770
unicode-display_width (>= 1.1.1, < 3)
68-
unicode-display_width (2.3.0)
71+
unicode-display_width (2.4.2)
6972
wdm (0.1.1)
70-
webrick (1.7.0)
73+
webrick (1.8.1)
7174

7275
PLATFORMS
7376
ruby
7477
x64-mingw-ucrt
7578
x64-mingw32
7679

7780
DEPENDENCIES
78-
jekyll (~> 4.3.1)
81+
jekyll (~> 4.3.2)
7982
jekyll-seo-tag (~> 2.8.0)
8083
jekyll-sitemap (~> 1.4.0)
8184
wdm (~> 0.1.1)
8285

8386
BUNDLED WITH
84-
2.3.26
87+
2.4.9

docs/_sass/_syntax.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// stylelint-disable declaration-block-single-line-max-declarations
2-
31
.hll { background-color: #ffc; }
42
.c { color: #727272; }
53
.k { color: #069; }

0 commit comments

Comments
 (0)