Skip to content

Commit c5d3e10

Browse files
Lock file maintenance
1 parent 345de25 commit c5d3e10

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

Gemfile.lock

+24-23
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.2)
4+
activesupport (7.1.3.2)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -11,43 +11,42 @@ GEM
1111
minitest (>= 5.1)
1212
mutex_m
1313
tzinfo (~> 2.0)
14-
addressable (2.8.5)
14+
addressable (2.8.6)
1515
public_suffix (>= 2.0.2, < 6.0)
1616
algolia (2.3.4)
1717
faraday (>= 0.15, < 3)
1818
faraday-net_http_persistent (>= 0.15, < 3)
1919
multi_json (~> 1.0)
2020
net-http-persistent
2121
base64 (0.2.0)
22-
bigdecimal (3.1.4)
22+
bigdecimal (3.1.7)
2323
colorator (1.1.0)
24-
concurrent-ruby (1.2.2)
24+
concurrent-ruby (1.2.3)
2525
connection_pool (2.4.1)
26-
drb (2.2.0)
27-
ruby2_keywords
26+
drb (2.2.1)
2827
em-websocket (0.5.3)
2928
eventmachine (>= 0.12.9)
3029
http_parser.rb (~> 0)
3130
eventmachine (1.2.7)
32-
faraday (2.7.12)
33-
base64
34-
faraday-net_http (>= 2.0, < 3.1)
35-
ruby2_keywords (>= 0.0.4)
36-
faraday-net_http (3.0.2)
31+
faraday (2.9.0)
32+
faraday-net_http (>= 2.0, < 3.2)
33+
faraday-net_http (3.1.0)
34+
net-http
3735
faraday-net_http_persistent (2.1.0)
3836
faraday (~> 2.5)
3937
net-http-persistent (~> 4.0)
4038
ffi (1.16.3)
4139
forwardable-extended (2.6.0)
4240
gemoji (4.1.0)
43-
google-protobuf (3.25.1)
41+
google-protobuf (4.26.1)
42+
rake (>= 13)
4443
html-pipeline (2.14.3)
4544
activesupport (>= 2)
4645
nokogiri (>= 1.4)
4746
http_parser.rb (0.8.0)
48-
i18n (1.14.1)
47+
i18n (1.14.4)
4948
concurrent-ruby (~> 1.0)
50-
jekyll (4.3.2)
49+
jekyll (4.3.3)
5150
addressable (~> 2.4)
5251
colorator (~> 1.0)
5352
em-websocket (~> 0.5)
@@ -82,39 +81,41 @@ GEM
8281
kramdown-parser-gfm (1.1.0)
8382
kramdown (~> 2.0)
8483
liquid (4.0.4)
85-
listen (3.8.0)
84+
listen (3.9.0)
8685
rb-fsevent (~> 0.10, >= 0.10.3)
8786
rb-inotify (~> 0.9, >= 0.9.10)
8887
mercenary (0.4.0)
8988
mini_portile2 (2.8.5)
90-
minitest (5.20.0)
89+
minitest (5.22.3)
9190
multi_json (1.15.0)
9291
mutex_m (0.2.0)
92+
net-http (0.4.1)
93+
uri
9394
net-http-persistent (4.0.2)
9495
connection_pool (~> 2.2)
95-
nokogiri (1.15.5)
96+
nokogiri (1.16.3)
9697
mini_portile2 (~> 2.8.2)
9798
racc (~> 1.4)
9899
pathutil (0.16.2)
99100
forwardable-extended (~> 2.6)
100-
public_suffix (5.0.4)
101+
public_suffix (5.0.5)
101102
racc (1.7.3)
102-
rake (13.1.0)
103+
rake (13.2.1)
103104
rb-fsevent (0.11.2)
104105
rb-inotify (0.10.1)
105106
ffi (~> 1.0)
106107
rexml (3.2.6)
107-
rouge (4.2.0)
108-
ruby2_keywords (0.0.5)
108+
rouge (4.2.1)
109109
safe_yaml (1.0.5)
110-
sass-embedded (1.69.5)
111-
google-protobuf (~> 3.23)
110+
sass-embedded (1.74.1)
111+
google-protobuf (>= 3.25, < 5.0)
112112
rake (>= 13.0.0)
113113
terminal-table (3.0.2)
114114
unicode-display_width (>= 1.1.1, < 3)
115115
tzinfo (2.0.6)
116116
concurrent-ruby (~> 1.0)
117117
unicode-display_width (2.5.0)
118+
uri (0.13.0)
118119
webrick (1.8.1)
119120

120121
PLATFORMS

0 commit comments

Comments
 (0)