Skip to content

Commit 9d196e7

Browse files
authored
Update gem versions in Gemfile.lock (#498)
Updated several gem versions in Gemfile.lock to their latest compatible versions.
1 parent ef013bb commit 9d196e7

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

Gemfile.lock

Lines changed: 15 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.2)
4+
activesupport (8.1.3)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -14,17 +14,17 @@ GEM
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
1616
uri (>= 0.13.1)
17-
addressable (2.8.8)
17+
addressable (2.9.0)
1818
public_suffix (>= 2.0.2, < 8.0)
1919
base64 (0.3.0)
20-
bigdecimal (4.0.1)
20+
bigdecimal (4.1.2)
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.6)
27+
concurrent-ruby (1.3.7)
2828
connection_pool (3.0.2)
2929
csv (3.3.5)
3030
dnsruby (1.73.1)
@@ -39,14 +39,14 @@ GEM
3939
ffi (>= 1.15.0)
4040
logger
4141
eventmachine (1.2.7)
42-
execjs (2.10.0)
43-
faraday (2.14.1)
42+
execjs (2.10.1)
43+
faraday (2.14.3)
4444
faraday-net_http (>= 2.0, < 3.5)
4545
json
4646
logger
47-
faraday-net_http (3.4.2)
47+
faraday-net_http (3.4.4)
4848
net-http (~> 0.5)
49-
ffi (1.17.3)
49+
ffi (1.17.4)
5050
forwardable-extended (2.6.0)
5151
gemoji (4.1.0)
5252
github-pages (232)
@@ -105,7 +105,7 @@ GEM
105105
activesupport (>= 2)
106106
nokogiri (>= 1.4)
107107
http_parser.rb (0.8.1)
108-
i18n (1.14.8)
108+
i18n (1.15.2)
109109
concurrent-ruby (~> 1.0)
110110
jekyll (3.10.0)
111111
addressable (~> 2.4)
@@ -217,7 +217,7 @@ GEM
217217
gemoji (>= 3, < 5)
218218
html-pipeline (~> 2.2)
219219
jekyll (>= 3.0, < 5.0)
220-
json (2.18.1)
220+
json (2.20.0)
221221
kramdown (2.4.0)
222222
rexml
223223
kramdown-parser-gfm (1.1.0)
@@ -234,11 +234,12 @@ GEM
234234
jekyll (>= 3.5, < 5.0)
235235
jekyll-feed (~> 0.9)
236236
jekyll-seo-tag (~> 2.1)
237-
minitest (6.0.1)
237+
minitest (6.0.6)
238+
drb (~> 2.0)
238239
prism (~> 1.5)
239240
net-http (0.9.1)
240241
uri (>= 0.11.1)
241-
nokogiri (1.19.1)
242+
nokogiri (1.19.4)
242243
mini_portile2 (~> 2.8.2)
243244
racc (~> 1.4)
244245
octokit (4.25.1)
@@ -269,8 +270,8 @@ GEM
269270
simpleidn (0.2.3)
270271
terminal-table (1.8.0)
271272
unicode-display_width (~> 1.1, >= 1.1.1)
272-
typhoeus (1.4.1)
273-
ethon (>= 0.9.0)
273+
typhoeus (1.6.0)
274+
ethon (>= 0.18.0)
274275
tzinfo (2.0.6)
275276
concurrent-ruby (~> 1.0)
276277
unicode-display_width (1.8.0)

0 commit comments

Comments
 (0)