Skip to content

Commit 5635ee4

Browse files
chore(deps): update all non-major bundler dependencies
1 parent b6a0b0e commit 5635ee4

2 files changed

Lines changed: 59 additions & 57 deletions

File tree

Gemfile

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ 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.21.1'
5+
gem 'bootsnap', '~> 1.23.0'
66
gem 'browser', '~> 6.2.0'
77
gem 'cssbundling-rails', '~> 1.4', '>= 1.4.3'
88
gem 'dartsass-rails', '~> 0.5.1'
9-
gem 'devise', '~>5.0.0'
10-
gem 'devise-i18n', '~>1.15.0'
9+
gem 'devise', '~>5.0.1'
10+
gem 'devise-i18n', '~>1.16.0'
1111
gem 'factory_bot_rails', '~> 6.5.1'
1212
gem 'faker', '~> 3.6.0'
13-
gem 'grover', '~> 1.2.6'
13+
gem 'grover', '~> 1.2.8'
1414
gem 'http', '~> 5.3.1'
1515
gem 'jbuilder', '~> 2.14.1'
1616
gem 'jquery-rails', '~> 4.6.1'
1717
gem 'jsbundling-rails', '~> 1.3', '>= 1.3.1'
1818
gem 'kaminari', '~> 1.2.2'
19-
gem 'mollie-api-ruby', '~> 4.18.0'
20-
gem 'net-imap', '~> 0.6.2'
19+
gem 'mollie-api-ruby', '~> 4.19.0'
20+
gem 'net-imap', '~> 0.6.3'
2121
gem 'net-pop', '~> 0.1.2'
2222
gem 'net-smtp', '~> 0.5.1'
2323
gem 'omniauth', '~> 2.1.4'
@@ -34,10 +34,10 @@ 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.3'
38-
gem 'sentry-ruby', '~> 6.3'
39-
gem 'sentry-sidekiq', '~> 6.3'
40-
gem 'sidekiq', '~> 8.0.10'
37+
gem 'sentry-rails', '~> 6.3', '>= 6.3.1'
38+
gem 'sentry-ruby', '~> 6.3', '>= 6.3.1'
39+
gem 'sentry-sidekiq', '~> 6.3', '>= 6.3.1'
40+
gem 'sidekiq', '~> 8.1.1'
4141
gem 'sidekiq-scheduler', '~> 6.0.1'
4242
gem 'simple_form', '~> 5.4.1'
4343
gem 'sprockets-rails', '~> 3.5', '>= 3.5.2'
@@ -48,33 +48,33 @@ gem 'validates_timeliness', '~> 7.1.0'
4848
group :development, :test do
4949
gem 'awesome_print', '~> 1.9.2'
5050
gem 'better_errors', '~> 2.10.1'
51-
gem 'brakeman', '~> 8.0.1', require: false
51+
gem 'brakeman', '~> 8.0.2', require: false
5252
gem 'bullet', '~> 8.1'
5353
gem 'colorize', '~> 1.1.0'
54-
gem 'database_consistency', '~> 2.1.1'
54+
gem 'database_consistency', '~> 2.1.2'
5555
gem 'dotenv-rails', '~> 3.2.0'
5656
gem 'guard-livereload', '~> 2.5.2'
5757
gem 'guard-rspec', '~> 4.7.3', require: false
5858
gem 'pry-byebug', '~> 3.12.0'
5959
gem 'pry-rails', '~> 0.3.11'
6060
gem 'rb-readline', '~> 0.5.5'
61-
gem 'rspec-rails', '~> 8.0.2'
61+
gem 'rspec-rails', '~> 8.0.3'
6262
end
6363

6464
group :development do
6565
gem 'capistrano-sidekiq', '~> 3.2.0'
6666
gem 'foreman', '~> 0.90.0', require: false
6767
gem 'listen', '~> 3.10.0'
6868
gem 'mina', '~> 1.2.5'
69-
gem 'spring', '~> 4.4.0', require: false
69+
gem 'spring', '~> 4.4.2', require: false
7070
gem 'spring-commands-rspec', '~> 1.0.4', require: false
7171
gem 'spring-watcher-listen', '~> 2.1.0', require: false
7272
gem 'web-console', '~> 4.2.1'
7373
end
7474

7575
group :test do
7676
gem 'rails-controller-testing', '~> 1.0.5'
77-
gem 'rubocop', '~> 1.84.0', require: false
77+
gem 'rubocop', '~> 1.84.2', 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: 44 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ GEM
9292
rouge (>= 1.0.0)
9393
bigdecimal (3.3.1)
9494
bindex (0.8.1)
95-
bootsnap (1.21.1)
95+
bootsnap (1.23.0)
9696
msgpack (~> 1.2)
97-
brakeman (8.0.1)
97+
brakeman (8.0.2)
9898
racc
9999
browser (6.2.0)
100100
builder (3.3.0)
@@ -119,24 +119,24 @@ GEM
119119
coderay (1.1.3)
120120
colorize (1.1.0)
121121
concurrent-ruby (1.3.6)
122-
connection_pool (2.5.5)
122+
connection_pool (3.0.2)
123123
crass (1.0.6)
124124
cssbundling-rails (1.4.3)
125125
railties (>= 6.0.0)
126126
dartsass-rails (0.5.1)
127127
railties (>= 6.0.0)
128128
sass-embedded (~> 1.63)
129-
database_consistency (2.1.1)
129+
database_consistency (2.1.2)
130130
activerecord (>= 3.2)
131131
date (3.5.1)
132-
devise (5.0.0)
132+
devise (5.0.1)
133133
bcrypt (~> 3.0)
134134
orm_adapter (~> 0.1)
135135
railties (>= 7.0)
136136
responders
137137
warden (~> 1.2.3)
138-
devise-i18n (1.15.0)
139-
devise (>= 4.9.0)
138+
devise-i18n (1.16.0)
139+
devise (>= 5.0.0)
140140
rails-i18n
141141
diff-lcs (1.6.2)
142142
docile (1.4.1)
@@ -184,7 +184,7 @@ GEM
184184
google-protobuf (4.33.0-x86_64-linux-gnu)
185185
bigdecimal
186186
rake (>= 13)
187-
grover (1.2.6)
187+
grover (1.2.8)
188188
nokogiri (~> 1)
189189
guard (2.19.1)
190190
formatador (>= 0.2.4)
@@ -221,8 +221,9 @@ GEM
221221
i18n (1.14.8)
222222
concurrent-ruby (~> 1.0)
223223
io-console (0.8.2)
224-
irb (1.16.0)
224+
irb (1.17.0)
225225
pp (>= 0.6.0)
226+
prism (>= 1.3.0)
226227
rdoc (>= 4.0.0)
227228
reline (>= 0.4.2)
228229
jbuilder (2.14.1)
@@ -234,7 +235,7 @@ GEM
234235
thor (>= 0.14, < 2.0)
235236
jsbundling-rails (1.3.1)
236237
railties (>= 6.0.0)
237-
json (2.18.0)
238+
json (2.18.1)
238239
jwt (3.1.2)
239240
base64
240241
kaminari (1.2.2)
@@ -280,8 +281,8 @@ GEM
280281
mini_mime (1.1.5)
281282
minitest (6.0.1)
282283
prism (~> 1.5)
283-
mollie-api-ruby (4.18.0)
284-
bigdecimal (~> 3.1, >= 3.1.8)
284+
mollie-api-ruby (4.19.0)
285+
bigdecimal (>= 3.1.8, < 5.0)
285286
ostruct (~> 0.6.0)
286287
msgpack (1.8.0)
287288
multi_json (1.17.0)
@@ -291,7 +292,7 @@ GEM
291292
nenv (0.3.0)
292293
net-http (0.6.0)
293294
uri
294-
net-imap (0.6.2)
295+
net-imap (0.6.3)
295296
date
296297
net-protocol
297298
net-pop (0.1.2)
@@ -307,7 +308,7 @@ GEM
307308
net-ssh (7.3.0)
308309
netrc (0.11.0)
309310
nio4r (2.7.5)
310-
nokogiri (1.19.0-x86_64-linux-gnu)
311+
nokogiri (1.19.1-x86_64-linux-gnu)
311312
racc (~> 1.4)
312313
notiffany (0.1.3)
313314
nenv (~> 0.1)
@@ -341,7 +342,7 @@ GEM
341342
parallel (1.27.0)
342343
paranoia (3.1.0)
343344
activerecord (>= 7, < 8.2)
344-
parser (3.3.10.1)
345+
parser (3.3.10.2)
345346
ast (~> 2.4.1)
346347
racc
347348
pg (1.6.3-x86_64-linux)
@@ -368,7 +369,7 @@ GEM
368369
activesupport (>= 3.0.0)
369370
raabro (1.4.0)
370371
racc (1.8.1)
371-
rack (3.2.4)
372+
rack (3.2.5)
372373
rack-attack (6.8.0)
373374
rack (>= 1.0, < 4)
374375
rack-protection (4.2.1)
@@ -426,7 +427,7 @@ GEM
426427
rb-inotify (0.11.1)
427428
ffi (~> 1.0)
428429
rb-readline (0.5.5)
429-
rdoc (7.1.0)
430+
rdoc (7.2.0)
430431
erb
431432
psych (>= 4.0.0)
432433
tsort
@@ -465,16 +466,16 @@ GEM
465466
rspec-mocks (3.13.7)
466467
diff-lcs (>= 1.2.0, < 2.0)
467468
rspec-support (~> 3.13.0)
468-
rspec-rails (8.0.2)
469+
rspec-rails (8.0.3)
469470
actionpack (>= 7.2)
470471
activesupport (>= 7.2)
471472
railties (>= 7.2)
472473
rspec-core (~> 3.13)
473474
rspec-expectations (~> 3.13)
474475
rspec-mocks (~> 3.13)
475476
rspec-support (~> 3.13)
476-
rspec-support (3.13.6)
477-
rubocop (1.84.0)
477+
rspec-support (3.13.7)
478+
rubocop (1.84.2)
478479
json (~> 2.3)
479480
language_server-protocol (~> 3.17.0.2)
480481
lint_roller (~> 1.1.0)
@@ -514,17 +515,18 @@ GEM
514515
sass-embedded (1.93.2-x86_64-linux-gnu)
515516
google-protobuf (~> 4.31)
516517
securerandom (0.4.1)
517-
sentry-rails (6.3.0)
518+
sentry-rails (6.3.1)
518519
railties (>= 5.2.0)
519-
sentry-ruby (~> 6.3.0)
520-
sentry-ruby (6.3.0)
520+
sentry-ruby (~> 6.3.1)
521+
sentry-ruby (6.3.1)
521522
bigdecimal
522523
concurrent-ruby (~> 1.0, >= 1.0.2)
523-
sentry-sidekiq (6.3.0)
524-
sentry-ruby (~> 6.3.0)
524+
logger
525+
sentry-sidekiq (6.3.1)
526+
sentry-ruby (~> 6.3.1)
525527
sidekiq (>= 5.0)
526528
shellany (0.0.1)
527-
sidekiq (8.0.10)
529+
sidekiq (8.1.1)
528530
connection_pool (>= 3.0.0)
529531
json (>= 2.16.0)
530532
logger (>= 1.7.0)
@@ -546,7 +548,7 @@ GEM
546548
snaky_hash (2.0.3)
547549
hashie (>= 0.1.0, < 6)
548550
version_gem (>= 1.1.8, < 3)
549-
spring (4.4.0)
551+
spring (4.4.2)
550552
spring-commands-rspec (1.0.4)
551553
spring (>= 0.9.1)
552554
spring-watcher-listen (2.1.0)
@@ -612,22 +614,22 @@ DEPENDENCIES
612614
awesome_print (~> 1.9.2)
613615
bcrypt (~> 3.1.21)
614616
better_errors (~> 2.10.1)
615-
bootsnap (~> 1.21.1)
616-
brakeman (~> 8.0.1)
617+
bootsnap (~> 1.23.0)
618+
brakeman (~> 8.0.2)
617619
browser (~> 6.2.0)
618620
bullet (~> 8.1)
619621
capistrano-sidekiq (~> 3.2.0)
620622
colorize (~> 1.1.0)
621623
cssbundling-rails (~> 1.4, >= 1.4.3)
622624
dartsass-rails (~> 0.5.1)
623-
database_consistency (~> 2.1.1)
624-
devise (~> 5.0.0)
625-
devise-i18n (~> 1.15.0)
625+
database_consistency (~> 2.1.2)
626+
devise (~> 5.0.1)
627+
devise-i18n (~> 1.16.0)
626628
dotenv-rails (~> 3.2.0)
627629
factory_bot_rails (~> 6.5.1)
628630
faker (~> 3.6.0)
629631
foreman (~> 0.90.0)
630-
grover (~> 1.2.6)
632+
grover (~> 1.2.8)
631633
guard-livereload (~> 2.5.2)
632634
guard-rspec (~> 4.7.3)
633635
http (~> 5.3.1)
@@ -637,8 +639,8 @@ DEPENDENCIES
637639
kaminari (~> 1.2.2)
638640
listen (~> 3.10.0)
639641
mina (~> 1.2.5)
640-
mollie-api-ruby (~> 4.18.0)
641-
net-imap (~> 0.6.2)
642+
mollie-api-ruby (~> 4.19.0)
643+
net-imap (~> 0.6.3)
642644
net-pop (~> 0.1.2)
643645
net-smtp (~> 0.5.1)
644646
omniauth (~> 2.1.4)
@@ -659,22 +661,22 @@ DEPENDENCIES
659661
redis (~> 5.4, >= 5.4.1)
660662
rest-client (~> 2.1.0)
661663
rqrcode (~> 3.2)
662-
rspec-rails (~> 8.0.2)
663-
rubocop (~> 1.84.0)
664+
rspec-rails (~> 8.0.3)
665+
rubocop (~> 1.84.2)
664666
rubocop-factory_bot (~> 2.28.0)
665667
rubocop-performance (~> 1.26, >= 1.26.1)
666668
rubocop-rails (~> 2.34, >= 2.34.3)
667669
rubocop-rspec (~> 3.9)
668670
rubocop-rspec_rails (~> 2.32)
669-
sentry-rails (~> 6.3)
670-
sentry-ruby (~> 6.3)
671-
sentry-sidekiq (~> 6.3)
672-
sidekiq (~> 8.0.10)
671+
sentry-rails (~> 6.3, >= 6.3.1)
672+
sentry-ruby (~> 6.3, >= 6.3.1)
673+
sentry-sidekiq (~> 6.3, >= 6.3.1)
674+
sidekiq (~> 8.1.1)
673675
sidekiq-scheduler (~> 6.0.1)
674676
simple_form (~> 5.4.1)
675677
simplecov (~> 0.22.0)
676678
simplecov-lcov (~> 0.9.0)
677-
spring (~> 4.4.0)
679+
spring (~> 4.4.2)
678680
spring-commands-rspec (~> 1.0.4)
679681
spring-watcher-listen (~> 2.1.0)
680682
sprockets-rails (~> 3.5, >= 3.5.2)

0 commit comments

Comments
 (0)