Skip to content

Commit 006df08

Browse files
committed
Update gems
1 parent bc05e59 commit 006df08

File tree

1 file changed

+75
-72
lines changed

1 file changed

+75
-72
lines changed

Gemfile.lock

Lines changed: 75 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,73 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.6)
5-
actionpack (= 7.0.6)
6-
activesupport (= 7.0.6)
4+
actioncable (7.0.7.2)
5+
actionpack (= 7.0.7.2)
6+
activesupport (= 7.0.7.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.6)
10-
actionpack (= 7.0.6)
11-
activejob (= 7.0.6)
12-
activerecord (= 7.0.6)
13-
activestorage (= 7.0.6)
14-
activesupport (= 7.0.6)
9+
actionmailbox (7.0.7.2)
10+
actionpack (= 7.0.7.2)
11+
activejob (= 7.0.7.2)
12+
activerecord (= 7.0.7.2)
13+
activestorage (= 7.0.7.2)
14+
activesupport (= 7.0.7.2)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.6)
20-
actionpack (= 7.0.6)
21-
actionview (= 7.0.6)
22-
activejob (= 7.0.6)
23-
activesupport (= 7.0.6)
19+
actionmailer (7.0.7.2)
20+
actionpack (= 7.0.7.2)
21+
actionview (= 7.0.7.2)
22+
activejob (= 7.0.7.2)
23+
activesupport (= 7.0.7.2)
2424
mail (~> 2.5, >= 2.5.4)
2525
net-imap
2626
net-pop
2727
net-smtp
2828
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.6)
30-
actionview (= 7.0.6)
31-
activesupport (= 7.0.6)
29+
actionpack (7.0.7.2)
30+
actionview (= 7.0.7.2)
31+
activesupport (= 7.0.7.2)
3232
rack (~> 2.0, >= 2.2.4)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.6)
37-
actionpack (= 7.0.6)
38-
activerecord (= 7.0.6)
39-
activestorage (= 7.0.6)
40-
activesupport (= 7.0.6)
36+
actiontext (7.0.7.2)
37+
actionpack (= 7.0.7.2)
38+
activerecord (= 7.0.7.2)
39+
activestorage (= 7.0.7.2)
40+
activesupport (= 7.0.7.2)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.6)
44-
activesupport (= 7.0.6)
43+
actionview (7.0.7.2)
44+
activesupport (= 7.0.7.2)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.6)
50-
activesupport (= 7.0.6)
49+
activejob (7.0.7.2)
50+
activesupport (= 7.0.7.2)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.6)
53-
activesupport (= 7.0.6)
54-
activerecord (7.0.6)
55-
activemodel (= 7.0.6)
56-
activesupport (= 7.0.6)
57-
activestorage (7.0.6)
58-
actionpack (= 7.0.6)
59-
activejob (= 7.0.6)
60-
activerecord (= 7.0.6)
61-
activesupport (= 7.0.6)
52+
activemodel (7.0.7.2)
53+
activesupport (= 7.0.7.2)
54+
activerecord (7.0.7.2)
55+
activemodel (= 7.0.7.2)
56+
activesupport (= 7.0.7.2)
57+
activestorage (7.0.7.2)
58+
actionpack (= 7.0.7.2)
59+
activejob (= 7.0.7.2)
60+
activerecord (= 7.0.7.2)
61+
activesupport (= 7.0.7.2)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.6)
64+
activesupport (7.0.7.2)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
6868
tzinfo (~> 2.0)
6969
ast (2.4.2)
70+
base64 (0.1.1)
7071
bcrypt (3.1.19)
7172
bindex (0.8.1)
7273
bootsnap (1.16.0)
@@ -102,14 +103,14 @@ GEM
102103
faye-websocket (0.11.3)
103104
eventmachine (>= 0.12.0)
104105
websocket-driver (>= 0.5.1)
105-
ffaker (2.21.0)
106+
ffaker (2.22.0)
106107
foreman (0.87.2)
107108
globalid (1.1.0)
108109
activesupport (>= 5.0)
109110
hana (1.3.7)
110111
hashie (5.0.0)
111-
hiredis-client (0.15.0)
112-
redis-client (= 0.15.0)
112+
hiredis-client (0.16.0)
113+
redis-client (= 0.16.0)
113114
i18n (1.14.1)
114115
concurrent-ruby (~> 1.0)
115116
importmap-rails (1.2.1)
@@ -122,7 +123,7 @@ GEM
122123
actionview (>= 5.0.0)
123124
activesupport (>= 5.0.0)
124125
json (2.6.3)
125-
json_schemer (1.0.3)
126+
json_schemer (2.0.0)
126127
hana (~> 1.3)
127128
regexp_parser (~> 2.0)
128129
simpleidn (~> 0.2)
@@ -154,14 +155,14 @@ GEM
154155
timeout
155156
net-smtp (0.3.3)
156157
net-protocol
157-
newrelic_rpm (9.3.1)
158+
newrelic_rpm (9.4.2)
158159
nio4r (2.5.9)
159-
nokogiri (1.15.3)
160+
nokogiri (1.15.4)
160161
mini_portile2 (~> 2.8.2)
161162
racc (~> 1.4)
162-
nokogiri (1.15.3-arm64-darwin)
163+
nokogiri (1.15.4-arm64-darwin)
163164
racc (~> 1.4)
164-
nokogiri (1.15.3-x86_64-linux)
165+
nokogiri (1.15.4-x86_64-linux)
165166
racc (~> 1.4)
166167
oauth (1.1.0)
167168
oauth-tty (~> 1.0, >= 1.0.1)
@@ -184,7 +185,7 @@ GEM
184185
permessage_deflate (0.1.4)
185186
pg (1.5.3)
186187
pkg-config (1.5.2)
187-
puma (6.3.0)
188+
puma (6.3.1)
188189
nio4r (~> 2.0)
189190
racc (1.7.1)
190191
rack (2.2.8)
@@ -194,30 +195,30 @@ GEM
194195
rack (>= 1.2.0)
195196
rack-test (2.1.0)
196197
rack (>= 1.3)
197-
rails (7.0.6)
198-
actioncable (= 7.0.6)
199-
actionmailbox (= 7.0.6)
200-
actionmailer (= 7.0.6)
201-
actionpack (= 7.0.6)
202-
actiontext (= 7.0.6)
203-
actionview (= 7.0.6)
204-
activejob (= 7.0.6)
205-
activemodel (= 7.0.6)
206-
activerecord (= 7.0.6)
207-
activestorage (= 7.0.6)
208-
activesupport (= 7.0.6)
198+
rails (7.0.7.2)
199+
actioncable (= 7.0.7.2)
200+
actionmailbox (= 7.0.7.2)
201+
actionmailer (= 7.0.7.2)
202+
actionpack (= 7.0.7.2)
203+
actiontext (= 7.0.7.2)
204+
actionview (= 7.0.7.2)
205+
activejob (= 7.0.7.2)
206+
activemodel (= 7.0.7.2)
207+
activerecord (= 7.0.7.2)
208+
activestorage (= 7.0.7.2)
209+
activesupport (= 7.0.7.2)
209210
bundler (>= 1.15.0)
210-
railties (= 7.0.6)
211+
railties (= 7.0.7.2)
211212
rails-dom-testing (2.2.0)
212213
activesupport (>= 5.0.0)
213214
minitest
214215
nokogiri (>= 1.6)
215216
rails-html-sanitizer (1.6.0)
216217
loofah (~> 2.21)
217218
nokogiri (~> 1.14)
218-
railties (7.0.6)
219-
actionpack (= 7.0.6)
220-
activesupport (= 7.0.6)
219+
railties (7.0.7.2)
220+
actionpack (= 7.0.7.2)
221+
activesupport (= 7.0.7.2)
221222
method_source
222223
rake (>= 12.2)
223224
thor (~> 1.0)
@@ -230,10 +231,10 @@ GEM
230231
rubyzip (~> 2.3)
231232
redis (5.0.7)
232233
redis-client (>= 0.9.0)
233-
redis-client (0.15.0)
234+
redis-client (0.16.0)
234235
connection_pool
235236
regexp_parser (2.8.1)
236-
reline (0.3.7)
237+
reline (0.3.8)
237238
io-console (~> 0.5)
238239
rexml (3.2.6)
239240
rspec-core (3.12.2)
@@ -253,19 +254,21 @@ GEM
253254
rspec-mocks (~> 3.12)
254255
rspec-support (~> 3.12)
255256
rspec-support (3.12.1)
256-
rubocop (1.52.1)
257+
rubocop (1.56.1)
258+
base64 (~> 0.1.1)
257259
json (~> 2.3)
260+
language_server-protocol (>= 3.17.0)
258261
parallel (~> 1.10)
259262
parser (>= 3.2.2.3)
260263
rainbow (>= 2.2.2, < 4.0)
261264
regexp_parser (>= 1.8, < 3.0)
262265
rexml (>= 3.2.5, < 4.0)
263-
rubocop-ast (>= 1.28.0, < 2.0)
266+
rubocop-ast (>= 1.28.1, < 2.0)
264267
ruby-progressbar (~> 1.7)
265268
unicode-display_width (>= 2.4.0, < 3.0)
266269
rubocop-ast (1.29.0)
267270
parser (>= 3.2.1.0)
268-
rubocop-performance (1.18.0)
271+
rubocop-performance (1.19.0)
269272
rubocop (>= 1.7.0, < 2.0)
270273
rubocop-ast (>= 0.4.0)
271274
ruby-prof (1.6.3)
@@ -305,18 +308,18 @@ GEM
305308
activesupport (>= 5.2)
306309
sprockets (>= 3.0.0)
307310
stackprof (0.2.25)
308-
standard (1.30.1)
311+
standard (1.31.0)
309312
language_server-protocol (~> 3.17.0.2)
310313
lint_roller (~> 1.0)
311-
rubocop (~> 1.52.0)
314+
rubocop (~> 1.56.0)
312315
standard-custom (~> 1.0.0)
313-
standard-performance (~> 1.1.0)
316+
standard-performance (~> 1.2)
314317
standard-custom (1.0.2)
315318
lint_roller (~> 1.0)
316319
rubocop (~> 1.50)
317-
standard-performance (1.1.2)
320+
standard-performance (1.2.0)
318321
lint_roller (~> 1.1)
319-
rubocop-performance (~> 1.18.0)
322+
rubocop-performance (~> 1.19.0)
320323
standardrb (1.0.1)
321324
standard
322325
stimulus-rails (1.2.2)

0 commit comments

Comments
 (0)