Skip to content

Commit dcc0097

Browse files
authored
Merge pull request #84 from de-soot/main
updated bundle gems
2 parents c627f6d + e658a54 commit dcc0097

1 file changed

Lines changed: 20 additions & 14 deletions

File tree

Gemfile.lock

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.1.1)
4+
activesupport (8.1.2)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -17,14 +17,14 @@ GEM
1717
addressable (2.8.8)
1818
public_suffix (>= 2.0.2, < 8.0)
1919
base64 (0.3.0)
20-
bigdecimal (3.3.1)
20+
bigdecimal (4.0.1)
2121
coffee-script (2.4.1)
2222
coffee-script-source
2323
execjs
2424
coffee-script-source (1.12.2)
2525
colorator (1.1.0)
2626
commonmarker (0.23.12)
27-
concurrent-ruby (1.3.5)
27+
concurrent-ruby (1.3.6)
2828
connection_pool (3.0.2)
2929
csv (3.3.5)
3030
dnsruby (1.73.1)
@@ -40,14 +40,14 @@ GEM
4040
logger
4141
eventmachine (1.2.7)
4242
execjs (2.10.0)
43-
faraday (2.14.0)
43+
faraday (2.14.1)
4444
faraday-net_http (>= 2.0, < 3.5)
4545
json
4646
logger
4747
faraday-net_http (3.4.2)
4848
net-http (~> 0.5)
49-
ffi (1.17.2-x64-mingw-ucrt)
50-
ffi (1.17.2-x86_64-linux-gnu)
49+
ffi (1.17.3-x64-mingw-ucrt)
50+
ffi (1.17.3-x86_64-linux-gnu)
5151
forwardable-extended (2.6.0)
5252
gemoji (4.1.0)
5353
github-pages (232)
@@ -105,8 +105,8 @@ GEM
105105
html-pipeline (2.14.3)
106106
activesupport (>= 2)
107107
nokogiri (>= 1.4)
108-
http_parser.rb (0.8.0)
109-
i18n (1.14.7)
108+
http_parser.rb (0.8.1)
109+
i18n (1.14.8)
110110
concurrent-ruby (~> 1.0)
111111
jekyll (3.10.0)
112112
addressable (~> 2.4)
@@ -218,13 +218,14 @@ GEM
218218
gemoji (>= 3, < 5)
219219
html-pipeline (~> 2.2)
220220
jekyll (>= 3.0, < 5.0)
221-
json (2.17.1)
221+
json (2.18.1)
222222
kramdown (2.4.0)
223223
rexml
224224
kramdown-parser-gfm (1.1.0)
225225
kramdown (~> 2.0)
226226
liquid (4.0.4)
227-
listen (3.9.0)
227+
listen (3.10.0)
228+
logger
228229
rb-fsevent (~> 0.10, >= 0.10.3)
229230
rb-inotify (~> 0.9, >= 0.9.10)
230231
logger (1.7.0)
@@ -233,18 +234,20 @@ GEM
233234
jekyll (>= 3.5, < 5.0)
234235
jekyll-feed (~> 0.9)
235236
jekyll-seo-tag (~> 2.1)
236-
minitest (5.26.2)
237-
net-http (0.8.0)
237+
minitest (6.0.1)
238+
prism (~> 1.5)
239+
net-http (0.9.1)
238240
uri (>= 0.11.1)
239-
nokogiri (1.18.10-x64-mingw-ucrt)
241+
nokogiri (1.19.0-x64-mingw-ucrt)
240242
racc (~> 1.4)
241-
nokogiri (1.18.10-x86_64-linux-gnu)
243+
nokogiri (1.19.0-x86_64-linux-gnu)
242244
racc (~> 1.4)
243245
octokit (4.25.1)
244246
faraday (>= 1, < 3)
245247
sawyer (~> 0.9)
246248
pathutil (0.16.2)
247249
forwardable-extended (~> 2.6)
250+
prism (1.9.0)
248251
public_suffix (5.1.1)
249252
racc (1.8.1)
250253
rb-fsevent (0.11.2)
@@ -270,8 +273,11 @@ GEM
270273
ethon (>= 0.9.0)
271274
tzinfo (2.0.6)
272275
concurrent-ruby (~> 1.0)
276+
tzinfo-data (1.2025.3)
277+
tzinfo (>= 1.0.0)
273278
unicode-display_width (1.8.0)
274279
uri (1.1.1)
280+
wdm (0.1.1)
275281
webrick (1.9.2)
276282

277283
PLATFORMS

0 commit comments

Comments
 (0)