Skip to content

Commit 0ec4e5f

Browse files
chore(deps): update all non-major bundler dependencies (#1100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 29509cd commit 0ec4e5f

File tree

2 files changed

+81
-76
lines changed

2 files changed

+81
-76
lines changed

Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ gem 'pg', '~> 1.6.2'
2525
gem 'puma', '~> 6.6.1'
2626
gem 'pundit', '~> 2.5.2'
2727
gem 'rack-attack', '~> 6.8.0'
28-
gem 'rails', '~> 7.2.2', '>= 7.2.2.2'
28+
gem 'rails', '~> 7.2.3'
2929
gem 'rails-i18n', '~> 7.0.10'
3030
gem 'redis-rails', '~> 5.0.2'
3131
gem 'rest-client', '~> 2.1.0'
3232
gem 'sassc-rails', '~> 2.1.2'
3333
gem 'sentry-rails', '~> 5.28', '>= 5.28.1'
3434
gem 'sentry-ruby', '~> 5.28', '>= 5.28.1'
3535
gem 'sentry-sidekiq', '~> 5.28', '>= 5.28.1'
36-
gem 'sidekiq', '~> 8.0.8'
36+
gem 'sidekiq', '~> 8.0.9'
3737
gem 'sidekiq-scheduler', '~> 6.0.1'
3838
gem 'simple_form', '~> 5.4.0'
3939
gem 'turbolinks', '~> 5.2.1'
@@ -46,10 +46,10 @@ gem 'wkhtmltopdf-binary', '~> 0.12.6.10'
4646
group :development, :test do
4747
gem 'awesome_print', '~> 1.9.2'
4848
gem 'better_errors', '~> 2.10.1'
49-
gem 'brakeman', '~> 7.1.0', require: false
49+
gem 'brakeman', '~> 7.1.1', require: false
5050
gem 'bullet', '~> 8.1'
5151
gem 'colorize', '~> 1.1.0'
52-
gem 'database_consistency', '~> 2.0.6'
52+
gem 'database_consistency', '~> 2.0.7'
5353
gem 'dotenv-rails', '~> 3.1.8'
5454
gem 'guard-livereload', '~> 2.5.2'
5555
gem 'guard-rspec', '~> 4.7.3', require: false
@@ -72,7 +72,7 @@ end
7272

7373
group :test do
7474
gem 'rails-controller-testing', '~> 1.0.5'
75-
gem 'rubocop', '~> 1.81.6', require: false
75+
gem 'rubocop', '~> 1.81.7', require: false
7676
gem 'rubocop-factory_bot', '~> 2.27.1', require: false
7777
gem 'rubocop-performance', '~> 1.26', '>= 1.26.1', require: false
7878
gem 'rubocop-rails', '~> 2.33', '>= 2.33.4', require: false

Gemfile.lock

Lines changed: 76 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,68 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.2.2)
5-
actionpack (= 7.2.2.2)
6-
activesupport (= 7.2.2.2)
4+
actioncable (7.2.3)
5+
actionpack (= 7.2.3)
6+
activesupport (= 7.2.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.2.2)
11-
actionpack (= 7.2.2.2)
12-
activejob (= 7.2.2.2)
13-
activerecord (= 7.2.2.2)
14-
activestorage (= 7.2.2.2)
15-
activesupport (= 7.2.2.2)
10+
actionmailbox (7.2.3)
11+
actionpack (= 7.2.3)
12+
activejob (= 7.2.3)
13+
activerecord (= 7.2.3)
14+
activestorage (= 7.2.3)
15+
activesupport (= 7.2.3)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.2.2)
18-
actionpack (= 7.2.2.2)
19-
actionview (= 7.2.2.2)
20-
activejob (= 7.2.2.2)
21-
activesupport (= 7.2.2.2)
17+
actionmailer (7.2.3)
18+
actionpack (= 7.2.3)
19+
actionview (= 7.2.3)
20+
activejob (= 7.2.3)
21+
activesupport (= 7.2.3)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.2.2)
25-
actionview (= 7.2.2.2)
26-
activesupport (= 7.2.2.2)
24+
actionpack (7.2.3)
25+
actionview (= 7.2.3)
26+
activesupport (= 7.2.3)
27+
cgi
2728
nokogiri (>= 1.8.5)
2829
racc
29-
rack (>= 2.2.4, < 3.2)
30+
rack (>= 2.2.4, < 3.3)
3031
rack-session (>= 1.0.1)
3132
rack-test (>= 0.6.3)
3233
rails-dom-testing (~> 2.2)
3334
rails-html-sanitizer (~> 1.6)
3435
useragent (~> 0.16)
35-
actiontext (7.2.2.2)
36-
actionpack (= 7.2.2.2)
37-
activerecord (= 7.2.2.2)
38-
activestorage (= 7.2.2.2)
39-
activesupport (= 7.2.2.2)
36+
actiontext (7.2.3)
37+
actionpack (= 7.2.3)
38+
activerecord (= 7.2.3)
39+
activestorage (= 7.2.3)
40+
activesupport (= 7.2.3)
4041
globalid (>= 0.6.0)
4142
nokogiri (>= 1.8.5)
42-
actionview (7.2.2.2)
43-
activesupport (= 7.2.2.2)
43+
actionview (7.2.3)
44+
activesupport (= 7.2.3)
4445
builder (~> 3.1)
46+
cgi
4547
erubi (~> 1.11)
4648
rails-dom-testing (~> 2.2)
4749
rails-html-sanitizer (~> 1.6)
48-
activejob (7.2.2.2)
49-
activesupport (= 7.2.2.2)
50+
activejob (7.2.3)
51+
activesupport (= 7.2.3)
5052
globalid (>= 0.3.6)
51-
activemodel (7.2.2.2)
52-
activesupport (= 7.2.2.2)
53-
activerecord (7.2.2.2)
54-
activemodel (= 7.2.2.2)
55-
activesupport (= 7.2.2.2)
53+
activemodel (7.2.3)
54+
activesupport (= 7.2.3)
55+
activerecord (7.2.3)
56+
activemodel (= 7.2.3)
57+
activesupport (= 7.2.3)
5658
timeout (>= 0.4.0)
57-
activestorage (7.2.2.2)
58-
actionpack (= 7.2.2.2)
59-
activejob (= 7.2.2.2)
60-
activerecord (= 7.2.2.2)
61-
activesupport (= 7.2.2.2)
59+
activestorage (7.2.3)
60+
actionpack (= 7.2.3)
61+
activejob (= 7.2.3)
62+
activerecord (= 7.2.3)
63+
activesupport (= 7.2.3)
6264
marcel (~> 1.0)
63-
activesupport (7.2.2.2)
65+
activesupport (7.2.3)
6466
base64
6567
benchmark (>= 0.3)
6668
bigdecimal
@@ -89,7 +91,7 @@ GEM
8991
bindex (0.8.1)
9092
bootsnap (1.18.6)
9193
msgpack (~> 1.2)
92-
brakeman (7.1.0)
94+
brakeman (7.1.1)
9395
racc
9496
browser (6.2.0)
9597
builder (3.3.0)
@@ -108,12 +110,13 @@ GEM
108110
capistrano (>= 3.9.0)
109111
capistrano-bundler
110112
sidekiq (>= 7.0)
113+
cgi (0.5.0)
111114
coderay (1.1.3)
112115
colorize (1.1.0)
113116
concurrent-ruby (1.3.5)
114117
connection_pool (2.5.4)
115118
crass (1.0.6)
116-
database_consistency (2.0.6)
119+
database_consistency (2.0.7)
117120
activerecord (>= 3.2)
118121
date (3.4.1)
119122
devise (4.9.4)
@@ -136,7 +139,7 @@ GEM
136139
em-websocket (0.5.3)
137140
eventmachine (>= 0.12.9)
138141
http_parser.rb (~> 0)
139-
erb (5.1.1)
142+
erb (5.1.3)
140143
erubi (1.13.1)
141144
et-orbi (1.4.0)
142145
tzinfo
@@ -206,7 +209,7 @@ GEM
206209
i18n (1.14.7)
207210
concurrent-ruby (~> 1.0)
208211
io-console (0.8.1)
209-
irb (1.15.2)
212+
irb (1.15.3)
210213
pp (>= 0.6.0)
211214
rdoc (>= 4.0.0)
212215
reline (>= 0.4.2)
@@ -286,7 +289,7 @@ GEM
286289
net-protocol
287290
net-ssh (7.3.0)
288291
netrc (0.11.0)
289-
nio4r (2.7.4)
292+
nio4r (2.7.5)
290293
nokogiri (1.18.10-x86_64-linux-gnu)
291294
racc (~> 1.4)
292295
notiffany (0.1.3)
@@ -319,7 +322,7 @@ GEM
319322
parallel (1.27.0)
320323
paranoia (3.0.1)
321324
activerecord (>= 6, < 8.1)
322-
parser (3.3.9.0)
325+
parser (3.3.10.0)
323326
ast (~> 2.4.1)
324327
racc
325328
pg (1.6.2-x86_64-linux)
@@ -345,7 +348,7 @@ GEM
345348
activesupport (>= 3.0.0)
346349
raabro (1.4.0)
347350
racc (1.8.1)
348-
rack (3.1.18)
351+
rack (3.1.19)
349352
rack-attack (6.8.0)
350353
rack (>= 1.0, < 4)
351354
rack-protection (4.2.1)
@@ -361,20 +364,20 @@ GEM
361364
rack (>= 1.3)
362365
rackup (2.2.1)
363366
rack (>= 3)
364-
rails (7.2.2.2)
365-
actioncable (= 7.2.2.2)
366-
actionmailbox (= 7.2.2.2)
367-
actionmailer (= 7.2.2.2)
368-
actionpack (= 7.2.2.2)
369-
actiontext (= 7.2.2.2)
370-
actionview (= 7.2.2.2)
371-
activejob (= 7.2.2.2)
372-
activemodel (= 7.2.2.2)
373-
activerecord (= 7.2.2.2)
374-
activestorage (= 7.2.2.2)
375-
activesupport (= 7.2.2.2)
367+
rails (7.2.3)
368+
actioncable (= 7.2.3)
369+
actionmailbox (= 7.2.3)
370+
actionmailer (= 7.2.3)
371+
actionpack (= 7.2.3)
372+
actiontext (= 7.2.3)
373+
actionview (= 7.2.3)
374+
activejob (= 7.2.3)
375+
activemodel (= 7.2.3)
376+
activerecord (= 7.2.3)
377+
activestorage (= 7.2.3)
378+
activesupport (= 7.2.3)
376379
bundler (>= 1.15.0)
377-
railties (= 7.2.2.2)
380+
railties (= 7.2.3)
378381
rails-controller-testing (1.0.5)
379382
actionpack (>= 5.0.1.rc1)
380383
actionview (>= 5.0.1.rc1)
@@ -389,21 +392,23 @@ GEM
389392
rails-i18n (7.0.10)
390393
i18n (>= 0.7, < 2)
391394
railties (>= 6.0.0, < 8)
392-
railties (7.2.2.2)
393-
actionpack (= 7.2.2.2)
394-
activesupport (= 7.2.2.2)
395+
railties (7.2.3)
396+
actionpack (= 7.2.3)
397+
activesupport (= 7.2.3)
398+
cgi
395399
irb (~> 1.13)
396400
rackup (>= 1.0.0)
397401
rake (>= 12.2)
398402
thor (~> 1.0, >= 1.2.2)
403+
tsort (>= 0.2)
399404
zeitwerk (~> 2.6)
400405
rainbow (3.1.1)
401-
rake (13.3.0)
406+
rake (13.3.1)
402407
rb-fsevent (0.11.2)
403408
rb-inotify (0.11.1)
404409
ffi (~> 1.0)
405410
rb-readline (0.5.5)
406-
rdoc (6.15.0)
411+
rdoc (6.15.1)
407412
erb
408413
psych (>= 4.0.0)
409414
tsort
@@ -462,7 +467,7 @@ GEM
462467
rspec-mocks (~> 3.13)
463468
rspec-support (~> 3.13)
464469
rspec-support (3.13.6)
465-
rubocop (1.81.6)
470+
rubocop (1.81.7)
466471
json (~> 2.3)
467472
language_server-protocol (~> 3.17.0.2)
468473
lint_roller (~> 1.1.0)
@@ -519,7 +524,7 @@ GEM
519524
sentry-ruby (~> 5.28.1)
520525
sidekiq (>= 3.0)
521526
shellany (0.0.1)
522-
sidekiq (8.0.8)
527+
sidekiq (8.0.9)
523528
connection_pool (>= 2.5.0)
524529
json (>= 2.9.0)
525530
logger (>= 1.6.2)
@@ -568,7 +573,7 @@ GEM
568573
tilt (2.6.1)
569574
timecop (0.9.10)
570575
timeliness (0.5.3)
571-
timeout (0.4.3)
576+
timeout (0.4.4)
572577
tsort (0.2.0)
573578
turbolinks (5.2.1)
574579
turbolinks-source (~> 5.2)
@@ -617,12 +622,12 @@ DEPENDENCIES
617622
bcrypt (~> 3.1.20)
618623
better_errors (~> 2.10.1)
619624
bootsnap (~> 1.18.6)
620-
brakeman (~> 7.1.0)
625+
brakeman (~> 7.1.1)
621626
browser (~> 6.2.0)
622627
bullet (~> 8.1)
623628
capistrano-sidekiq (~> 3.2.0)
624629
colorize (~> 1.1.0)
625-
database_consistency (~> 2.0.6)
630+
database_consistency (~> 2.0.7)
626631
devise (~> 4.9.4)
627632
devise-i18n (~> 1.15.0)
628633
dotenv-rails (~> 3.1.8)
@@ -653,14 +658,14 @@ DEPENDENCIES
653658
puma (~> 6.6.1)
654659
pundit (~> 2.5.2)
655660
rack-attack (~> 6.8.0)
656-
rails (~> 7.2.2, >= 7.2.2.2)
661+
rails (~> 7.2.3)
657662
rails-controller-testing (~> 1.0.5)
658663
rails-i18n (~> 7.0.10)
659664
rb-readline (~> 0.5.5)
660665
redis-rails (~> 5.0.2)
661666
rest-client (~> 2.1.0)
662667
rspec-rails (~> 8.0.2)
663-
rubocop (~> 1.81.6)
668+
rubocop (~> 1.81.7)
664669
rubocop-factory_bot (~> 2.27.1)
665670
rubocop-performance (~> 1.26, >= 1.26.1)
666671
rubocop-rails (~> 2.33, >= 2.33.4)
@@ -670,7 +675,7 @@ DEPENDENCIES
670675
sentry-rails (~> 5.28, >= 5.28.1)
671676
sentry-ruby (~> 5.28, >= 5.28.1)
672677
sentry-sidekiq (~> 5.28, >= 5.28.1)
673-
sidekiq (~> 8.0.8)
678+
sidekiq (~> 8.0.9)
674679
sidekiq-scheduler (~> 6.0.1)
675680
simple_form (~> 5.4.0)
676681
simplecov (~> 0.22.0)

0 commit comments

Comments
 (0)