Skip to content

Commit 24ea1d4

Browse files
committed
Update dependencies
1 parent 0e435b2 commit 24ea1d4

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

Gemfile.lock

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.3)
4+
activesupport (7.1.3.4)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -11,8 +11,8 @@ GEM
1111
minitest (>= 5.1)
1212
mutex_m
1313
tzinfo (~> 2.0)
14-
addressable (2.8.6)
15-
public_suffix (>= 2.0.2, < 6.0)
14+
addressable (2.8.7)
15+
public_suffix (>= 2.0.2, < 7.0)
1616
base64 (0.2.0)
1717
bigdecimal (3.1.8)
1818
coffee-script (2.4.1)
@@ -21,7 +21,7 @@ GEM
2121
coffee-script-source (1.11.1)
2222
colorator (1.1.0)
2323
commonmarker (0.23.10)
24-
concurrent-ruby (1.3.1)
24+
concurrent-ruby (1.3.3)
2525
connection_pool (2.4.1)
2626
dnsruby (1.72.1)
2727
simpleidn (~> 0.2.1)
@@ -33,11 +33,13 @@ GEM
3333
ffi (>= 1.15.0)
3434
eventmachine (1.2.7)
3535
execjs (2.9.1)
36-
faraday (2.9.0)
36+
faraday (2.9.2)
3737
faraday-net_http (>= 2.0, < 3.2)
3838
faraday-net_http (3.1.0)
3939
net-http
40-
ffi (1.16.3)
40+
ffi (1.17.0-arm64-darwin)
41+
ffi (1.17.0-x86_64-darwin)
42+
ffi (1.17.0-x86_64-linux-gnu)
4143
forwardable-extended (2.6.0)
4244
gemoji (3.0.1)
4345
github-pages (228)
@@ -218,15 +220,15 @@ GEM
218220
jekyll (>= 3.5, < 5.0)
219221
jekyll-feed (~> 0.9)
220222
jekyll-seo-tag (~> 2.1)
221-
minitest (5.23.1)
223+
minitest (5.24.0)
222224
mutex_m (0.2.0)
223225
net-http (0.4.1)
224226
uri
225-
nokogiri (1.16.5-arm64-darwin)
227+
nokogiri (1.16.6-arm64-darwin)
226228
racc (~> 1.4)
227-
nokogiri (1.16.5-x86_64-darwin)
229+
nokogiri (1.16.6-x86_64-darwin)
228230
racc (~> 1.4)
229-
nokogiri (1.16.5-x86_64-linux)
231+
nokogiri (1.16.6-x86_64-linux)
230232
racc (~> 1.4)
231233
octokit (4.25.1)
232234
faraday (>= 1, < 3)
@@ -238,8 +240,8 @@ GEM
238240
rb-fsevent (0.11.2)
239241
rb-inotify (0.11.1)
240242
ffi (~> 1.0)
241-
rexml (3.2.8)
242-
strscan (>= 3.0.9)
243+
rexml (3.3.0)
244+
strscan
243245
rouge (3.26.0)
244246
rubyzip (2.3.2)
245247
safe_yaml (1.0.5)

0 commit comments

Comments
 (0)