Skip to content

Commit 23ef08b

Browse files
authored
bundle update (#2136)
1 parent d0576c1 commit 23ef08b

File tree

2 files changed

+70
-71
lines changed

2 files changed

+70
-71
lines changed

Gemfile.lock

Lines changed: 68 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -9,67 +9,67 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (7.0.8.4)
13-
actionpack (= 7.0.8.4)
14-
activesupport (= 7.0.8.4)
12+
actioncable (7.0.8.5)
13+
actionpack (= 7.0.8.5)
14+
activesupport (= 7.0.8.5)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
17-
actionmailbox (7.0.8.4)
18-
actionpack (= 7.0.8.4)
19-
activejob (= 7.0.8.4)
20-
activerecord (= 7.0.8.4)
21-
activestorage (= 7.0.8.4)
22-
activesupport (= 7.0.8.4)
17+
actionmailbox (7.0.8.5)
18+
actionpack (= 7.0.8.5)
19+
activejob (= 7.0.8.5)
20+
activerecord (= 7.0.8.5)
21+
activestorage (= 7.0.8.5)
22+
activesupport (= 7.0.8.5)
2323
mail (>= 2.7.1)
2424
net-imap
2525
net-pop
2626
net-smtp
27-
actionmailer (7.0.8.4)
28-
actionpack (= 7.0.8.4)
29-
actionview (= 7.0.8.4)
30-
activejob (= 7.0.8.4)
31-
activesupport (= 7.0.8.4)
27+
actionmailer (7.0.8.5)
28+
actionpack (= 7.0.8.5)
29+
actionview (= 7.0.8.5)
30+
activejob (= 7.0.8.5)
31+
activesupport (= 7.0.8.5)
3232
mail (~> 2.5, >= 2.5.4)
3333
net-imap
3434
net-pop
3535
net-smtp
3636
rails-dom-testing (~> 2.0)
37-
actionpack (7.0.8.4)
38-
actionview (= 7.0.8.4)
39-
activesupport (= 7.0.8.4)
37+
actionpack (7.0.8.5)
38+
actionview (= 7.0.8.5)
39+
activesupport (= 7.0.8.5)
4040
rack (~> 2.0, >= 2.2.4)
4141
rack-test (>= 0.6.3)
4242
rails-dom-testing (~> 2.0)
4343
rails-html-sanitizer (~> 1.0, >= 1.2.0)
44-
actiontext (7.0.8.4)
45-
actionpack (= 7.0.8.4)
46-
activerecord (= 7.0.8.4)
47-
activestorage (= 7.0.8.4)
48-
activesupport (= 7.0.8.4)
44+
actiontext (7.0.8.5)
45+
actionpack (= 7.0.8.5)
46+
activerecord (= 7.0.8.5)
47+
activestorage (= 7.0.8.5)
48+
activesupport (= 7.0.8.5)
4949
globalid (>= 0.6.0)
5050
nokogiri (>= 1.8.5)
51-
actionview (7.0.8.4)
52-
activesupport (= 7.0.8.4)
51+
actionview (7.0.8.5)
52+
activesupport (= 7.0.8.5)
5353
builder (~> 3.1)
5454
erubi (~> 1.4)
5555
rails-dom-testing (~> 2.0)
5656
rails-html-sanitizer (~> 1.1, >= 1.2.0)
57-
activejob (7.0.8.4)
58-
activesupport (= 7.0.8.4)
57+
activejob (7.0.8.5)
58+
activesupport (= 7.0.8.5)
5959
globalid (>= 0.3.6)
60-
activemodel (7.0.8.4)
61-
activesupport (= 7.0.8.4)
62-
activerecord (7.0.8.4)
63-
activemodel (= 7.0.8.4)
64-
activesupport (= 7.0.8.4)
65-
activestorage (7.0.8.4)
66-
actionpack (= 7.0.8.4)
67-
activejob (= 7.0.8.4)
68-
activerecord (= 7.0.8.4)
69-
activesupport (= 7.0.8.4)
60+
activemodel (7.0.8.5)
61+
activesupport (= 7.0.8.5)
62+
activerecord (7.0.8.5)
63+
activemodel (= 7.0.8.5)
64+
activesupport (= 7.0.8.5)
65+
activestorage (7.0.8.5)
66+
actionpack (= 7.0.8.5)
67+
activejob (= 7.0.8.5)
68+
activerecord (= 7.0.8.5)
69+
activesupport (= 7.0.8.5)
7070
marcel (~> 1.0)
7171
mini_mime (>= 1.1.0)
72-
activesupport (7.0.8.4)
72+
activesupport (7.0.8.5)
7373
concurrent-ruby (~> 1.0, >= 1.0.2)
7474
i18n (>= 1.6, < 2)
7575
minitest (>= 5.1)
@@ -116,7 +116,7 @@ GEM
116116
diff-lcs (1.5.1)
117117
docile (1.4.1)
118118
drb (2.2.1)
119-
erb_lint (0.6.0)
119+
erb_lint (0.7.0)
120120
activesupport
121121
better_html (>= 2.0.1)
122122
parser (>= 2.7.1.4)
@@ -138,7 +138,7 @@ GEM
138138
i18n (1.14.6)
139139
concurrent-ruby (~> 1.0)
140140
io-console (0.7.2)
141-
irb (1.14.0)
141+
irb (1.14.1)
142142
rdoc (>= 4.0.0)
143143
reline (>= 0.4.2)
144144
jbuilder (2.13.0)
@@ -165,7 +165,7 @@ GEM
165165
mini_portile2 (2.8.7)
166166
minitest (5.25.1)
167167
mutex_m (0.2.0)
168-
net-imap (0.4.16)
168+
net-imap (0.4.17)
169169
date
170170
net-protocol
171171
net-pop (0.1.2)
@@ -192,33 +192,33 @@ GEM
192192
puma (6.4.3)
193193
nio4r (~> 2.0)
194194
racc (1.8.1)
195-
rack (2.2.9)
195+
rack (2.2.10)
196196
rack-test (2.1.0)
197197
rack (>= 1.3)
198-
rails (7.0.8.4)
199-
actioncable (= 7.0.8.4)
200-
actionmailbox (= 7.0.8.4)
201-
actionmailer (= 7.0.8.4)
202-
actionpack (= 7.0.8.4)
203-
actiontext (= 7.0.8.4)
204-
actionview (= 7.0.8.4)
205-
activejob (= 7.0.8.4)
206-
activemodel (= 7.0.8.4)
207-
activerecord (= 7.0.8.4)
208-
activestorage (= 7.0.8.4)
209-
activesupport (= 7.0.8.4)
198+
rails (7.0.8.5)
199+
actioncable (= 7.0.8.5)
200+
actionmailbox (= 7.0.8.5)
201+
actionmailer (= 7.0.8.5)
202+
actionpack (= 7.0.8.5)
203+
actiontext (= 7.0.8.5)
204+
actionview (= 7.0.8.5)
205+
activejob (= 7.0.8.5)
206+
activemodel (= 7.0.8.5)
207+
activerecord (= 7.0.8.5)
208+
activestorage (= 7.0.8.5)
209+
activesupport (= 7.0.8.5)
210210
bundler (>= 1.15.0)
211-
railties (= 7.0.8.4)
211+
railties (= 7.0.8.5)
212212
rails-dom-testing (2.2.0)
213213
activesupport (>= 5.0.0)
214214
minitest
215215
nokogiri (>= 1.6)
216216
rails-html-sanitizer (1.6.0)
217217
loofah (~> 2.21)
218218
nokogiri (~> 1.14)
219-
railties (7.0.8.4)
220-
actionpack (= 7.0.8.4)
221-
activesupport (= 7.0.8.4)
219+
railties (7.0.8.5)
220+
actionpack (= 7.0.8.5)
221+
activesupport (= 7.0.8.5)
222222
method_source
223223
rake (>= 12.2)
224224
thor (~> 1.0)
@@ -230,13 +230,13 @@ GEM
230230
regexp_parser (2.9.2)
231231
reline (0.5.10)
232232
io-console (~> 0.5)
233-
rexml (3.3.7)
233+
rexml (3.3.8)
234234
rspec-core (3.13.1)
235235
rspec-support (~> 3.13.0)
236236
rspec-expectations (3.13.3)
237237
diff-lcs (>= 1.2.0, < 2.0)
238238
rspec-support (~> 3.13.0)
239-
rspec-mocks (3.13.1)
239+
rspec-mocks (3.13.2)
240240
diff-lcs (>= 1.2.0, < 2.0)
241241
rspec-support (~> 3.13.0)
242242
rspec-rails (5.1.2)
@@ -248,22 +248,21 @@ GEM
248248
rspec-mocks (~> 3.10)
249249
rspec-support (~> 3.10)
250250
rspec-support (3.13.1)
251-
rubocop (1.65.1)
251+
rubocop (1.66.1)
252252
json (~> 2.3)
253253
language_server-protocol (>= 3.17.0)
254254
parallel (~> 1.10)
255255
parser (>= 3.3.0.2)
256256
rainbow (>= 2.2.2, < 4.0)
257257
regexp_parser (>= 2.4, < 3.0)
258-
rexml (>= 3.2.5, < 4.0)
259-
rubocop-ast (>= 1.31.1, < 2.0)
258+
rubocop-ast (>= 1.32.2, < 2.0)
260259
ruby-progressbar (~> 1.7)
261260
unicode-display_width (>= 2.4.0, < 3.0)
262261
rubocop-ast (1.32.3)
263262
parser (>= 3.3.1.0)
264263
rubocop-md (1.2.3)
265264
rubocop (>= 1.45)
266-
rubocop-performance (1.21.1)
265+
rubocop-performance (1.22.1)
267266
rubocop (>= 1.48.1, < 2.0)
268267
rubocop-ast (>= 1.31.1, < 2.0)
269268
ruby-progressbar (1.13.0)
@@ -293,18 +292,18 @@ GEM
293292
actionpack (>= 5.2)
294293
activesupport (>= 5.2)
295294
sprockets (>= 3.0.0)
296-
standard (1.40.0)
295+
standard (1.41.0)
297296
language_server-protocol (~> 3.17.0.2)
298297
lint_roller (~> 1.0)
299-
rubocop (~> 1.65.0)
298+
rubocop (~> 1.66.0)
300299
standard-custom (~> 1.0.0)
301-
standard-performance (~> 1.4)
300+
standard-performance (~> 1.5)
302301
standard-custom (1.0.2)
303302
lint_roller (~> 1.0)
304303
rubocop (~> 1.50)
305-
standard-performance (1.4.0)
304+
standard-performance (1.5.0)
306305
lint_roller (~> 1.1)
307-
rubocop-performance (~> 1.21.0)
306+
rubocop-performance (~> 1.22.0)
308307
stringio (3.1.1)
309308
temple (0.10.3)
310309
terminal-table (3.0.2)
@@ -330,7 +329,7 @@ GEM
330329
yard (0.9.37)
331330
yard-activesupport-concern (0.0.1)
332331
yard (>= 0.8)
333-
zeitwerk (2.6.18)
332+
zeitwerk (2.7.0)
334333

335334
PLATFORMS
336335
ruby

docs/Gemfile.lock

Lines changed: 2 additions & 2 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.1)
4+
activesupport (7.2.1.1)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -247,7 +247,7 @@ GEM
247247
rb-fsevent (0.11.2)
248248
rb-inotify (0.11.1)
249249
ffi (~> 1.0)
250-
rexml (3.3.7)
250+
rexml (3.3.8)
251251
rouge (3.30.0)
252252
rubyzip (2.3.2)
253253
safe_yaml (1.0.5)

0 commit comments

Comments
 (0)