Skip to content

Commit d44c6fe

Browse files
committed
Update gem dependencies
1 parent 5eed2c8 commit d44c6fe

File tree

1 file changed

+41
-28
lines changed

1 file changed

+41
-28
lines changed

Gemfile.lock

Lines changed: 41 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,46 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.7.2)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
activesupport (7.2.1)
5+
base64
6+
bigdecimal
7+
concurrent-ruby (~> 1.0, >= 1.3.1)
8+
connection_pool (>= 2.2.5)
9+
drb
610
i18n (>= 1.6, < 2)
11+
logger (>= 1.4.2)
712
minitest (>= 5.1)
8-
tzinfo (~> 2.0)
9-
addressable (2.8.5)
10-
public_suffix (>= 2.0.2, < 6.0)
13+
securerandom (>= 0.3)
14+
tzinfo (~> 2.0, >= 2.0.5)
15+
addressable (2.8.7)
16+
public_suffix (>= 2.0.2, < 7.0)
17+
base64 (0.2.0)
18+
bigdecimal (3.1.8)
1119
coffee-script (2.4.1)
1220
coffee-script-source
1321
execjs
1422
coffee-script-source (1.11.1)
1523
colorator (1.1.0)
1624
commonmarker (0.23.10)
17-
concurrent-ruby (1.2.2)
18-
dnsruby (1.70.0)
25+
concurrent-ruby (1.3.4)
26+
connection_pool (2.4.1)
27+
dnsruby (1.72.2)
1928
simpleidn (~> 0.2.1)
29+
drb (2.2.1)
2030
em-websocket (0.5.3)
2131
eventmachine (>= 0.12.9)
2232
http_parser.rb (~> 0)
2333
ethon (0.16.0)
2434
ffi (>= 1.15.0)
2535
eventmachine (1.2.7)
26-
execjs (2.8.1)
27-
faraday (2.7.10)
28-
faraday-net_http (>= 2.0, < 3.1)
29-
ruby2_keywords (>= 0.0.4)
30-
faraday-net_http (3.0.2)
31-
ffi (1.15.5)
36+
execjs (2.9.1)
37+
faraday (2.12.0)
38+
faraday-net_http (>= 2.0, < 3.4)
39+
json
40+
logger
41+
faraday-net_http (3.3.0)
42+
net-http
43+
ffi (1.17.0-x86_64-linux-gnu)
3244
forwardable-extended (2.6.0)
3345
gemoji (3.0.1)
3446
github-pages (228)
@@ -86,7 +98,7 @@ GEM
8698
activesupport (>= 2)
8799
nokogiri (>= 1.4)
88100
http_parser.rb (0.8.0)
89-
i18n (1.14.1)
101+
i18n (1.14.6)
90102
concurrent-ruby (~> 1.0)
91103
jekyll (3.9.3)
92104
addressable (~> 2.4)
@@ -196,35 +208,38 @@ GEM
196208
gemoji (~> 3.0)
197209
html-pipeline (~> 2.2)
198210
jekyll (>= 3.0, < 5.0)
211+
json (2.7.2)
199212
kramdown (2.3.2)
200213
rexml
201214
kramdown-parser-gfm (1.1.0)
202215
kramdown (~> 2.0)
203216
liquid (4.0.4)
204-
listen (3.8.0)
217+
listen (3.9.0)
205218
rb-fsevent (~> 0.10, >= 0.10.3)
206219
rb-inotify (~> 0.9, >= 0.9.10)
220+
logger (1.6.1)
207221
mercenary (0.3.6)
208222
minima (2.5.1)
209223
jekyll (>= 3.5, < 5.0)
210224
jekyll-feed (~> 0.9)
211225
jekyll-seo-tag (~> 2.1)
212-
minitest (5.20.0)
213-
nokogiri (1.15.4-x86_64-linux)
226+
minitest (5.25.1)
227+
net-http (0.4.1)
228+
uri
229+
nokogiri (1.16.7-x86_64-linux)
214230
racc (~> 1.4)
215231
octokit (4.25.1)
216232
faraday (>= 1, < 3)
217233
sawyer (~> 0.9)
218234
pathutil (0.16.2)
219235
forwardable-extended (~> 2.6)
220236
public_suffix (4.0.7)
221-
racc (1.7.1)
237+
racc (1.8.1)
222238
rb-fsevent (0.11.2)
223-
rb-inotify (0.10.1)
239+
rb-inotify (0.11.1)
224240
ffi (~> 1.0)
225-
rexml (3.2.6)
241+
rexml (3.3.7)
226242
rouge (3.26.0)
227-
ruby2_keywords (0.0.5)
228243
rubyzip (2.3.2)
229244
safe_yaml (1.0.5)
230245
sass (3.7.4)
@@ -235,19 +250,17 @@ GEM
235250
sawyer (0.9.2)
236251
addressable (>= 2.3.5)
237252
faraday (>= 0.17.3, < 3)
238-
simpleidn (0.2.1)
239-
unf (~> 0.1.4)
253+
securerandom (0.3.1)
254+
simpleidn (0.2.3)
240255
terminal-table (1.8.0)
241256
unicode-display_width (~> 1.1, >= 1.1.1)
242-
typhoeus (1.4.0)
257+
typhoeus (1.4.1)
243258
ethon (>= 0.9.0)
244259
tzinfo (2.0.6)
245260
concurrent-ruby (~> 1.0)
246-
unf (0.1.4)
247-
unf_ext
248-
unf_ext (0.0.8.2)
249261
unicode-display_width (1.8.0)
250-
webrick (1.8.1)
262+
uri (0.13.1)
263+
webrick (1.8.2)
251264

252265
PLATFORMS
253266
x86_64-linux

0 commit comments

Comments
 (0)