Skip to content

Commit a1b917d

Browse files
committed
Update lockfile for minor, patch
1 parent bd2e5a5 commit a1b917d

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

Diff for: Gemfile.lock

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,32 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.8)
4+
activesupport (7.1.2)
5+
base64
6+
bigdecimal
57
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
connection_pool (>= 2.2.5)
9+
drb
610
i18n (>= 1.6, < 2)
711
minitest (>= 5.1)
12+
mutex_m
813
tzinfo (~> 2.0)
914
addressable (2.8.5)
1015
public_suffix (>= 2.0.2, < 6.0)
11-
base64 (0.1.1)
16+
base64 (0.2.0)
17+
bigdecimal (3.1.4)
1218
coffee-script (2.4.1)
1319
coffee-script-source
1420
execjs
1521
coffee-script-source (1.11.1)
1622
colorator (1.1.0)
1723
commonmarker (0.23.10)
1824
concurrent-ruby (1.2.2)
25+
connection_pool (2.4.1)
1926
dnsruby (1.70.0)
2027
simpleidn (~> 0.2.1)
28+
drb (2.2.0)
29+
ruby2_keywords
2130
em-websocket (0.5.3)
2231
eventmachine (>= 0.12.9)
2332
http_parser.rb (~> 0)
@@ -30,7 +39,7 @@ GEM
3039
faraday-net_http (>= 2.0, < 3.1)
3140
ruby2_keywords (>= 0.0.4)
3241
faraday-net_http (3.0.2)
33-
ffi (1.16.2)
42+
ffi (1.16.3)
3443
forwardable-extended (2.6.0)
3544
gemoji (3.0.1)
3645
github-pages (228)
@@ -207,12 +216,13 @@ GEM
207216
rb-fsevent (~> 0.10, >= 0.10.3)
208217
rb-inotify (~> 0.9, >= 0.9.10)
209218
mercenary (0.3.6)
210-
mini_portile2 (2.8.4)
219+
mini_portile2 (2.8.5)
211220
minima (2.5.1)
212221
jekyll (>= 3.5, < 5.0)
213222
jekyll-feed (~> 0.9)
214223
jekyll-seo-tag (~> 2.1)
215224
minitest (5.20.0)
225+
mutex_m (0.2.0)
216226
nokogiri (1.15.4)
217227
mini_portile2 (~> 2.8.2)
218228
racc (~> 1.4)
@@ -222,7 +232,7 @@ GEM
222232
pathutil (0.16.2)
223233
forwardable-extended (~> 2.6)
224234
public_suffix (4.0.7)
225-
racc (1.7.1)
235+
racc (1.7.3)
226236
rb-fsevent (0.11.2)
227237
rb-inotify (0.10.1)
228238
ffi (~> 1.0)
@@ -249,7 +259,7 @@ GEM
249259
concurrent-ruby (~> 1.0)
250260
unf (0.1.4)
251261
unf_ext
252-
unf_ext (0.0.8.2)
262+
unf_ext (0.0.9)
253263
unicode-display_width (1.8.0)
254264
webrick (1.8.1)
255265

0 commit comments

Comments
 (0)