Skip to content

Commit d095c91

Browse files
committed
Updated Genfile and Ruby version.
1 parent a1731c5 commit d095c91

2 files changed

Lines changed: 39 additions & 36 deletions

File tree

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3.4

Gemfile.lock

Lines changed: 38 additions & 36 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.2.2.1)
4+
activesupport (8.0.2.1)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -13,45 +13,47 @@ GEM
1313
minitest (>= 5.1)
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
1617
addressable (2.8.7)
1718
public_suffix (>= 2.0.2, < 7.0)
18-
base64 (0.2.0)
19-
benchmark (0.4.0)
20-
bigdecimal (3.1.9)
19+
base64 (0.3.0)
20+
benchmark (0.4.1)
21+
bigdecimal (3.2.3)
2122
coffee-script (2.4.1)
2223
coffee-script-source
2324
execjs
2425
coffee-script-source (1.12.2)
2526
colorator (1.1.0)
2627
commonmarker (0.23.11)
2728
concurrent-ruby (1.3.5)
28-
connection_pool (2.5.0)
29-
csv (3.3.2)
30-
dnsruby (1.72.3)
31-
base64 (~> 0.2.0)
29+
connection_pool (2.5.4)
30+
csv (3.3.5)
31+
dnsruby (1.73.0)
32+
base64 (>= 0.2)
33+
logger (~> 1.6)
3234
simpleidn (~> 0.2.1)
33-
drb (2.2.1)
35+
drb (2.2.3)
3436
em-websocket (0.5.3)
3537
eventmachine (>= 0.12.9)
3638
http_parser.rb (~> 0)
37-
ethon (0.16.0)
39+
ethon (0.15.0)
3840
ffi (>= 1.15.0)
3941
eventmachine (1.2.7)
4042
execjs (2.10.0)
41-
faraday (2.12.2)
43+
faraday (2.13.4)
4244
faraday-net_http (>= 2.0, < 3.5)
4345
json
4446
logger
45-
faraday-net_http (3.4.0)
47+
faraday-net_http (3.4.1)
4648
net-http (>= 0.5.0)
47-
ffi (1.17.1-aarch64-linux-gnu)
48-
ffi (1.17.1-aarch64-linux-musl)
49-
ffi (1.17.1-arm-linux-gnu)
50-
ffi (1.17.1-arm-linux-musl)
51-
ffi (1.17.1-arm64-darwin)
52-
ffi (1.17.1-x86_64-darwin)
53-
ffi (1.17.1-x86_64-linux-gnu)
54-
ffi (1.17.1-x86_64-linux-musl)
49+
ffi (1.17.2-aarch64-linux-gnu)
50+
ffi (1.17.2-aarch64-linux-musl)
51+
ffi (1.17.2-arm-linux-gnu)
52+
ffi (1.17.2-arm-linux-musl)
53+
ffi (1.17.2-arm64-darwin)
54+
ffi (1.17.2-x86_64-darwin)
55+
ffi (1.17.2-x86_64-linux-gnu)
56+
ffi (1.17.2-x86_64-linux-musl)
5557
forwardable-extended (2.6.0)
5658
gemoji (4.1.0)
5759
github-pages (232)
@@ -110,7 +112,7 @@ GEM
110112
activesupport (>= 2)
111113
nokogiri (>= 1.4)
112114
http_parser.rb (0.8.0)
113-
i18n (1.14.6)
115+
i18n (1.14.7)
114116
concurrent-ruby (~> 1.0)
115117
jekyll (3.10.0)
116118
addressable (~> 2.4)
@@ -222,7 +224,7 @@ GEM
222224
gemoji (>= 3, < 5)
223225
html-pipeline (~> 2.2)
224226
jekyll (>= 3.0, < 5.0)
225-
json (2.9.1)
227+
json (2.13.2)
226228
kramdown (2.4.0)
227229
rexml
228230
kramdown-parser-gfm (1.1.0)
@@ -231,30 +233,30 @@ GEM
231233
listen (3.9.0)
232234
rb-fsevent (~> 0.10, >= 0.10.3)
233235
rb-inotify (~> 0.9, >= 0.9.10)
234-
logger (1.6.5)
236+
logger (1.7.0)
235237
mercenary (0.3.6)
236238
minima (2.5.1)
237239
jekyll (>= 3.5, < 5.0)
238240
jekyll-feed (~> 0.9)
239241
jekyll-seo-tag (~> 2.1)
240-
minitest (5.25.4)
242+
minitest (5.25.5)
241243
net-http (0.6.0)
242244
uri
243-
nokogiri (1.18.1-aarch64-linux-gnu)
245+
nokogiri (1.18.9-aarch64-linux-gnu)
244246
racc (~> 1.4)
245-
nokogiri (1.18.1-aarch64-linux-musl)
247+
nokogiri (1.18.9-aarch64-linux-musl)
246248
racc (~> 1.4)
247-
nokogiri (1.18.1-arm-linux-gnu)
249+
nokogiri (1.18.9-arm-linux-gnu)
248250
racc (~> 1.4)
249-
nokogiri (1.18.1-arm-linux-musl)
251+
nokogiri (1.18.9-arm-linux-musl)
250252
racc (~> 1.4)
251-
nokogiri (1.18.1-arm64-darwin)
253+
nokogiri (1.18.9-arm64-darwin)
252254
racc (~> 1.4)
253-
nokogiri (1.18.1-x86_64-darwin)
255+
nokogiri (1.18.9-x86_64-darwin)
254256
racc (~> 1.4)
255-
nokogiri (1.18.1-x86_64-linux-gnu)
257+
nokogiri (1.18.9-x86_64-linux-gnu)
256258
racc (~> 1.4)
257-
nokogiri (1.18.1-x86_64-linux-musl)
259+
nokogiri (1.18.9-x86_64-linux-musl)
258260
racc (~> 1.4)
259261
octokit (4.25.1)
260262
faraday (>= 1, < 3)
@@ -266,7 +268,7 @@ GEM
266268
rb-fsevent (0.11.2)
267269
rb-inotify (0.11.1)
268270
ffi (~> 1.0)
269-
rexml (3.4.0)
271+
rexml (3.4.3)
270272
rouge (3.30.0)
271273
rubyzip (2.4.1)
272274
safe_yaml (1.0.5)
@@ -282,12 +284,12 @@ GEM
282284
simpleidn (0.2.3)
283285
terminal-table (1.8.0)
284286
unicode-display_width (~> 1.1, >= 1.1.1)
285-
typhoeus (1.4.1)
286-
ethon (>= 0.9.0)
287+
typhoeus (1.5.0)
288+
ethon (>= 0.9.0, < 0.16.0)
287289
tzinfo (2.0.6)
288290
concurrent-ruby (~> 1.0)
289291
unicode-display_width (1.8.0)
290-
uri (1.0.2)
292+
uri (1.0.3)
291293
webrick (1.9.1)
292294

293295
PLATFORMS

0 commit comments

Comments
 (0)