Skip to content

Commit fd5a032

Browse files
committed
Merge branch 'release/rel-20250221150338'
2 parents cfb4ef5 + 4578aef commit fd5a032

File tree

3 files changed

+47
-37
lines changed

3 files changed

+47
-37
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.1
1+
3.4.2

Gemfile.lock

+45-35
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,15 @@ GEM
132132
railties (>= 4.1.0)
133133
responders
134134
warden (~> 1.2.3)
135-
diff-lcs (1.5.1)
135+
diff-lcs (1.6.0)
136136
dotenv (3.1.7)
137137
dotenv-rails (3.1.7)
138138
dotenv (= 3.1.7)
139139
railties (>= 6.1)
140140
drb (2.2.1)
141141
erubi (1.13.1)
142-
factory_bot (6.5.0)
143-
activesupport (>= 5.0.0)
142+
factory_bot (6.5.1)
143+
activesupport (>= 6.1.0)
144144
factory_bot_rails (6.4.4)
145145
factory_bot (~> 6.5)
146146
railties (>= 5.0.0)
@@ -150,15 +150,16 @@ GEM
150150
i18n (1.14.7)
151151
concurrent-ruby (~> 1.0)
152152
io-console (0.8.0)
153-
irb (1.14.3)
153+
irb (1.15.1)
154+
pp (>= 0.6.0)
154155
rdoc (>= 4.0.0)
155156
reline (>= 0.4.2)
156157
jbuilder (2.13.0)
157158
actionview (>= 5.0.0)
158159
activesupport (>= 5.0.0)
159160
jsbundling-rails (1.3.1)
160161
railties (>= 6.0.0)
161-
json (2.9.1)
162+
json (2.10.1)
162163
kaminari (1.2.2)
163164
activesupport (>= 4.1.0)
164165
kaminari-actionview (= 1.2.2)
@@ -171,8 +172,9 @@ GEM
171172
activerecord
172173
kaminari-core (= 1.2.2)
173174
kaminari-core (1.2.2)
174-
language_server-protocol (3.17.0.3)
175-
logger (1.6.5)
175+
language_server-protocol (3.17.0.4)
176+
lint_roller (1.1.0)
177+
logger (1.6.6)
176178
loofah (2.24.0)
177179
crass (~> 1.0.2)
178180
nokogiri (>= 1.12.0)
@@ -186,7 +188,7 @@ GEM
186188
mini_mime (1.1.5)
187189
mini_portile2 (2.8.8)
188190
minitest (5.25.4)
189-
msgpack (1.7.5)
191+
msgpack (1.8.0)
190192
mysql2 (0.5.6)
191193
net-imap (0.5.6)
192194
date
@@ -195,33 +197,36 @@ GEM
195197
net-protocol
196198
net-protocol (0.2.2)
197199
timeout
198-
net-scp (4.0.0)
200+
net-scp (4.1.0)
199201
net-ssh (>= 2.6.5, < 8.0.0)
200202
net-sftp (4.0.0)
201203
net-ssh (>= 5.0.0, < 8.0.0)
202-
net-smtp (0.5.0)
204+
net-smtp (0.5.1)
203205
net-protocol
204206
net-ssh (7.3.0)
205207
nio4r (2.7.4)
206-
nokogiri (1.18.1)
208+
nokogiri (1.18.3)
207209
mini_portile2 (~> 2.8.2)
208210
racc (~> 1.4)
209211
orm_adapter (0.5.0)
210212
ostruct (0.6.1)
211213
parallel (1.26.3)
212-
parser (3.3.7.0)
214+
parser (3.3.7.1)
213215
ast (~> 2.4.1)
214216
racc
217+
pp (0.6.2)
218+
prettyprint
219+
prettyprint (0.2.0)
215220
propshaft (1.1.0)
216221
actionpack (>= 7.0.0)
217222
activesupport (>= 7.0.0)
218223
rack
219224
railties (>= 7.0.0)
220-
psych (5.2.2)
225+
psych (5.2.3)
221226
date
222227
stringio
223228
public_suffix (6.0.1)
224-
puma (6.5.0)
229+
puma (6.6.0)
225230
nio4r (~> 2.0)
226231
racc (1.8.1)
227232
rack (3.1.10)
@@ -274,28 +279,28 @@ GEM
274279
zeitwerk (~> 2.6)
275280
rainbow (3.1.1)
276281
rake (13.2.1)
277-
ransack (4.2.1)
282+
ransack (4.3.0)
278283
activerecord (>= 6.1.5)
279284
activesupport (>= 6.1.5)
280285
i18n
281-
rdoc (6.11.0)
286+
rdoc (6.12.0)
282287
psych (>= 4.0.0)
283288
regexp_parser (2.10.0)
284289
reline (0.6.0)
285290
io-console (~> 0.5)
286291
responders (3.1.1)
287292
actionpack (>= 5.2)
288293
railties (>= 5.2)
289-
rexml (3.4.0)
290-
rspec-core (3.13.2)
294+
rexml (3.4.1)
295+
rspec-core (3.13.3)
291296
rspec-support (~> 3.13.0)
292297
rspec-expectations (3.13.3)
293298
diff-lcs (>= 1.2.0, < 2.0)
294299
rspec-support (~> 3.13.0)
295300
rspec-mocks (3.13.2)
296301
diff-lcs (>= 1.2.0, < 2.0)
297302
rspec-support (~> 3.13.0)
298-
rspec-rails (7.1.0)
303+
rspec-rails (7.1.1)
299304
actionpack (>= 7.0)
300305
activesupport (>= 7.0)
301306
railties (>= 7.0)
@@ -304,29 +309,33 @@ GEM
304309
rspec-mocks (~> 3.13)
305310
rspec-support (~> 3.13)
306311
rspec-support (3.13.2)
307-
rubocop (1.70.0)
312+
rubocop (1.72.1)
308313
json (~> 2.3)
309-
language_server-protocol (>= 3.17.0)
314+
language_server-protocol (~> 3.17.0.2)
315+
lint_roller (~> 1.1.0)
310316
parallel (~> 1.10)
311317
parser (>= 3.3.0.2)
312318
rainbow (>= 2.2.2, < 4.0)
313319
regexp_parser (>= 2.9.3, < 3.0)
314-
rubocop-ast (>= 1.36.2, < 2.0)
320+
rubocop-ast (>= 1.38.0, < 2.0)
315321
ruby-progressbar (~> 1.7)
316322
unicode-display_width (>= 2.4.0, < 4.0)
317-
rubocop-ast (1.37.0)
323+
rubocop-ast (1.38.0)
318324
parser (>= 3.3.1.0)
319-
rubocop-minitest (0.36.0)
320-
rubocop (>= 1.61, < 2.0)
321-
rubocop-ast (>= 1.31.1, < 2.0)
322-
rubocop-performance (1.23.1)
323-
rubocop (>= 1.48.1, < 2.0)
324-
rubocop-ast (>= 1.31.1, < 2.0)
325-
rubocop-rails (2.29.0)
325+
rubocop-minitest (0.37.1)
326+
lint_roller (~> 1.1)
327+
rubocop (>= 1.72.1, < 2.0)
328+
rubocop-ast (>= 1.38.0, < 2.0)
329+
rubocop-performance (1.24.0)
330+
lint_roller (~> 1.1)
331+
rubocop (>= 1.72.1, < 2.0)
332+
rubocop-ast (>= 1.38.0, < 2.0)
333+
rubocop-rails (2.30.1)
326334
activesupport (>= 4.2.0)
335+
lint_roller (~> 1.1)
327336
rack (>= 1.1)
328-
rubocop (>= 1.52.0, < 2.0)
329-
rubocop-ast (>= 1.31.1, < 2.0)
337+
rubocop (>= 1.72.1, < 2.0)
338+
rubocop-ast (>= 1.38.0, < 2.0)
330339
rubocop-rails-omakase (1.0.0)
331340
rubocop
332341
rubocop-minitest
@@ -337,7 +346,7 @@ GEM
337346
ruby-progressbar (1.13.0)
338347
rubyzip (2.4.1)
339348
securerandom (0.4.1)
340-
selenium-webdriver (4.27.0)
349+
selenium-webdriver (4.28.0)
341350
base64 (~> 0.2)
342351
logger (~> 1.4)
343352
rexml (~> 3.2, >= 3.2.5)
@@ -351,13 +360,14 @@ GEM
351360
actionpack (>= 3.1)
352361
railties (>= 3.1)
353362
slim (>= 3.0, < 6.0, != 5.0.0)
354-
sshkit (1.23.2)
363+
sshkit (1.24.0)
355364
base64
365+
logger
356366
net-scp (>= 1.1.2)
357367
net-sftp (>= 2.1.2)
358368
net-ssh (>= 2.8.0)
359369
ostruct
360-
stringio (3.1.2)
370+
stringio (3.1.3)
361371
temple (0.10.3)
362372
thor (1.3.2)
363373
tilt (2.6.0)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Simple Dashboard
66

77
## Requirements
8-
* Ruby 3.4.1 (ref: [.ruby-version](.ruby-version) )
8+
* Ruby 3.4.2 (ref: [.ruby-version](.ruby-version) )
99
* Node.js 22.13.1 (ref: [.node-version](.node-version) )
1010
* MySQL
1111

0 commit comments

Comments
 (0)