Skip to content

Commit 71ab065

Browse files
committed
Update Gemfile.lock re updates
1 parent 9fa824a commit 71ab065

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

Gemfile.lock

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.7.1)
4+
activesupport (7.0.7.2)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 1.6, < 2)
77
minitest (>= 5.1)
88
tzinfo (~> 2.0)
9-
addressable (2.8.1)
9+
addressable (2.8.5)
1010
public_suffix (>= 2.0.2, < 6.0)
11+
base64 (0.1.1)
1112
coffee-script (2.4.1)
1213
coffee-script-source
1314
execjs
1415
coffee-script-source (1.11.1)
1516
colorator (1.1.0)
1617
commonmarker (0.23.10)
1718
concurrent-ruby (1.2.2)
18-
dnsruby (1.61.9)
19-
simpleidn (~> 0.1)
19+
dnsruby (1.70.0)
20+
simpleidn (~> 0.2.1)
2021
em-websocket (0.5.3)
2122
eventmachine (>= 0.12.9)
2223
http_parser.rb (~> 0)
2324
ethon (0.16.0)
2425
ffi (>= 1.15.0)
25-
eventmachine (1.2.7)
26-
execjs (2.8.1)
27-
faraday (2.7.4)
26+
eventmachine (1.2.7-x64-mingw32)
27+
execjs (2.9.1)
28+
faraday (2.7.11)
29+
base64
2830
faraday-net_http (>= 2.0, < 3.1)
2931
ruby2_keywords (>= 0.0.4)
3032
faraday-net_http (3.0.2)
31-
ffi (1.15.5)
32-
ffi (1.15.5-x64-mingw-ucrt)
33+
ffi (1.16.3-x64-mingw32)
3334
forwardable-extended (2.6.0)
3435
gemoji (3.0.1)
3536
github-pages (228)
@@ -210,22 +211,20 @@ GEM
210211
jekyll (>= 3.5, < 5.0)
211212
jekyll-feed (~> 0.9)
212213
jekyll-seo-tag (~> 2.1)
213-
minitest (5.19.0)
214-
nokogiri (1.14.3-x64-mingw-ucrt)
215-
racc (~> 1.4)
216-
nokogiri (1.14.3-x86_64-linux)
214+
minitest (5.20.0)
215+
nokogiri (1.14.5-x64-mingw32)
217216
racc (~> 1.4)
218217
octokit (4.25.1)
219218
faraday (>= 1, < 3)
220219
sawyer (~> 0.9)
221220
pathutil (0.16.2)
222221
forwardable-extended (~> 2.6)
223222
public_suffix (4.0.7)
224-
racc (1.6.2)
223+
racc (1.7.1)
225224
rb-fsevent (0.11.2)
226225
rb-inotify (0.10.1)
227226
ffi (~> 1.0)
228-
rexml (3.2.5)
227+
rexml (3.2.6)
229228
rouge (3.26.0)
230229
ruby2_keywords (0.0.5)
231230
rubyzip (2.3.2)
@@ -246,19 +245,17 @@ GEM
246245
ethon (>= 0.9.0)
247246
tzinfo (2.0.6)
248247
concurrent-ruby (~> 1.0)
249-
tzinfo-data (1.2023.2)
248+
tzinfo-data (1.2023.3)
250249
tzinfo (>= 1.0.0)
251250
unf (0.1.4)
252251
unf_ext
253-
unf_ext (0.0.8.2)
254-
unf_ext (0.0.8.2-x64-mingw-ucrt)
252+
unf_ext (0.0.8.2-x64-mingw32)
255253
unicode-display_width (1.8.0)
256254
wdm (0.1.1)
257255
webrick (1.8.1)
258256

259257
PLATFORMS
260-
x64-mingw-ucrt
261-
x86_64-linux
258+
x64-mingw32
262259

263260
DEPENDENCIES
264261
activesupport (~> 7.0.7.1)

0 commit comments

Comments
 (0)