Skip to content

Commit 6142577

Browse files
committed
Bump dev deps
1 parent d5b5752 commit 6142577

File tree

1 file changed

+118
-112
lines changed

1 file changed

+118
-112
lines changed

Gemfile.lock

Lines changed: 118 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -9,65 +9,65 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (8.0.1)
13-
actionpack (= 8.0.1)
14-
activesupport (= 8.0.1)
12+
actioncable (8.0.2)
13+
actionpack (= 8.0.2)
14+
activesupport (= 8.0.2)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
1717
zeitwerk (~> 2.6)
18-
actionmailbox (8.0.1)
19-
actionpack (= 8.0.1)
20-
activejob (= 8.0.1)
21-
activerecord (= 8.0.1)
22-
activestorage (= 8.0.1)
23-
activesupport (= 8.0.1)
18+
actionmailbox (8.0.2)
19+
actionpack (= 8.0.2)
20+
activejob (= 8.0.2)
21+
activerecord (= 8.0.2)
22+
activestorage (= 8.0.2)
23+
activesupport (= 8.0.2)
2424
mail (>= 2.8.0)
25-
actionmailer (8.0.1)
26-
actionpack (= 8.0.1)
27-
actionview (= 8.0.1)
28-
activejob (= 8.0.1)
29-
activesupport (= 8.0.1)
25+
actionmailer (8.0.2)
26+
actionpack (= 8.0.2)
27+
actionview (= 8.0.2)
28+
activejob (= 8.0.2)
29+
activesupport (= 8.0.2)
3030
mail (>= 2.8.0)
3131
rails-dom-testing (~> 2.2)
32-
actionpack (8.0.1)
33-
actionview (= 8.0.1)
34-
activesupport (= 8.0.1)
32+
actionpack (8.0.2)
33+
actionview (= 8.0.2)
34+
activesupport (= 8.0.2)
3535
nokogiri (>= 1.8.5)
3636
rack (>= 2.2.4)
3737
rack-session (>= 1.0.1)
3838
rack-test (>= 0.6.3)
3939
rails-dom-testing (~> 2.2)
4040
rails-html-sanitizer (~> 1.6)
4141
useragent (~> 0.16)
42-
actiontext (8.0.1)
43-
actionpack (= 8.0.1)
44-
activerecord (= 8.0.1)
45-
activestorage (= 8.0.1)
46-
activesupport (= 8.0.1)
42+
actiontext (8.0.2)
43+
actionpack (= 8.0.2)
44+
activerecord (= 8.0.2)
45+
activestorage (= 8.0.2)
46+
activesupport (= 8.0.2)
4747
globalid (>= 0.6.0)
4848
nokogiri (>= 1.8.5)
49-
actionview (8.0.1)
50-
activesupport (= 8.0.1)
49+
actionview (8.0.2)
50+
activesupport (= 8.0.2)
5151
builder (~> 3.1)
5252
erubi (~> 1.11)
5353
rails-dom-testing (~> 2.2)
5454
rails-html-sanitizer (~> 1.6)
55-
activejob (8.0.1)
56-
activesupport (= 8.0.1)
55+
activejob (8.0.2)
56+
activesupport (= 8.0.2)
5757
globalid (>= 0.3.6)
58-
activemodel (8.0.1)
59-
activesupport (= 8.0.1)
60-
activerecord (8.0.1)
61-
activemodel (= 8.0.1)
62-
activesupport (= 8.0.1)
58+
activemodel (8.0.2)
59+
activesupport (= 8.0.2)
60+
activerecord (8.0.2)
61+
activemodel (= 8.0.2)
62+
activesupport (= 8.0.2)
6363
timeout (>= 0.4.0)
64-
activestorage (8.0.1)
65-
actionpack (= 8.0.1)
66-
activejob (= 8.0.1)
67-
activerecord (= 8.0.1)
68-
activesupport (= 8.0.1)
64+
activestorage (8.0.2)
65+
actionpack (= 8.0.2)
66+
activejob (= 8.0.2)
67+
activerecord (= 8.0.2)
68+
activesupport (= 8.0.2)
6969
marcel (~> 1.0)
70-
activesupport (8.0.1)
70+
activesupport (8.0.2)
7171
base64
7272
benchmark (>= 0.3)
7373
bigdecimal
@@ -80,32 +80,34 @@ GEM
8080
securerandom (>= 0.3)
8181
tzinfo (~> 2.0, >= 2.0.5)
8282
uri (>= 0.13.1)
83-
ast (2.4.2)
83+
ast (2.4.3)
8484
base64 (0.2.0)
8585
benchmark (0.4.0)
86-
bigdecimal (3.1.8)
86+
bigdecimal (3.1.9)
8787
builder (3.3.0)
88-
concurrent-ruby (1.3.4)
89-
connection_pool (2.4.1)
88+
concurrent-ruby (1.3.5)
89+
connection_pool (2.5.1)
9090
crass (1.0.6)
9191
date (3.4.1)
92-
debug (1.9.2)
92+
debug (1.10.0)
9393
irb (~> 1.10)
9494
reline (>= 0.3.8)
9595
drb (2.2.1)
96-
erubi (1.13.0)
96+
erubi (1.13.1)
9797
globalid (1.2.1)
9898
activesupport (>= 6.1)
99-
i18n (1.14.6)
99+
i18n (1.14.7)
100100
concurrent-ruby (~> 1.0)
101101
io-console (0.8.0)
102-
irb (1.14.2)
102+
irb (1.15.2)
103+
pp (>= 0.6.0)
103104
rdoc (>= 4.0.0)
104105
reline (>= 0.4.2)
105-
json (2.9.0)
106-
language_server-protocol (3.17.0.3)
107-
logger (1.6.3)
108-
loofah (2.23.1)
106+
json (2.10.2)
107+
language_server-protocol (3.17.0.4)
108+
lint_roller (1.1.0)
109+
logger (1.7.0)
110+
loofah (2.24.0)
109111
crass (~> 1.0.2)
110112
nokogiri (>= 1.12.0)
111113
mail (2.8.1)
@@ -116,131 +118,135 @@ GEM
116118
marcel (1.0.4)
117119
mini_mime (1.1.5)
118120
mini_portile2 (2.8.8)
119-
minitest (5.25.4)
120-
net-imap (0.5.2)
121+
minitest (5.25.5)
122+
net-imap (0.5.6)
121123
date
122124
net-protocol
123125
net-pop (0.1.2)
124126
net-protocol
125127
net-protocol (0.2.2)
126128
timeout
127-
net-smtp (0.5.0)
129+
net-smtp (0.5.1)
128130
net-protocol
129131
nio4r (2.7.4)
130-
nokogiri (1.17.2)
132+
nokogiri (1.18.7)
131133
mini_portile2 (~> 2.8.2)
132134
racc (~> 1.4)
133-
nokogiri (1.17.2-aarch64-linux)
135+
nokogiri (1.18.7-aarch64-linux-gnu)
134136
racc (~> 1.4)
135-
nokogiri (1.17.2-arm-linux)
137+
nokogiri (1.18.7-arm-linux-gnu)
136138
racc (~> 1.4)
137-
nokogiri (1.17.2-arm64-darwin)
139+
nokogiri (1.18.7-arm64-darwin)
138140
racc (~> 1.4)
139-
nokogiri (1.17.2-x86-linux)
141+
nokogiri (1.18.7-x86_64-darwin)
140142
racc (~> 1.4)
141-
nokogiri (1.17.2-x86_64-darwin)
143+
nokogiri (1.18.7-x86_64-linux-gnu)
142144
racc (~> 1.4)
143-
nokogiri (1.17.2-x86_64-linux)
144-
racc (~> 1.4)
145-
parallel (1.26.3)
146-
parser (3.3.6.0)
145+
parallel (1.27.0)
146+
parser (3.3.8.0)
147147
ast (~> 2.4.1)
148148
racc
149-
psych (5.2.1)
149+
pp (0.6.2)
150+
prettyprint
151+
prettyprint (0.2.0)
152+
prism (1.4.0)
153+
psych (5.2.3)
150154
date
151155
stringio
152156
racc (1.8.1)
153-
rack (3.1.8)
154-
rack-session (2.0.0)
157+
rack (3.1.13)
158+
rack-session (2.1.0)
159+
base64 (>= 0.1.0)
155160
rack (>= 3.0.0)
156-
rack-test (2.1.0)
161+
rack-test (2.2.0)
157162
rack (>= 1.3)
158163
rackup (2.2.1)
159164
rack (>= 3)
160-
rails (8.0.1)
161-
actioncable (= 8.0.1)
162-
actionmailbox (= 8.0.1)
163-
actionmailer (= 8.0.1)
164-
actionpack (= 8.0.1)
165-
actiontext (= 8.0.1)
166-
actionview (= 8.0.1)
167-
activejob (= 8.0.1)
168-
activemodel (= 8.0.1)
169-
activerecord (= 8.0.1)
170-
activestorage (= 8.0.1)
171-
activesupport (= 8.0.1)
165+
rails (8.0.2)
166+
actioncable (= 8.0.2)
167+
actionmailbox (= 8.0.2)
168+
actionmailer (= 8.0.2)
169+
actionpack (= 8.0.2)
170+
actiontext (= 8.0.2)
171+
actionview (= 8.0.2)
172+
activejob (= 8.0.2)
173+
activemodel (= 8.0.2)
174+
activerecord (= 8.0.2)
175+
activestorage (= 8.0.2)
176+
activesupport (= 8.0.2)
172177
bundler (>= 1.15.0)
173-
railties (= 8.0.1)
178+
railties (= 8.0.2)
174179
rails-dom-testing (2.2.0)
175180
activesupport (>= 5.0.0)
176181
minitest
177182
nokogiri (>= 1.6)
178183
rails-html-sanitizer (1.6.2)
179184
loofah (~> 2.21)
180185
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
181-
railties (8.0.1)
182-
actionpack (= 8.0.1)
183-
activesupport (= 8.0.1)
186+
railties (8.0.2)
187+
actionpack (= 8.0.2)
188+
activesupport (= 8.0.2)
184189
irb (~> 1.13)
185190
rackup (>= 1.0.0)
186191
rake (>= 12.2)
187192
thor (~> 1.0, >= 1.2.2)
188193
zeitwerk (~> 2.6)
189194
rainbow (3.1.1)
190195
rake (13.2.1)
191-
rdoc (6.9.1)
196+
rdoc (6.13.1)
192197
psych (>= 4.0.0)
193-
redis (5.3.0)
198+
redis (5.4.0)
194199
redis-client (>= 0.22.0)
195-
redis-client (0.23.0)
200+
redis-client (0.24.0)
196201
connection_pool
197-
regexp_parser (2.9.3)
198-
reline (0.6.0)
202+
regexp_parser (2.10.0)
203+
reline (0.6.1)
199204
io-console (~> 0.5)
200-
rubocop (1.69.2)
205+
rubocop (1.75.2)
201206
json (~> 2.3)
202-
language_server-protocol (>= 3.17.0)
207+
language_server-protocol (~> 3.17.0.2)
208+
lint_roller (~> 1.1.0)
203209
parallel (~> 1.10)
204210
parser (>= 3.3.0.2)
205211
rainbow (>= 2.2.2, < 4.0)
206212
regexp_parser (>= 2.9.3, < 3.0)
207-
rubocop-ast (>= 1.36.2, < 2.0)
213+
rubocop-ast (>= 1.44.0, < 2.0)
208214
ruby-progressbar (~> 1.7)
209215
unicode-display_width (>= 2.4.0, < 4.0)
210-
rubocop-ast (1.37.0)
211-
parser (>= 3.3.1.0)
212-
rubocop-minitest (0.36.0)
213-
rubocop (>= 1.61, < 2.0)
214-
rubocop-ast (>= 1.31.1, < 2.0)
215-
rubocop-performance (1.23.0)
216-
rubocop (>= 1.48.1, < 2.0)
217-
rubocop-ast (>= 1.31.1, < 2.0)
218-
rubocop-rails (2.27.0)
216+
rubocop-ast (1.44.1)
217+
parser (>= 3.3.7.2)
218+
prism (~> 1.4)
219+
rubocop-performance (1.25.0)
220+
lint_roller (~> 1.1)
221+
rubocop (>= 1.75.0, < 2.0)
222+
rubocop-ast (>= 1.38.0, < 2.0)
223+
rubocop-rails (2.31.0)
219224
activesupport (>= 4.2.0)
225+
lint_roller (~> 1.1)
220226
rack (>= 1.1)
221-
rubocop (>= 1.52.0, < 2.0)
222-
rubocop-ast (>= 1.31.1, < 2.0)
223-
rubocop-rails-omakase (1.0.0)
224-
rubocop
225-
rubocop-minitest
226-
rubocop-performance
227-
rubocop-rails
227+
rubocop (>= 1.75.0, < 2.0)
228+
rubocop-ast (>= 1.38.0, < 2.0)
229+
rubocop-rails-omakase (1.1.0)
230+
rubocop (>= 1.72)
231+
rubocop-performance (>= 1.24)
232+
rubocop-rails (>= 2.30)
228233
ruby-progressbar (1.13.0)
229234
securerandom (0.4.1)
230-
stringio (3.1.2)
235+
stringio (3.1.6)
231236
thor (1.3.2)
232237
timeout (0.4.3)
233238
tzinfo (2.0.6)
234239
concurrent-ruby (~> 1.0)
235-
unicode-display_width (3.1.2)
240+
unicode-display_width (3.1.4)
236241
unicode-emoji (~> 4.0, >= 4.0.4)
237242
unicode-emoji (4.0.4)
238-
uri (1.0.2)
243+
uri (1.0.3)
239244
useragent (0.16.11)
240-
websocket-driver (0.7.6)
245+
websocket-driver (0.7.7)
246+
base64
241247
websocket-extensions (>= 0.1.0)
242248
websocket-extensions (0.1.5)
243-
zeitwerk (2.7.1)
249+
zeitwerk (2.7.2)
244250

245251
PLATFORMS
246252
aarch64-linux
@@ -259,4 +265,4 @@ DEPENDENCIES
259265
rubocop-rails-omakase
260266

261267
BUNDLED WITH
262-
2.6.0
268+
2.6.8

0 commit comments

Comments
 (0)