Skip to content

Commit 658e408

Browse files
chore(deps): update all non-major bundler dependencies (#1221)
* chore(deps): update all non-major bundler dependencies * downgrade sidekiq --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lodewiges <jamestreeg@gmail.com>
1 parent 0eb2bd6 commit 658e408

File tree

2 files changed

+53
-50
lines changed

2 files changed

+53
-50
lines changed

Gemfile

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ source 'https://rubygems.org'
22

33
gem 'active_model_otp', '~> 2.3', '>= 2.3.4'
44
gem 'bcrypt', '~> 3.1.21'
5-
gem 'bootsnap', '~> 1.20.1'
5+
gem 'bootsnap', '~> 1.21.1'
66
gem 'browser', '~> 6.2.0'
77
gem 'cssbundling-rails', '~> 1.4', '>= 1.4.3'
88
gem 'dartsass-rails', '~> 0.5.1'
99
gem 'devise', '~>5.0.0'
1010
gem 'devise-i18n', '~>1.15.0'
1111
gem 'factory_bot_rails', '~> 6.5.1'
12-
gem 'faker', '~> 3.5.3'
13-
gem 'grover', '~> 1.2.4'
12+
gem 'faker', '~> 3.6.0'
13+
gem 'grover', '~> 1.2.6'
1414
gem 'http', '~> 5.3.1'
1515
gem 'jbuilder', '~> 2.14.1'
1616
gem 'jquery-rails', '~> 4.6.1'
@@ -26,22 +26,22 @@ gem 'omniauth-oauth2', '~> 1.9.0'
2626
gem 'paper_trail', '~> 17.0.0'
2727
gem 'paranoia', '~> 3.1.0'
2828
gem 'pg', '~> 1.6.3'
29-
gem 'puma', '~> 7.1.0'
29+
gem 'puma', '~> 7.2.0'
3030
gem 'pundit', '~> 2.5.2'
3131
gem 'rack-attack', '~> 6.8.0'
3232
gem 'rails', '~> 7.2.3'
3333
gem 'rails-i18n', '~> 7.0.10'
3434
gem 'redis', '~> 5.4', '>= 5.4.1'
3535
gem 'rest-client', '~> 2.1.0'
3636
gem 'rqrcode', '~> 3.2'
37-
gem 'sentry-rails', '~> 6.2'
38-
gem 'sentry-ruby', '~> 6.2'
39-
gem 'sentry-sidekiq', '~> 6.2'
37+
gem 'sentry-rails', '~> 6.3'
38+
gem 'sentry-ruby', '~> 6.3'
39+
gem 'sentry-sidekiq', '~> 6.3'
4040
gem 'sidekiq', '~> 8.0.10'
4141
gem 'sidekiq-scheduler', '~> 6.0.1'
4242
gem 'simple_form', '~> 5.4.1'
4343
gem 'sprockets-rails', '~> 3.5', '>= 3.5.2'
44-
gem 'turbo-rails', '~> 2.0', '>= 2.0.20'
44+
gem 'turbo-rails', '~> 2.0', '>= 2.0.23'
4545
gem 'uglifier', '~> 4.2.1'
4646
gem 'validates_timeliness', '~> 7.1.0'
4747

@@ -55,7 +55,7 @@ group :development, :test do
5555
gem 'dotenv-rails', '~> 3.2.0'
5656
gem 'guard-livereload', '~> 2.5.2'
5757
gem 'guard-rspec', '~> 4.7.3', require: false
58-
gem 'pry-byebug', '~> 3.11.0'
58+
gem 'pry-byebug', '~> 3.12.0'
5959
gem 'pry-rails', '~> 0.3.11'
6060
gem 'rb-readline', '~> 0.5.5'
6161
gem 'rspec-rails', '~> 8.0.2'
@@ -64,7 +64,7 @@ end
6464
group :development do
6565
gem 'capistrano-sidekiq', '~> 3.2.0'
6666
gem 'foreman', '~> 0.90.0', require: false
67-
gem 'listen', '~> 3.9.0'
67+
gem 'listen', '~> 3.10.0'
6868
gem 'mina', '~> 1.2.5'
6969
gem 'spring', '~> 4.4.0', require: false
7070
gem 'spring-commands-rspec', '~> 1.0.4', require: false
@@ -74,7 +74,7 @@ end
7474

7575
group :test do
7676
gem 'rails-controller-testing', '~> 1.0.5'
77-
gem 'rubocop', '~> 1.82.1', require: false
77+
gem 'rubocop', '~> 1.84.0', require: false
7878
gem 'rubocop-factory_bot', '~> 2.28.0', require: false
7979
gem 'rubocop-performance', '~> 1.26', '>= 1.26.1', require: false
8080
gem 'rubocop-rails', '~> 2.34', '>= 2.34.3', require: false

Gemfile.lock

Lines changed: 42 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ GEM
9292
rouge (>= 1.0.0)
9393
bigdecimal (3.3.1)
9494
bindex (0.8.1)
95-
bootsnap (1.20.1)
95+
bootsnap (1.21.1)
9696
msgpack (~> 1.2)
9797
brakeman (8.0.1)
9898
racc
@@ -101,7 +101,8 @@ GEM
101101
bullet (8.1.0)
102102
activesupport (>= 3.0.0)
103103
uniform_notifier (~> 1.11)
104-
byebug (12.0.0)
104+
byebug (13.0.0)
105+
reline (>= 0.6.0)
105106
capistrano (3.19.2)
106107
airbrussh (>= 1.0.0)
107108
i18n
@@ -118,7 +119,7 @@ GEM
118119
coderay (1.1.3)
119120
colorize (1.1.0)
120121
concurrent-ruby (1.3.6)
121-
connection_pool (2.5.5)
122+
connection_pool (3.0.2)
122123
crass (1.0.6)
123124
cssbundling-rails (1.4.3)
124125
railties (>= 6.0.0)
@@ -159,15 +160,15 @@ GEM
159160
factory_bot_rails (6.5.1)
160161
factory_bot (~> 6.5)
161162
railties (>= 6.1.0)
162-
faker (3.5.3)
163+
faker (3.6.0)
163164
i18n (>= 1.8.11, < 2)
164165
faraday (2.14.0)
165166
faraday-net_http (>= 2.0, < 3.5)
166167
json
167168
logger
168169
faraday-net_http (3.4.1)
169170
net-http (>= 0.5.0)
170-
ffi (1.17.2-x86_64-linux-gnu)
171+
ffi (1.17.3-x86_64-linux-gnu)
171172
ffi-compiler (1.3.2)
172173
ffi (>= 1.15.5)
173174
rake
@@ -183,7 +184,7 @@ GEM
183184
google-protobuf (4.33.0-x86_64-linux-gnu)
184185
bigdecimal
185186
rake (>= 13)
186-
grover (1.2.4)
187+
grover (1.2.6)
187188
nokogiri (~> 1)
188189
guard (2.19.1)
189190
formatador (>= 0.2.4)
@@ -250,7 +251,8 @@ GEM
250251
kaminari-core (1.2.2)
251252
language_server-protocol (3.17.0.5)
252253
lint_roller (1.1.0)
253-
listen (3.9.0)
254+
listen (3.10.0)
255+
logger
254256
rb-fsevent (~> 0.10, >= 0.10.3)
255257
rb-inotify (~> 0.9, >= 0.9.10)
256258
llhttp-ffi (0.5.1)
@@ -339,27 +341,28 @@ GEM
339341
parallel (1.27.0)
340342
paranoia (3.1.0)
341343
activerecord (>= 7, < 8.2)
342-
parser (3.3.10.0)
344+
parser (3.3.10.1)
343345
ast (~> 2.4.1)
344346
racc
345347
pg (1.6.3-x86_64-linux)
346348
pp (0.6.3)
347349
prettyprint
348350
prettyprint (0.2.0)
349-
prism (1.7.0)
350-
pry (0.15.2)
351+
prism (1.9.0)
352+
pry (0.16.0)
351353
coderay (~> 1.1)
352354
method_source (~> 1.0)
353-
pry-byebug (3.11.0)
354-
byebug (~> 12.0)
355-
pry (>= 0.13, < 0.16)
355+
reline (>= 0.6.0)
356+
pry-byebug (3.12.0)
357+
byebug (~> 13.0)
358+
pry (>= 0.13, < 0.17)
356359
pry-rails (0.3.11)
357360
pry (>= 0.13.0)
358361
psych (5.3.1)
359362
date
360363
stringio
361364
public_suffix (6.0.2)
362-
puma (7.1.0)
365+
puma (7.2.0)
363366
nio4r (~> 2.0)
364367
pundit (2.5.2)
365368
activesupport (>= 3.0.0)
@@ -429,7 +432,7 @@ GEM
429432
tsort
430433
redis (5.4.1)
431434
redis-client (>= 0.22.0)
432-
redis-client (0.26.3)
435+
redis-client (0.26.4)
433436
connection_pool
434437
regexp_parser (2.11.3)
435438
reline (0.6.3)
@@ -471,15 +474,15 @@ GEM
471474
rspec-mocks (~> 3.13)
472475
rspec-support (~> 3.13)
473476
rspec-support (3.13.6)
474-
rubocop (1.82.1)
477+
rubocop (1.84.0)
475478
json (~> 2.3)
476479
language_server-protocol (~> 3.17.0.2)
477480
lint_roller (~> 1.1.0)
478481
parallel (~> 1.10)
479482
parser (>= 3.3.0.2)
480483
rainbow (>= 2.2.2, < 4.0)
481484
regexp_parser (>= 2.9.3, < 3.0)
482-
rubocop-ast (>= 1.48.0, < 2.0)
485+
rubocop-ast (>= 1.49.0, < 2.0)
483486
ruby-progressbar (~> 1.7)
484487
unicode-display_width (>= 2.4.0, < 4.0)
485488
rubocop-ast (1.49.0)
@@ -511,22 +514,22 @@ GEM
511514
sass-embedded (1.93.2-x86_64-linux-gnu)
512515
google-protobuf (~> 4.31)
513516
securerandom (0.4.1)
514-
sentry-rails (6.2.0)
517+
sentry-rails (6.3.0)
515518
railties (>= 5.2.0)
516-
sentry-ruby (~> 6.2.0)
517-
sentry-ruby (6.2.0)
519+
sentry-ruby (~> 6.3.0)
520+
sentry-ruby (6.3.0)
518521
bigdecimal
519522
concurrent-ruby (~> 1.0, >= 1.0.2)
520-
sentry-sidekiq (6.2.0)
521-
sentry-ruby (~> 6.2.0)
523+
sentry-sidekiq (6.3.0)
524+
sentry-ruby (~> 6.3.0)
522525
sidekiq (>= 5.0)
523526
shellany (0.0.1)
524527
sidekiq (8.0.10)
525-
connection_pool (>= 2.5.0)
526-
json (>= 2.9.0)
527-
logger (>= 1.6.2)
528-
rack (>= 3.1.0)
529-
redis-client (>= 0.23.2)
528+
connection_pool (>= 3.0.0)
529+
json (>= 2.16.0)
530+
logger (>= 1.7.0)
531+
rack (>= 3.2.0)
532+
redis-client (>= 0.26.0)
530533
sidekiq-scheduler (6.0.1)
531534
rufus-scheduler (~> 3.2)
532535
sidekiq (>= 7.3, < 9)
@@ -571,7 +574,7 @@ GEM
571574
timeliness (0.5.3)
572575
timeout (0.6.0)
573576
tsort (0.2.0)
574-
turbo-rails (2.0.20)
577+
turbo-rails (2.0.23)
575578
actionpack (>= 7.1.0)
576579
railties (>= 7.1.0)
577580
tzinfo (2.0.6)
@@ -609,7 +612,7 @@ DEPENDENCIES
609612
awesome_print (~> 1.9.2)
610613
bcrypt (~> 3.1.21)
611614
better_errors (~> 2.10.1)
612-
bootsnap (~> 1.20.1)
615+
bootsnap (~> 1.21.1)
613616
brakeman (~> 8.0.1)
614617
browser (~> 6.2.0)
615618
bullet (~> 8.1)
@@ -622,17 +625,17 @@ DEPENDENCIES
622625
devise-i18n (~> 1.15.0)
623626
dotenv-rails (~> 3.2.0)
624627
factory_bot_rails (~> 6.5.1)
625-
faker (~> 3.5.3)
628+
faker (~> 3.6.0)
626629
foreman (~> 0.90.0)
627-
grover (~> 1.2.4)
630+
grover (~> 1.2.6)
628631
guard-livereload (~> 2.5.2)
629632
guard-rspec (~> 4.7.3)
630633
http (~> 5.3.1)
631634
jbuilder (~> 2.14.1)
632635
jquery-rails (~> 4.6.1)
633636
jsbundling-rails (~> 1.3, >= 1.3.1)
634637
kaminari (~> 1.2.2)
635-
listen (~> 3.9.0)
638+
listen (~> 3.10.0)
636639
mina (~> 1.2.5)
637640
mollie-api-ruby (~> 4.18.0)
638641
net-imap (~> 0.6.2)
@@ -644,9 +647,9 @@ DEPENDENCIES
644647
paper_trail (~> 17.0.0)
645648
paranoia (~> 3.1.0)
646649
pg (~> 1.6.3)
647-
pry-byebug (~> 3.11.0)
650+
pry-byebug (~> 3.12.0)
648651
pry-rails (~> 0.3.11)
649-
puma (~> 7.1.0)
652+
puma (~> 7.2.0)
650653
pundit (~> 2.5.2)
651654
rack-attack (~> 6.8.0)
652655
rails (~> 7.2.3)
@@ -657,15 +660,15 @@ DEPENDENCIES
657660
rest-client (~> 2.1.0)
658661
rqrcode (~> 3.2)
659662
rspec-rails (~> 8.0.2)
660-
rubocop (~> 1.82.1)
663+
rubocop (~> 1.84.0)
661664
rubocop-factory_bot (~> 2.28.0)
662665
rubocop-performance (~> 1.26, >= 1.26.1)
663666
rubocop-rails (~> 2.34, >= 2.34.3)
664667
rubocop-rspec (~> 3.9)
665668
rubocop-rspec_rails (~> 2.32)
666-
sentry-rails (~> 6.2)
667-
sentry-ruby (~> 6.2)
668-
sentry-sidekiq (~> 6.2)
669+
sentry-rails (~> 6.3)
670+
sentry-ruby (~> 6.3)
671+
sentry-sidekiq (~> 6.3)
669672
sidekiq (~> 8.0.10)
670673
sidekiq-scheduler (~> 6.0.1)
671674
simple_form (~> 5.4.1)
@@ -677,7 +680,7 @@ DEPENDENCIES
677680
sprockets-rails (~> 3.5, >= 3.5.2)
678681
terminal-notifier-guard (~> 1.7.0)
679682
timecop (~> 0.9.10)
680-
turbo-rails (~> 2.0, >= 2.0.20)
683+
turbo-rails (~> 2.0, >= 2.0.23)
681684
tzinfo-data
682685
uglifier (~> 4.2.1)
683686
validates_timeliness (~> 7.1.0)

0 commit comments

Comments
 (0)