Skip to content

Commit 86a93ea

Browse files
chore(deps): update all non-major bundler dependencies (#1195)
* chore(deps): update all non-major bundler dependencies * try something * give it another shot * fix lint * make it a seperate file * give this another go * use + teken * Downgrade connection_pool gem version Downgrade connection_pool gem from 3.0.2 to 2.5.5 * Refactor cache_store configuration to use Redis * Remove extra newline in application.rb * Change Sidekiq Redis URL configuration Update Sidekiq configuration to use Rails cable URL. * Downgrade sidekiq to version 8.0.10 Downgrade sidekiq from version 8.1.0 to 8.0.10 and update dependencies. * Downgrade sidekiq gem version to 8.0.10 * Downgrade sidekiq version from 8.1.0 to 8.0.10 * Update sidekiq version in Gemfile.lock --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lodewiges <jamestreeg@gmail.com> Co-authored-by: lodewiges <131907615+lodewiges@users.noreply.github.com>
1 parent c09d386 commit 86a93ea

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Gemfile

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

33
gem 'active_model_otp', '~> 2.3', '>= 2.3.4'
4-
gem 'bcrypt', '~> 3.1.20'
5-
gem 'bootsnap', '~> 1.19.0'
4+
gem 'bcrypt', '~> 3.1.21'
5+
gem 'bootsnap', '~> 1.20.1'
66
gem 'browser', '~> 6.2.0'
77
gem 'cssbundling-rails', '~> 1.4', '>= 1.4.3'
88
gem 'dartsass-rails', '~> 0.5.1'
@@ -25,21 +25,21 @@ gem 'omniauth-identity', '~> 3.1', '>= 3.1.5'
2525
gem 'omniauth-oauth2', '~> 1.9.0'
2626
gem 'paper_trail', '~> 17.0.0'
2727
gem 'paranoia', '~> 3.1.0'
28-
gem 'pg', '~> 1.6.2'
28+
gem 'pg', '~> 1.6.3'
2929
gem 'puma', '~> 7.1.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'
36-
gem 'rqrcode', '~> 3.1', '>= 3.1.1'
36+
gem 'rqrcode', '~> 3.2'
3737
gem 'sentry-rails', '~> 6.2'
3838
gem 'sentry-ruby', '~> 6.2'
3939
gem 'sentry-sidekiq', '~> 6.2'
4040
gem 'sidekiq', '~> 8.0.10'
4141
gem 'sidekiq-scheduler', '~> 6.0.1'
42-
gem 'simple_form', '~> 5.4.0'
42+
gem 'simple_form', '~> 5.4.1'
4343
gem 'sprockets-rails', '~> 3.5', '>= 3.5.2'
4444
gem 'turbo-rails', '~> 2.0', '>= 2.0.20'
4545
gem 'uglifier', '~> 4.2.1'
@@ -77,8 +77,8 @@ group :test do
7777
gem 'rubocop', '~> 1.82.1', require: false
7878
gem 'rubocop-factory_bot', '~> 2.28.0', require: false
7979
gem 'rubocop-performance', '~> 1.26', '>= 1.26.1', require: false
80-
gem 'rubocop-rails', '~> 2.34', '>= 2.34.2', require: false
81-
gem 'rubocop-rspec', '~> 3.8', require: false
80+
gem 'rubocop-rails', '~> 2.34', '>= 2.34.3', require: false
81+
gem 'rubocop-rspec', '~> 3.9', require: false
8282
gem 'rubocop-rspec_rails', '~> 2.32', require: false
8383
gem 'simplecov', '~> 0.22.0', require: false
8484
gem 'simplecov-lcov', '~> 0.9.0', require: false

Gemfile.lock

Lines changed: 17 additions & 17 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.19.0)
95+
bootsnap (1.20.1)
9696
msgpack (~> 1.2)
9797
brakeman (8.0.1)
9898
racc
@@ -342,7 +342,7 @@ GEM
342342
parser (3.3.10.0)
343343
ast (~> 2.4.1)
344344
racc
345-
pg (1.6.2-x86_64-linux)
345+
pg (1.6.3-x86_64-linux)
346346
pp (0.6.3)
347347
prettyprint
348348
prettyprint (0.2.0)
@@ -429,7 +429,7 @@ GEM
429429
tsort
430430
redis (5.4.1)
431431
redis-client (>= 0.22.0)
432-
redis-client (0.26.2)
432+
redis-client (0.26.3)
433433
connection_pool
434434
regexp_parser (2.11.3)
435435
reline (0.6.3)
@@ -446,10 +446,10 @@ GEM
446446
netrc (~> 0.8)
447447
rotp (6.3.0)
448448
rouge (4.6.1)
449-
rqrcode (3.1.1)
449+
rqrcode (3.2.0)
450450
chunky_png (~> 1.0)
451451
rqrcode_core (~> 2.0)
452-
rqrcode_core (2.0.1)
452+
rqrcode_core (2.1.0)
453453
rspec (3.13.2)
454454
rspec-core (~> 3.13.0)
455455
rspec-expectations (~> 3.13.0)
@@ -482,23 +482,23 @@ GEM
482482
rubocop-ast (>= 1.48.0, < 2.0)
483483
ruby-progressbar (~> 1.7)
484484
unicode-display_width (>= 2.4.0, < 4.0)
485-
rubocop-ast (1.48.0)
485+
rubocop-ast (1.49.0)
486486
parser (>= 3.3.7.2)
487-
prism (~> 1.4)
487+
prism (~> 1.7)
488488
rubocop-factory_bot (2.28.0)
489489
lint_roller (~> 1.1)
490490
rubocop (~> 1.72, >= 1.72.1)
491491
rubocop-performance (1.26.1)
492492
lint_roller (~> 1.1)
493493
rubocop (>= 1.75.0, < 2.0)
494494
rubocop-ast (>= 1.47.1, < 2.0)
495-
rubocop-rails (2.34.2)
495+
rubocop-rails (2.34.3)
496496
activesupport (>= 4.2.0)
497497
lint_roller (~> 1.1)
498498
rack (>= 1.1)
499499
rubocop (>= 1.75.0, < 2.0)
500500
rubocop-ast (>= 1.44.0, < 2.0)
501-
rubocop-rspec (3.8.0)
501+
rubocop-rspec (3.9.0)
502502
lint_roller (~> 1.1)
503503
rubocop (~> 1.81)
504504
rubocop-rspec_rails (2.32.0)
@@ -530,7 +530,7 @@ GEM
530530
sidekiq-scheduler (6.0.1)
531531
rufus-scheduler (~> 3.2)
532532
sidekiq (>= 7.3, < 9)
533-
simple_form (5.4.0)
533+
simple_form (5.4.1)
534534
actionpack (>= 7.0)
535535
activemodel (>= 7.0)
536536
simplecov (0.22.0)
@@ -607,9 +607,9 @@ PLATFORMS
607607
DEPENDENCIES
608608
active_model_otp (~> 2.3, >= 2.3.4)
609609
awesome_print (~> 1.9.2)
610-
bcrypt (~> 3.1.20)
610+
bcrypt (~> 3.1.21)
611611
better_errors (~> 2.10.1)
612-
bootsnap (~> 1.19.0)
612+
bootsnap (~> 1.20.1)
613613
brakeman (~> 8.0.1)
614614
browser (~> 6.2.0)
615615
bullet (~> 8.1)
@@ -643,7 +643,7 @@ DEPENDENCIES
643643
omniauth-oauth2 (~> 1.9.0)
644644
paper_trail (~> 17.0.0)
645645
paranoia (~> 3.1.0)
646-
pg (~> 1.6.2)
646+
pg (~> 1.6.3)
647647
pry-byebug (~> 3.11.0)
648648
pry-rails (~> 0.3.11)
649649
puma (~> 7.1.0)
@@ -655,20 +655,20 @@ DEPENDENCIES
655655
rb-readline (~> 0.5.5)
656656
redis (~> 5.4, >= 5.4.1)
657657
rest-client (~> 2.1.0)
658-
rqrcode (~> 3.1, >= 3.1.1)
658+
rqrcode (~> 3.2)
659659
rspec-rails (~> 8.0.2)
660660
rubocop (~> 1.82.1)
661661
rubocop-factory_bot (~> 2.28.0)
662662
rubocop-performance (~> 1.26, >= 1.26.1)
663-
rubocop-rails (~> 2.34, >= 2.34.2)
664-
rubocop-rspec (~> 3.8)
663+
rubocop-rails (~> 2.34, >= 2.34.3)
664+
rubocop-rspec (~> 3.9)
665665
rubocop-rspec_rails (~> 2.32)
666666
sentry-rails (~> 6.2)
667667
sentry-ruby (~> 6.2)
668668
sentry-sidekiq (~> 6.2)
669669
sidekiq (~> 8.0.10)
670670
sidekiq-scheduler (~> 6.0.1)
671-
simple_form (~> 5.4.0)
671+
simple_form (~> 5.4.1)
672672
simplecov (~> 0.22.0)
673673
simplecov-lcov (~> 0.9.0)
674674
spring (~> 4.4.0)

0 commit comments

Comments
 (0)