Skip to content

Commit 0d9ceda

Browse files
committed
c
1 parent 5f84d30 commit 0d9ceda

3 files changed

Lines changed: 913 additions & 24 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
2626
end
2727

2828
# Performance-booster for watching directories on Windows
29-
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
29+
gem "wdm", "~> 0.2", :platforms => [:mingw, :x64_mingw, :mswin]
3030

3131
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
3232
# do not have a Java counterpart.

Gemfile.lock

Lines changed: 33 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.4)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
bigdecimal (3.1.9)
67
colorator (1.1.0)
7-
concurrent-ruby (1.2.2)
8+
concurrent-ruby (1.3.5)
89
em-websocket (0.5.3)
910
eventmachine (>= 0.12.9)
1011
http_parser.rb (~> 0)
1112
eventmachine (1.2.7)
12-
ffi (1.15.5)
13+
ffi (1.17.1-x64-mingw-ucrt)
14+
ffi (1.17.1-x86_64-linux-gnu)
1315
forwardable-extended (2.6.0)
14-
google-protobuf (3.22.3-x64-mingw-ucrt)
16+
google-protobuf (4.29.3-x64-mingw-ucrt)
17+
bigdecimal
18+
rake (>= 13)
19+
google-protobuf (4.29.3-x86_64-linux)
20+
bigdecimal
21+
rake (>= 13)
1522
http_parser.rb (0.8.0)
16-
i18n (1.13.0)
23+
i18n (1.14.7)
1724
concurrent-ruby (~> 1.0)
18-
jekyll (4.3.2)
25+
jekyll (4.3.4)
1926
addressable (~> 2.4)
2027
colorator (~> 1.0)
2128
em-websocket (~> 0.5)
@@ -45,40 +52,43 @@ GEM
4552
jekyll (>= 3.8, < 5.0)
4653
jekyll-watch (2.2.1)
4754
listen (~> 3.0)
48-
kramdown (2.4.0)
49-
rexml
55+
kramdown (2.5.1)
56+
rexml (>= 3.3.9)
5057
kramdown-parser-gfm (1.1.0)
5158
kramdown (~> 2.0)
5259
liquid (4.0.4)
53-
listen (3.8.0)
60+
listen (3.9.0)
5461
rb-fsevent (~> 0.10, >= 0.10.3)
5562
rb-inotify (~> 0.9, >= 0.9.10)
5663
mercenary (0.4.0)
57-
minima (2.5.1)
64+
minima (2.5.2)
5865
jekyll (>= 3.5, < 5.0)
5966
jekyll-feed (~> 0.9)
6067
jekyll-seo-tag (~> 2.1)
6168
pathutil (0.16.2)
6269
forwardable-extended (~> 2.6)
63-
public_suffix (5.0.1)
70+
public_suffix (6.0.1)
71+
rake (13.2.1)
6472
rb-fsevent (0.11.2)
65-
rb-inotify (0.10.1)
73+
rb-inotify (0.11.1)
6674
ffi (~> 1.0)
67-
rexml (3.2.5)
68-
rouge (4.1.0)
69-
rubyzip (2.3.2)
75+
rexml (3.4.0)
76+
rouge (4.5.1)
77+
rubyzip (2.4.1)
7078
safe_yaml (1.0.5)
71-
sass-embedded (1.62.1-x64-mingw-ucrt)
72-
google-protobuf (~> 3.21)
79+
sass-embedded (1.83.4-x64-mingw-ucrt)
80+
google-protobuf (~> 4.29)
81+
sass-embedded (1.83.4-x86_64-linux-gnu)
82+
google-protobuf (~> 4.29)
7383
terminal-table (3.0.2)
7484
unicode-display_width (>= 1.1.1, < 3)
7585
tzinfo (2.0.6)
7686
concurrent-ruby (~> 1.0)
77-
tzinfo-data (1.2023.3)
87+
tzinfo-data (1.2025.1)
7888
tzinfo (>= 1.0.0)
79-
unicode-display_width (2.4.2)
80-
wdm (0.1.1)
81-
webrick (1.8.1)
89+
unicode-display_width (2.6.0)
90+
wdm (0.2.0)
91+
webrick (1.9.1)
8292

8393
PLATFORMS
8494
x64-mingw-ucrt
@@ -93,7 +103,7 @@ DEPENDENCIES
93103
minima (~> 2.5)
94104
tzinfo (>= 1, < 3)
95105
tzinfo-data
96-
wdm (~> 0.1.1)
106+
wdm (~> 0.2)
97107
webrick (~> 1.8)
98108

99109
BUNDLED WITH

0 commit comments

Comments
 (0)