Skip to content

Commit b2980e6

Browse files
committed
Update ruby gems
1 parent 5f3422f commit b2980e6

File tree

1 file changed

+76
-73
lines changed

1 file changed

+76
-73
lines changed

Gemfile.lock

Lines changed: 76 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,71 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.2)
5-
actionpack (= 7.1.2)
6-
activesupport (= 7.1.2)
4+
actioncable (7.1.3)
5+
actionpack (= 7.1.3)
6+
activesupport (= 7.1.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.1.2)
11-
actionpack (= 7.1.2)
12-
activejob (= 7.1.2)
13-
activerecord (= 7.1.2)
14-
activestorage (= 7.1.2)
15-
activesupport (= 7.1.2)
10+
actionmailbox (7.1.3)
11+
actionpack (= 7.1.3)
12+
activejob (= 7.1.3)
13+
activerecord (= 7.1.3)
14+
activestorage (= 7.1.3)
15+
activesupport (= 7.1.3)
1616
mail (>= 2.7.1)
1717
net-imap
1818
net-pop
1919
net-smtp
20-
actionmailer (7.1.2)
21-
actionpack (= 7.1.2)
22-
actionview (= 7.1.2)
23-
activejob (= 7.1.2)
24-
activesupport (= 7.1.2)
20+
actionmailer (7.1.3)
21+
actionpack (= 7.1.3)
22+
actionview (= 7.1.3)
23+
activejob (= 7.1.3)
24+
activesupport (= 7.1.3)
2525
mail (~> 2.5, >= 2.5.4)
2626
net-imap
2727
net-pop
2828
net-smtp
2929
rails-dom-testing (~> 2.2)
30-
actionpack (7.1.2)
31-
actionview (= 7.1.2)
32-
activesupport (= 7.1.2)
30+
actionpack (7.1.3)
31+
actionview (= 7.1.3)
32+
activesupport (= 7.1.3)
3333
nokogiri (>= 1.8.5)
3434
racc
3535
rack (>= 2.2.4)
3636
rack-session (>= 1.0.1)
3737
rack-test (>= 0.6.3)
3838
rails-dom-testing (~> 2.2)
3939
rails-html-sanitizer (~> 1.6)
40-
actiontext (7.1.2)
41-
actionpack (= 7.1.2)
42-
activerecord (= 7.1.2)
43-
activestorage (= 7.1.2)
44-
activesupport (= 7.1.2)
40+
actiontext (7.1.3)
41+
actionpack (= 7.1.3)
42+
activerecord (= 7.1.3)
43+
activestorage (= 7.1.3)
44+
activesupport (= 7.1.3)
4545
globalid (>= 0.6.0)
4646
nokogiri (>= 1.8.5)
47-
actionview (7.1.2)
48-
activesupport (= 7.1.2)
47+
actionview (7.1.3)
48+
activesupport (= 7.1.3)
4949
builder (~> 3.1)
5050
erubi (~> 1.11)
5151
rails-dom-testing (~> 2.2)
5252
rails-html-sanitizer (~> 1.6)
53-
activejob (7.1.2)
54-
activesupport (= 7.1.2)
53+
activejob (7.1.3)
54+
activesupport (= 7.1.3)
5555
globalid (>= 0.3.6)
56-
activemodel (7.1.2)
57-
activesupport (= 7.1.2)
58-
activerecord (7.1.2)
59-
activemodel (= 7.1.2)
60-
activesupport (= 7.1.2)
56+
activemodel (7.1.3)
57+
activesupport (= 7.1.3)
58+
activerecord (7.1.3)
59+
activemodel (= 7.1.3)
60+
activesupport (= 7.1.3)
6161
timeout (>= 0.4.0)
62-
activestorage (7.1.2)
63-
actionpack (= 7.1.2)
64-
activejob (= 7.1.2)
65-
activerecord (= 7.1.2)
66-
activesupport (= 7.1.2)
62+
activestorage (7.1.3)
63+
actionpack (= 7.1.3)
64+
activejob (= 7.1.3)
65+
activerecord (= 7.1.3)
66+
activesupport (= 7.1.3)
6767
marcel (~> 1.0)
68-
activesupport (7.1.2)
68+
activesupport (7.1.3)
6969
base64
7070
bigdecimal
7171
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -78,10 +78,10 @@ GEM
7878
addressable (2.8.6)
7979
public_suffix (>= 2.0.2, < 6.0)
8080
base64 (0.2.0)
81-
bigdecimal (3.1.5)
81+
bigdecimal (3.1.6)
8282
builder (3.2.4)
8383
colorator (1.1.0)
84-
concurrent-ruby (1.2.2)
84+
concurrent-ruby (1.2.3)
8585
connection_pool (2.4.1)
8686
crass (1.0.6)
8787
date (3.3.4)
@@ -92,31 +92,30 @@ GEM
9292
http_parser.rb (~> 0)
9393
erubi (1.12.0)
9494
eventmachine (1.2.7)
95-
faraday (2.8.1)
96-
base64
97-
faraday-net_http (>= 2.0, < 3.1)
98-
ruby2_keywords (>= 0.0.4)
99-
faraday-http-cache (2.5.0)
95+
faraday (2.9.0)
96+
faraday-net_http (>= 2.0, < 3.2)
97+
faraday-http-cache (2.5.1)
10098
faraday (>= 0.8)
101-
faraday-net_http (3.0.2)
99+
faraday-net_http (3.1.0)
100+
net-http
102101
ffi (1.16.3)
103102
forwardable-extended (2.6.0)
104103
github_releases (0.0.6)
105104
httparty
106105
rails (>= 4.1)
107106
globalid (1.2.1)
108107
activesupport (>= 6.1)
109-
google-protobuf (3.25.1-x86_64-linux)
108+
google-protobuf (3.25.2-x86_64-linux)
110109
http_parser.rb (0.8.0)
111110
httparty (0.21.0)
112111
mini_mime (>= 1.0.0)
113112
multi_xml (>= 0.5.2)
114113
i18n (1.14.1)
115114
concurrent-ruby (~> 1.0)
116-
io-console (0.7.1)
117-
irb (1.11.0)
115+
io-console (0.7.2)
116+
irb (1.11.1)
118117
rdoc
119-
reline (>= 0.3.8)
118+
reline (>= 0.4.2)
120119
jekyll (4.3.3)
121120
addressable (~> 2.4)
122121
colorator (~> 1.0)
@@ -178,22 +177,25 @@ GEM
178177
jekyll (>= 3.5, < 5.0)
179178
jekyll-feed (~> 0.9)
180179
jekyll-seo-tag (~> 2.1)
181-
minitest (5.20.0)
180+
minitest (5.22.0)
182181
multi_xml (0.6.0)
183182
mutex_m (0.2.0)
184-
net-imap (0.4.9)
183+
net-http (0.4.1)
184+
uri
185+
net-imap (0.4.10)
185186
date
186187
net-protocol
187188
net-pop (0.1.2)
188189
net-protocol
189190
net-protocol (0.2.2)
190191
timeout
191-
net-smtp (0.4.0)
192+
net-smtp (0.4.0.1)
192193
net-protocol
193194
nio4r (2.7.0)
194-
nokogiri (1.16.0-x86_64-linux)
195+
nokogiri (1.16.2-x86_64-linux)
195196
racc (~> 1.4)
196-
octokit (8.0.0)
197+
octokit (8.1.0)
198+
base64
197199
faraday (>= 1, < 3)
198200
sawyer (~> 0.9)
199201
pathutil (0.16.2)
@@ -203,38 +205,38 @@ GEM
203205
stringio
204206
public_suffix (5.0.4)
205207
racc (1.7.3)
206-
rack (3.0.8)
208+
rack (3.0.9)
207209
rack-session (2.0.0)
208210
rack (>= 3.0.0)
209211
rack-test (2.1.0)
210212
rack (>= 1.3)
211213
rackup (2.1.0)
212214
rack (>= 3)
213215
webrick (~> 1.8)
214-
rails (7.1.2)
215-
actioncable (= 7.1.2)
216-
actionmailbox (= 7.1.2)
217-
actionmailer (= 7.1.2)
218-
actionpack (= 7.1.2)
219-
actiontext (= 7.1.2)
220-
actionview (= 7.1.2)
221-
activejob (= 7.1.2)
222-
activemodel (= 7.1.2)
223-
activerecord (= 7.1.2)
224-
activestorage (= 7.1.2)
225-
activesupport (= 7.1.2)
216+
rails (7.1.3)
217+
actioncable (= 7.1.3)
218+
actionmailbox (= 7.1.3)
219+
actionmailer (= 7.1.3)
220+
actionpack (= 7.1.3)
221+
actiontext (= 7.1.3)
222+
actionview (= 7.1.3)
223+
activejob (= 7.1.3)
224+
activemodel (= 7.1.3)
225+
activerecord (= 7.1.3)
226+
activestorage (= 7.1.3)
227+
activesupport (= 7.1.3)
226228
bundler (>= 1.15.0)
227-
railties (= 7.1.2)
229+
railties (= 7.1.3)
228230
rails-dom-testing (2.2.0)
229231
activesupport (>= 5.0.0)
230232
minitest
231233
nokogiri (>= 1.6)
232234
rails-html-sanitizer (1.6.0)
233235
loofah (~> 2.21)
234236
nokogiri (~> 1.14)
235-
railties (7.1.2)
236-
actionpack (= 7.1.2)
237-
activesupport (= 7.1.2)
237+
railties (7.1.3)
238+
actionpack (= 7.1.3)
239+
activesupport (= 7.1.3)
238240
irb
239241
rackup (>= 1.0.0)
240242
rake (>= 12.2)
@@ -246,7 +248,7 @@ GEM
246248
ffi (~> 1.0)
247249
rdoc (6.6.2)
248250
psych (>= 4.0.0)
249-
reline (0.4.1)
251+
reline (0.4.2)
250252
io-console (~> 0.5)
251253
rexml (3.2.6)
252254
rouge (4.2.0)
@@ -266,11 +268,12 @@ GEM
266268
tzinfo (2.0.6)
267269
concurrent-ruby (~> 1.0)
268270
unicode-display_width (2.5.0)
271+
uri (0.13.0)
269272
webrick (1.8.1)
270273
websocket-driver (0.7.6)
271274
websocket-extensions (>= 0.1.0)
272275
websocket-extensions (0.1.5)
273-
zeitwerk (2.6.12)
276+
zeitwerk (2.6.13)
274277

275278
PLATFORMS
276279
x86_64-linux

0 commit comments

Comments
 (0)