Skip to content

Commit 9831d7d

Browse files
committed
ci: update Gemfile.lock file
1 parent a0a3d42 commit 9831d7d

File tree

1 file changed

+39
-26
lines changed

1 file changed

+39
-26
lines changed

Gemfile.lock

Lines changed: 39 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
addressable (2.8.6)
5+
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.9)
8-
em-websocket (0.5.2)
7+
concurrent-ruby (1.2.3)
8+
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
10+
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
12-
ffi (1.15.3)
12+
ffi (1.16.3)
1313
forwardable-extended (2.6.0)
1414
gemoji (3.0.1)
15-
http_parser.rb (0.6.0)
16-
i18n (1.8.10)
15+
http_parser.rb (0.8.0)
16+
i18n (1.14.4)
1717
concurrent-ruby (~> 1.0)
1818
jekyll (4.1.1)
1919
addressable (~> 2.4)
@@ -30,55 +30,68 @@ GEM
3030
rouge (~> 3.0)
3131
safe_yaml (~> 1.0)
3232
terminal-table (~> 1.8)
33-
jekyll-feed (0.15.1)
33+
jekyll-feed (0.17.0)
3434
jekyll (>= 3.7, < 5.0)
35-
jekyll-sass-converter (2.1.0)
35+
jekyll-sass-converter (2.2.0)
3636
sassc (> 2.0.1, < 3.0)
37-
jekyll-seo-tag (2.7.1)
37+
jekyll-seo-tag (2.8.0)
3838
jekyll (>= 3.8, < 5.0)
39-
jekyll-spaceship (0.9.9)
39+
jekyll-spaceship (0.10.2)
4040
gemoji (~> 3.0)
4141
jekyll (>= 3.6, < 5.0)
4242
nokogiri (~> 1.6)
4343
rainbow (~> 3.0)
4444
jekyll-watch (2.2.1)
4545
listen (~> 3.0)
46-
kramdown (2.3.1)
46+
kramdown (2.4.0)
4747
rexml
4848
kramdown-parser-gfm (1.1.0)
4949
kramdown (~> 2.0)
50-
liquid (4.0.3)
51-
listen (3.6.0)
50+
liquid (4.0.4)
51+
listen (3.9.0)
5252
rb-fsevent (~> 0.10, >= 0.10.3)
5353
rb-inotify (~> 0.9, >= 0.9.10)
5454
mercenary (0.4.0)
55-
mini_portile2 (2.8.5)
5655
minima (2.5.1)
5756
jekyll (>= 3.5, < 5.0)
5857
jekyll-feed (~> 0.9)
5958
jekyll-seo-tag (~> 2.1)
60-
nokogiri (1.16.2)
61-
mini_portile2 (~> 2.8.2)
59+
nokogiri (1.16.3-aarch64-linux)
60+
racc (~> 1.4)
61+
nokogiri (1.16.3-arm-linux)
62+
racc (~> 1.4)
63+
nokogiri (1.16.3-arm64-darwin)
64+
racc (~> 1.4)
65+
nokogiri (1.16.3-x86-linux)
66+
racc (~> 1.4)
67+
nokogiri (1.16.3-x86_64-darwin)
68+
racc (~> 1.4)
69+
nokogiri (1.16.3-x86_64-linux)
6270
racc (~> 1.4)
6371
pathutil (0.16.2)
6472
forwardable-extended (~> 2.6)
65-
public_suffix (4.0.6)
73+
public_suffix (5.0.4)
6674
racc (1.7.3)
67-
rainbow (3.0.0)
68-
rb-fsevent (0.11.0)
75+
rainbow (3.1.1)
76+
rb-fsevent (0.11.2)
6977
rb-inotify (0.10.1)
7078
ffi (~> 1.0)
71-
rexml (3.2.5)
72-
rouge (3.26.0)
79+
rexml (3.2.6)
80+
rouge (3.30.0)
7381
safe_yaml (1.0.5)
7482
sassc (2.4.0)
7583
ffi (~> 1.9)
7684
terminal-table (1.8.0)
7785
unicode-display_width (~> 1.1, >= 1.1.1)
78-
unicode-display_width (1.7.0)
86+
unicode-display_width (1.8.0)
7987

8088
PLATFORMS
81-
ruby
89+
aarch64-linux
90+
arm-linux
91+
arm64-darwin
92+
x86-linux
93+
x86_64-darwin
94+
x86_64-linux
8295

8396
DEPENDENCIES
8497
jekyll (~> 4.1.0)
@@ -90,4 +103,4 @@ DEPENDENCIES
90103
wdm (~> 0.1.1)
91104

92105
BUNDLED WITH
93-
2.2.19
106+
2.5.7

0 commit comments

Comments
 (0)