Skip to content

Commit a0bca85

Browse files
chore(deps): update all non-major bundler dependencies (#1059)
* chore(deps): update all non-major bundler dependencies * Update Gemfile * Update Gemfile * Update Gemfile * generate lock file * Delete app/assets/builds/application.css * Delete app/assets/builds/application.js-[fullhash].map * Delete app/assets/builds/application.js --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: lodewiges <131907615+lodewiges@users.noreply.github.com> Co-authored-by: Lodewiges <jamestreeg@gmail.com>
1 parent 2dbf6de commit a0bca85

2 files changed

Lines changed: 87 additions & 85 deletions

File tree

Gemfile

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

33
gem 'bcrypt', '~> 3.1.20'
4-
gem 'bootsnap', '~> 1.18.4'
4+
gem 'bootsnap', '~> 1.18.6'
55
gem 'browser', '~> 6.2.0'
66
gem 'devise', '~>4.9.4'
77
gem 'devise-i18n', '~>1.13.0'
@@ -13,7 +13,7 @@ gem 'jbuilder', '~> 2.13.0'
1313
gem 'jquery-rails', '~> 4.6.0'
1414
gem 'kaminari', '~> 1.2.2'
1515
gem 'mollie-api-ruby', '~> 4.17.0'
16-
gem 'net-imap', '~> 0.5.7'
16+
gem 'net-imap', '~> 0.5.8'
1717
gem 'net-pop', '~> 0.1.2'
1818
gem 'net-smtp', '~> 0.5.1'
1919
gem 'omniauth', '~> 2.1.3'
@@ -30,58 +30,58 @@ 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'
33-
gem 'sentry-rails', '~> 5.23'
34-
gem 'sentry-ruby', '~> 5.23'
35-
gem 'sentry-sidekiq', '~> 5.23'
33+
gem 'sentry-rails', '~> 5.24'
34+
gem 'sentry-ruby', '~> 5.24'
35+
gem 'sentry-sidekiq', '~> 5.24'
3636
gem 'sidekiq', '~> 7.3.9'
3737
gem 'sidekiq-scheduler', '~> 6.0.1'
3838
gem 'simple_form', '~> 5.3.1'
3939
gem 'turbolinks', '~> 5.2.1'
4040
gem 'uglifier', '~> 4.2.1'
4141
gem 'validates_timeliness', '~> 7.1.0'
4242
gem 'webpacker', '~> 5.4.4'
43-
gem 'wicked_pdf', '~> 2.6.3'
44-
gem 'wkhtmltopdf-binary', '~> 0.12.6.5'
43+
gem 'wicked_pdf', '~> 2.8.2'
44+
gem 'wkhtmltopdf-binary', '~> 0.12.6.9'
4545

4646
group :development, :test do
4747
gem 'awesome_print', '~> 1.9.2'
48-
gem 'better_errors', '~> 2.9.1'
48+
gem 'better_errors', '~> 2.10.1'
4949
gem 'brakeman', '~> 7.0.2', require: false
50-
gem 'bullet', '~> 8.0', '>= 8.0.6'
50+
gem 'bullet', '~> 8.0', '>= 8.0.8'
5151
gem 'colorize', '~> 0.8.1'
5252
gem 'consistency_fail'
5353
gem 'dotenv-rails', '~> 3.1.8'
5454
gem 'guard-livereload', '~> 2.5.2'
5555
gem 'guard-rspec', '~> 4.7.3', require: false
56-
gem 'pry-byebug', '~> 3.10.1'
57-
gem 'pry-rails', '~> 0.3.9'
56+
gem 'pry-byebug', '~> 3.11.0'
57+
gem 'pry-rails', '~> 0.3.11'
5858
gem 'rb-readline', '~> 0.5.5'
59-
gem 'rspec-rails', '~> 6.0.2'
59+
gem 'rspec-rails', '~> 6.1.5'
6060
end
6161

6262
group :development do
6363
gem 'capistrano-sidekiq', '~> 3.0.0'
64-
gem 'foreman', '~> 0.87.2', require: false
65-
gem 'listen', '~> 3.7.1'
64+
gem 'foreman', '~> 0.88.1', require: false
65+
gem 'listen', '~> 3.9.0'
6666
gem 'mina', '~> 1.2.5'
67-
gem 'spring', '~> 2.1.1', require: false
67+
gem 'spring', '~> 4.3.0', require: false
6868
gem 'spring-commands-rspec', '~> 1.0.4', require: false
69-
gem 'spring-watcher-listen', '~> 2.0.1', require: false
69+
gem 'spring-watcher-listen', '~> 2.1.0', require: false
7070
gem 'web-console', '~> 4.2.1'
7171
end
7272

7373
group :test do
7474
gem 'rails-controller-testing', '~> 1.0.5'
75-
gem 'rubocop', '~> 1.75.5', require: false
75+
gem 'rubocop', '~> 1.75.8', require: false
7676
gem 'rubocop-factory_bot', '~> 2.27.1', require: false
7777
gem 'rubocop-performance', '~> 1.25', require: false
78-
gem 'rubocop-rails', '~> 2.31', require: false
79-
gem 'rubocop-rspec', '~> 3.5', require: false
78+
gem 'rubocop-rails', '~> 2.32', require: false
79+
gem 'rubocop-rspec', '~> 3.6', require: false
8080
gem 'rubocop-rspec_rails', '~> 2.31', require: false
81-
gem 'simplecov', '~> 0.21.2', require: false
81+
gem 'simplecov', '~> 0.22.0', require: false
8282
gem 'simplecov-lcov', '~> 0.8.0', require: false
8383
gem 'terminal-notifier-guard', '~> 1.7.0'
84-
gem 'timecop', '~> 0.9.5'
84+
gem 'timecop', '~> 0.9.10'
8585
end
8686

8787
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

Lines changed: 66 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -87,22 +87,22 @@ GEM
8787
base64 (0.3.0)
8888
bcrypt (3.1.20)
8989
benchmark (0.4.0)
90-
better_errors (2.9.1)
91-
coderay (>= 1.0.0)
90+
better_errors (2.10.1)
9291
erubi (>= 1.0.0)
9392
rack (>= 0.9.0)
93+
rouge (>= 1.0.0)
9494
bigdecimal (3.1.9)
9595
bindex (0.8.1)
96-
bootsnap (1.18.4)
96+
bootsnap (1.18.6)
9797
msgpack (~> 1.2)
9898
brakeman (7.0.2)
9999
racc
100100
browser (6.2.0)
101101
builder (3.3.0)
102-
bullet (8.0.6)
102+
bullet (8.0.8)
103103
activesupport (>= 3.0.0)
104104
uniform_notifier (~> 1.11)
105-
byebug (11.1.3)
105+
byebug (12.0.0)
106106
capistrano (3.19.2)
107107
airbrussh (>= 1.0.0)
108108
i18n
@@ -164,7 +164,7 @@ GEM
164164
rake
165165
font-awesome-rails (4.7.0.9)
166166
railties (>= 3.2, < 9.0)
167-
foreman (0.87.2)
167+
foreman (0.88.1)
168168
formatador (1.1.0)
169169
fugit (1.11.1)
170170
et-orbi (~> 1, >= 1.2.11)
@@ -232,7 +232,7 @@ GEM
232232
kaminari-core (1.2.2)
233233
language_server-protocol (3.17.0.4)
234234
lint_roller (1.1.0)
235-
listen (3.7.1)
235+
listen (3.9.0)
236236
rb-fsevent (~> 0.10, >= 0.10.3)
237237
rb-inotify (~> 0.9, >= 0.9.10)
238238
llhttp-ffi (0.5.0)
@@ -327,11 +327,11 @@ GEM
327327
pry (0.14.2)
328328
coderay (~> 1.1)
329329
method_source (~> 1.0)
330-
pry-byebug (3.10.1)
331-
byebug (~> 11.0)
332-
pry (>= 0.13, < 0.15)
333-
pry-rails (0.3.9)
334-
pry (>= 0.10.4)
330+
pry-byebug (3.11.0)
331+
byebug (~> 12.0)
332+
pry (>= 0.13, < 0.16)
333+
pry-rails (0.3.11)
334+
pry (>= 0.13.0)
335335
psych (5.2.5)
336336
date
337337
stringio
@@ -432,28 +432,29 @@ GEM
432432
http-cookie (>= 1.0.2, < 2.0)
433433
mime-types (>= 1.16, < 4.0)
434434
netrc (~> 0.8)
435-
rspec (3.12.0)
436-
rspec-core (~> 3.12.0)
437-
rspec-expectations (~> 3.12.0)
438-
rspec-mocks (~> 3.12.0)
439-
rspec-core (3.12.2)
440-
rspec-support (~> 3.12.0)
441-
rspec-expectations (3.12.3)
435+
rouge (4.5.2)
436+
rspec (3.13.1)
437+
rspec-core (~> 3.13.0)
438+
rspec-expectations (~> 3.13.0)
439+
rspec-mocks (~> 3.13.0)
440+
rspec-core (3.13.4)
441+
rspec-support (~> 3.13.0)
442+
rspec-expectations (3.13.5)
442443
diff-lcs (>= 1.2.0, < 2.0)
443-
rspec-support (~> 3.12.0)
444-
rspec-mocks (3.12.5)
444+
rspec-support (~> 3.13.0)
445+
rspec-mocks (3.13.5)
445446
diff-lcs (>= 1.2.0, < 2.0)
446-
rspec-support (~> 3.12.0)
447-
rspec-rails (6.0.2)
447+
rspec-support (~> 3.13.0)
448+
rspec-rails (6.1.5)
448449
actionpack (>= 6.1)
449450
activesupport (>= 6.1)
450451
railties (>= 6.1)
451-
rspec-core (~> 3.12)
452-
rspec-expectations (~> 3.12)
453-
rspec-mocks (~> 3.12)
454-
rspec-support (~> 3.12)
455-
rspec-support (3.12.0)
456-
rubocop (1.75.5)
452+
rspec-core (~> 3.13)
453+
rspec-expectations (~> 3.13)
454+
rspec-mocks (~> 3.13)
455+
rspec-support (~> 3.13)
456+
rspec-support (3.13.4)
457+
rubocop (1.75.8)
457458
json (~> 2.3)
458459
language_server-protocol (~> 3.17.0.2)
459460
lint_roller (~> 1.1.0)
@@ -474,12 +475,12 @@ GEM
474475
lint_roller (~> 1.1)
475476
rubocop (>= 1.75.0, < 2.0)
476477
rubocop-ast (>= 1.38.0, < 2.0)
477-
rubocop-rails (2.31.0)
478+
rubocop-rails (2.32.0)
478479
activesupport (>= 4.2.0)
479480
lint_roller (~> 1.1)
480481
rack (>= 1.1)
481482
rubocop (>= 1.75.0, < 2.0)
482-
rubocop-ast (>= 1.38.0, < 2.0)
483+
rubocop-ast (>= 1.44.0, < 2.0)
483484
rubocop-rspec (3.6.0)
484485
lint_roller (~> 1.1)
485486
rubocop (~> 1.72, >= 1.72.1)
@@ -501,14 +502,14 @@ GEM
501502
tilt
502503
securerandom (0.4.1)
503504
semantic_range (3.0.0)
504-
sentry-rails (5.23.0)
505+
sentry-rails (5.24.0)
505506
railties (>= 5.0)
506-
sentry-ruby (~> 5.23.0)
507-
sentry-ruby (5.23.0)
507+
sentry-ruby (~> 5.24.0)
508+
sentry-ruby (5.24.0)
508509
bigdecimal
509510
concurrent-ruby (~> 1.0, >= 1.0.2)
510-
sentry-sidekiq (5.23.0)
511-
sentry-ruby (~> 5.23.0)
511+
sentry-sidekiq (5.24.0)
512+
sentry-ruby (~> 5.24.0)
512513
sidekiq (>= 3.0)
513514
shellany (0.0.1)
514515
sidekiq (7.3.9)
@@ -523,19 +524,19 @@ GEM
523524
simple_form (5.3.1)
524525
actionpack (>= 5.2)
525526
activemodel (>= 5.2)
526-
simplecov (0.21.2)
527+
simplecov (0.22.0)
527528
docile (~> 1.1)
528529
simplecov-html (~> 0.11)
529530
simplecov_json_formatter (~> 0.1)
530531
simplecov-html (0.12.3)
531532
simplecov-lcov (0.8.0)
532533
simplecov_json_formatter (0.1.4)
533-
spring (2.1.1)
534+
spring (4.3.0)
534535
spring-commands-rspec (1.0.4)
535536
spring (>= 0.9.1)
536-
spring-watcher-listen (2.0.1)
537+
spring-watcher-listen (2.1.0)
537538
listen (>= 2.7, < 4.0)
538-
spring (>= 1.2, < 3.0)
539+
spring (>= 4)
539540
sprockets (4.0.3)
540541
concurrent-ruby (~> 1.0)
541542
rack (> 1, < 3)
@@ -554,7 +555,7 @@ GEM
554555
terminal-notifier-guard (1.7.0)
555556
thor (1.3.2)
556557
tilt (2.6.0)
557-
timecop (0.9.5)
558+
timecop (0.9.10)
558559
timeliness (0.4.5)
559560
timeout (0.4.3)
560561
turbolinks (5.2.1)
@@ -591,9 +592,10 @@ GEM
591592
base64
592593
websocket-extensions (>= 0.1.0)
593594
websocket-extensions (0.1.5)
594-
wicked_pdf (2.6.3)
595+
wicked_pdf (2.8.2)
595596
activesupport
596-
wkhtmltopdf-binary (0.12.6.5)
597+
ostruct
598+
wkhtmltopdf-binary (0.12.6.9)
597599
zeitwerk (2.7.2)
598600

599601
PLATFORMS
@@ -603,11 +605,11 @@ PLATFORMS
603605
DEPENDENCIES
604606
awesome_print (~> 1.9.2)
605607
bcrypt (~> 3.1.20)
606-
better_errors (~> 2.9.1)
607-
bootsnap (~> 1.18.4)
608+
better_errors (~> 2.10.1)
609+
bootsnap (~> 1.18.6)
608610
brakeman (~> 7.0.2)
609611
browser (~> 6.2.0)
610-
bullet (~> 8.0, >= 8.0.6)
612+
bullet (~> 8.0, >= 8.0.8)
611613
capistrano-sidekiq (~> 3.0.0)
612614
colorize (~> 0.8.1)
613615
consistency_fail
@@ -617,17 +619,17 @@ DEPENDENCIES
617619
factory_bot_rails (~> 6.4.4)
618620
faker (~> 3.5.1)
619621
font-awesome-rails (~> 4.7.0.9)
620-
foreman (~> 0.87.2)
622+
foreman (~> 0.88.1)
621623
guard-livereload (~> 2.5.2)
622624
guard-rspec (~> 4.7.3)
623625
http (~> 5.2.0)
624626
jbuilder (~> 2.13.0)
625627
jquery-rails (~> 4.6.0)
626628
kaminari (~> 1.2.2)
627-
listen (~> 3.7.1)
629+
listen (~> 3.9.0)
628630
mina (~> 1.2.5)
629631
mollie-api-ruby (~> 4.17.0)
630-
net-imap (~> 0.5.7)
632+
net-imap (~> 0.5.8)
631633
net-pop (~> 0.1.2)
632634
net-smtp (~> 0.5.1)
633635
omniauth (~> 2.1.3)
@@ -636,8 +638,8 @@ DEPENDENCIES
636638
paper_trail (~> 16.0.0)
637639
paranoia (~> 3.0.1)
638640
pg (~> 1.5.9)
639-
pry-byebug (~> 3.10.1)
640-
pry-rails (~> 0.3.9)
641+
pry-byebug (~> 3.11.0)
642+
pry-rails (~> 0.3.11)
641643
puma (~> 6.6.0)
642644
pundit (~> 2.5.0)
643645
rack-attack (~> 6.7.0)
@@ -647,35 +649,35 @@ DEPENDENCIES
647649
rb-readline (~> 0.5.5)
648650
redis-rails (~> 5.0.2)
649651
rest-client (~> 2.1.0)
650-
rspec-rails (~> 6.0.2)
651-
rubocop (~> 1.75.5)
652+
rspec-rails (~> 6.1.5)
653+
rubocop (~> 1.75.8)
652654
rubocop-factory_bot (~> 2.27.1)
653655
rubocop-performance (~> 1.25)
654-
rubocop-rails (~> 2.31)
655-
rubocop-rspec (~> 3.5)
656+
rubocop-rails (~> 2.32)
657+
rubocop-rspec (~> 3.6)
656658
rubocop-rspec_rails (~> 2.31)
657659
sassc-rails (~> 2.1.2)
658-
sentry-rails (~> 5.23)
659-
sentry-ruby (~> 5.23)
660-
sentry-sidekiq (~> 5.23)
660+
sentry-rails (~> 5.24)
661+
sentry-ruby (~> 5.24)
662+
sentry-sidekiq (~> 5.24)
661663
sidekiq (~> 7.3.9)
662664
sidekiq-scheduler (~> 6.0.1)
663665
simple_form (~> 5.3.1)
664-
simplecov (~> 0.21.2)
666+
simplecov (~> 0.22.0)
665667
simplecov-lcov (~> 0.8.0)
666-
spring (~> 2.1.1)
668+
spring (~> 4.3.0)
667669
spring-commands-rspec (~> 1.0.4)
668-
spring-watcher-listen (~> 2.0.1)
670+
spring-watcher-listen (~> 2.1.0)
669671
terminal-notifier-guard (~> 1.7.0)
670-
timecop (~> 0.9.5)
672+
timecop (~> 0.9.10)
671673
turbolinks (~> 5.2.1)
672674
tzinfo-data
673675
uglifier (~> 4.2.1)
674676
validates_timeliness (~> 7.1.0)
675677
web-console (~> 4.2.1)
676678
webpacker (~> 5.4.4)
677-
wicked_pdf (~> 2.6.3)
678-
wkhtmltopdf-binary (~> 0.12.6.5)
679+
wicked_pdf (~> 2.8.2)
680+
wkhtmltopdf-binary (~> 0.12.6.9)
679681

680682
BUNDLED WITH
681683
2.6.9

0 commit comments

Comments
 (0)