Skip to content

Commit 512f54b

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

File tree

4 files changed

+1495
-809
lines changed

4 files changed

+1495
-809
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ source 'https://rubygems.org'
33
gem 'jekyll', '~> 4.3.3'
44
gem 'jekyll-seo-tag', '~> 2.8.0'
55
gem 'jekyll-sitemap', '~> 1.4.0'
6-
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
6+
gem 'wdm', '~> 0.2.0', :install_if => Gem.win_platform?

Gemfile.lock

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
66
bigdecimal (3.1.8)
77
colorator (1.1.0)
8-
concurrent-ruby (1.3.2)
8+
concurrent-ruby (1.3.4)
99
em-websocket (0.5.3)
1010
eventmachine (>= 0.12.9)
1111
http_parser.rb (~> 0)
1212
eventmachine (1.2.7)
1313
eventmachine (1.2.7-x64-mingw32)
1414
ffi (1.17.0)
15-
ffi (1.17.0-x64-mingw-ucrt)
1615
forwardable-extended (2.6.0)
17-
google-protobuf (4.27.1)
18-
bigdecimal
19-
rake (>= 13)
20-
google-protobuf (4.27.1-x64-mingw-ucrt)
16+
google-protobuf (4.28.0)
2117
bigdecimal
2218
rake (>= 13)
2319
http_parser.rb (0.8.0)
@@ -58,27 +54,27 @@ GEM
5854
mercenary (0.4.0)
5955
pathutil (0.16.2)
6056
forwardable-extended (~> 2.6)
61-
public_suffix (5.0.5)
57+
public_suffix (6.0.1)
6258
rake (13.2.1)
6359
rb-fsevent (0.11.2)
6460
rb-inotify (0.11.1)
6561
ffi (~> 1.0)
66-
rexml (3.2.8)
67-
strscan (>= 3.0.9)
68-
rouge (4.2.1)
62+
rexml (3.3.6)
63+
strscan
64+
rouge (4.3.0)
6965
safe_yaml (1.0.5)
70-
sass-embedded (1.77.4)
71-
google-protobuf (>= 3.25, < 5.0)
66+
sass-embedded (1.77.8)
67+
google-protobuf (~> 4.26)
7268
rake (>= 13)
73-
sass-embedded (1.77.4-x64-mingw-ucrt)
74-
google-protobuf (>= 3.25, < 5.0)
75-
sass-embedded (1.77.4-x64-mingw32)
76-
google-protobuf (>= 3.25, < 5.0)
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)
7773
strscan (3.1.0)
7874
terminal-table (3.0.2)
7975
unicode-display_width (>= 1.1.1, < 3)
8076
unicode-display_width (2.5.0)
81-
wdm (0.1.1)
77+
wdm (0.2.0)
8278
webrick (1.8.1)
8379

8480
PLATFORMS
@@ -90,7 +86,7 @@ DEPENDENCIES
9086
jekyll (~> 4.3.3)
9187
jekyll-seo-tag (~> 2.8.0)
9288
jekyll-sitemap (~> 1.4.0)
93-
wdm (~> 0.1.1)
89+
wdm (~> 0.2.0)
9490

9591
BUNDLED WITH
96-
2.5.11
92+
2.5.18

0 commit comments

Comments
 (0)