Skip to content

Commit b971911

Browse files
committed
Update Gemfile.lock
Literally just the result of running `bundle update`.
1 parent b72cf97 commit b971911

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

Gemfile.lock

+17-22
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.1)
4+
addressable (2.8.6)
55
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.2.0)
7+
concurrent-ruby (1.2.3)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
@@ -14,11 +14,10 @@ GEM
1414
ffi (1.15.5-x64-mingw-ucrt)
1515
ffi (1.15.5-x64-mingw32)
1616
forwardable-extended (2.6.0)
17-
google-protobuf (3.21.12)
1817
http_parser.rb (0.8.0)
19-
i18n (1.12.0)
18+
i18n (1.14.1)
2019
concurrent-ruby (~> 1.0)
21-
jekyll (4.3.2)
20+
jekyll (4.3.3)
2221
addressable (~> 2.4)
2322
colorator (~> 1.0)
2423
em-websocket (~> 0.5)
@@ -35,8 +34,8 @@ GEM
3534
terminal-table (>= 1.8, < 4.0)
3635
webrick (~> 1.7)
3736
jekyll-paginate (1.1.0)
38-
jekyll-sass-converter (3.0.0)
39-
sass-embedded (~> 1.54)
37+
jekyll-sass-converter (2.2.0)
38+
sassc (> 2.0.1, < 3.0)
4039
jekyll-sitemap (1.4.0)
4140
jekyll (>= 3.7, < 5.0)
4241
jekyll-watch (2.2.1)
@@ -52,36 +51,32 @@ GEM
5251
mercenary (0.4.0)
5352
pathutil (0.16.2)
5453
forwardable-extended (~> 2.6)
55-
public_suffix (5.0.1)
56-
pygments.rb (2.3.1)
57-
rake (13.0.6)
54+
public_suffix (4.0.7)
55+
pygments.rb (2.4.1)
5856
rb-fsevent (0.11.2)
5957
rb-inotify (0.10.1)
6058
ffi (~> 1.0)
61-
rexml (3.2.5)
62-
rouge (4.0.1)
59+
rexml (3.2.6)
60+
rouge (3.30.0)
6361
safe_yaml (1.0.5)
64-
sass-embedded (1.57.1)
65-
google-protobuf (~> 3.21)
66-
rake (>= 10.0.0)
67-
sass-embedded (1.57.1-x64-mingw-ucrt)
68-
google-protobuf (~> 3.21)
69-
sass-embedded (1.57.1-x64-mingw32)
70-
google-protobuf (~> 3.21)
62+
sassc (2.4.0)
63+
ffi (~> 1.9)
64+
sassc (2.4.0-x64-mingw32)
65+
ffi (~> 1.9)
7166
terminal-table (3.0.2)
7267
unicode-display_width (>= 1.1.1, < 3)
7368
tzinfo (2.0.6)
7469
concurrent-ruby (~> 1.0)
75-
tzinfo-data (1.2022.7)
70+
tzinfo-data (1.2023.4)
7671
tzinfo (>= 1.0.0)
77-
unicode-display_width (2.4.2)
72+
unicode-display_width (2.5.0)
7873
wdm (0.1.1)
7974
webrick (1.8.1)
8075

8176
PLATFORMS
8277
ruby
83-
x64-mingw-ucrt
8478
x64-mingw32
79+
x64-unknown
8580

8681
DEPENDENCIES
8782
jekyll

0 commit comments

Comments
 (0)