Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd25966

Browse files
committed
bundle update github-pages
1 parent 5fb3926 commit fd25966

File tree

1 file changed

+41
-36
lines changed

1 file changed

+41
-36
lines changed

Gemfile.lock

Lines changed: 41 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,50 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.2)
4+
activesupport (8.0.1)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
89
connection_pool (>= 2.2.5)
910
drb
1011
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
1113
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
14-
addressable (2.8.5)
15-
public_suffix (>= 2.0.2, < 6.0)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
17+
addressable (2.8.7)
18+
public_suffix (>= 2.0.2, < 7.0)
1619
base64 (0.2.0)
17-
bigdecimal (3.1.4)
20+
benchmark (0.4.0)
21+
bigdecimal (3.1.9)
1822
coffee-script (2.4.1)
1923
coffee-script-source
2024
execjs
2125
coffee-script-source (1.11.1)
2226
colorator (1.1.0)
23-
commonmarker (0.23.10)
24-
concurrent-ruby (1.2.2)
25-
connection_pool (2.4.1)
26-
dnsruby (1.70.0)
27+
commonmarker (0.23.11)
28+
concurrent-ruby (1.3.5)
29+
connection_pool (2.5.0)
30+
dnsruby (1.72.3)
31+
base64 (~> 0.2.0)
2732
simpleidn (~> 0.2.1)
28-
drb (2.2.0)
29-
ruby2_keywords
33+
drb (2.2.1)
3034
em-websocket (0.5.3)
3135
eventmachine (>= 0.12.9)
3236
http_parser.rb (~> 0)
3337
ethon (0.16.0)
3438
ffi (>= 1.15.0)
3539
eventmachine (1.2.7)
36-
execjs (2.9.1)
37-
faraday (2.7.12)
38-
base64
39-
faraday-net_http (>= 2.0, < 3.1)
40-
ruby2_keywords (>= 0.0.4)
41-
faraday-net_http (3.0.2)
42-
ffi (1.16.3)
40+
execjs (2.10.0)
41+
faraday (2.12.2)
42+
faraday-net_http (>= 2.0, < 3.5)
43+
json
44+
logger
45+
faraday-net_http (3.4.0)
46+
net-http (>= 0.5.0)
47+
ffi (1.17.1-x86_64-linux-gnu)
4348
forwardable-extended (2.6.0)
4449
gemoji (3.0.1)
4550
github-pages (228)
@@ -97,7 +102,7 @@ GEM
97102
activesupport (>= 2)
98103
nokogiri (>= 1.4)
99104
http_parser.rb (0.8.0)
100-
i18n (1.14.1)
105+
i18n (1.14.7)
101106
concurrent-ruby (~> 1.0)
102107
jekyll (3.9.3)
103108
addressable (~> 2.4)
@@ -207,37 +212,39 @@ GEM
207212
gemoji (~> 3.0)
208213
html-pipeline (~> 2.2)
209214
jekyll (>= 3.0, < 5.0)
215+
json (2.9.1)
210216
kramdown (2.3.2)
211217
rexml
212218
kramdown-parser-gfm (1.1.0)
213219
kramdown (~> 2.0)
214220
liquid (4.0.4)
215-
listen (3.8.0)
221+
listen (3.9.0)
216222
rb-fsevent (~> 0.10, >= 0.10.3)
217223
rb-inotify (~> 0.9, >= 0.9.10)
224+
logger (1.6.5)
218225
mercenary (0.3.6)
219226
minima (2.5.1)
220227
jekyll (>= 3.5, < 5.0)
221228
jekyll-feed (~> 0.9)
222229
jekyll-seo-tag (~> 2.1)
223-
minitest (5.20.0)
224-
mutex_m (0.2.0)
225-
nokogiri (1.15.5-x86_64-linux)
230+
minitest (5.25.4)
231+
net-http (0.6.0)
232+
uri
233+
nokogiri (1.18.2-x86_64-linux-gnu)
226234
racc (~> 1.4)
227235
octokit (4.25.1)
228236
faraday (>= 1, < 3)
229237
sawyer (~> 0.9)
230238
pathutil (0.16.2)
231239
forwardable-extended (~> 2.6)
232240
public_suffix (4.0.7)
233-
racc (1.7.3)
241+
racc (1.8.1)
234242
rb-fsevent (0.11.2)
235-
rb-inotify (0.10.1)
243+
rb-inotify (0.11.1)
236244
ffi (~> 1.0)
237-
rexml (3.2.6)
245+
rexml (3.4.0)
238246
rouge (3.26.0)
239-
ruby2_keywords (0.0.5)
240-
rubyzip (2.3.2)
247+
rubyzip (2.4.1)
241248
safe_yaml (1.0.5)
242249
sass (3.7.4)
243250
sass-listen (~> 4.0.0)
@@ -247,18 +254,16 @@ GEM
247254
sawyer (0.9.2)
248255
addressable (>= 2.3.5)
249256
faraday (>= 0.17.3, < 3)
250-
simpleidn (0.2.1)
251-
unf (~> 0.1.4)
257+
securerandom (0.4.1)
258+
simpleidn (0.2.3)
252259
terminal-table (1.8.0)
253260
unicode-display_width (~> 1.1, >= 1.1.1)
254261
typhoeus (1.4.1)
255262
ethon (>= 0.9.0)
256263
tzinfo (2.0.6)
257264
concurrent-ruby (~> 1.0)
258-
unf (0.1.4)
259-
unf_ext
260-
unf_ext (0.0.9.1)
261265
unicode-display_width (1.8.0)
266+
uri (1.0.2)
262267
webrick (1.8.1)
263268

264269
PLATFORMS
@@ -273,4 +278,4 @@ DEPENDENCIES
273278
webrick (~> 1.8)
274279

275280
BUNDLED WITH
276-
2.4.21
281+
2.6.3

0 commit comments

Comments
 (0)