Skip to content

Commit b5329cf

Browse files
chore(deps): update all non-major bundler dependencies
1 parent 656f5a2 commit b5329cf

2 files changed

Lines changed: 27 additions & 27 deletions

File tree

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'
@@ -24,7 +24,7 @@ gem 'omniauth-identity', '~> 3.1', '>= 3.1.5'
2424
gem 'omniauth-oauth2', '~> 1.9.0'
2525
gem 'paper_trail', '~> 17.0.0'
2626
gem 'paranoia', '~> 3.1.0'
27-
gem 'pg', '~> 1.6.2'
27+
gem 'pg', '~> 1.6.3'
2828
gem 'puma', '~> 7.1.0'
2929
gem 'pundit', '~> 2.5.2'
3030
gem 'rack-attack', '~> 6.8.0'
@@ -36,9 +36,9 @@ gem 'rqrcode', '~> 3.1', '>= 3.1.1'
3636
gem 'sentry-rails', '~> 6.2'
3737
gem 'sentry-ruby', '~> 6.2'
3838
gem 'sentry-sidekiq', '~> 6.2'
39-
gem 'sidekiq', '~> 8.0.10'
39+
gem 'sidekiq', '~> 8.1.0'
4040
gem 'sidekiq-scheduler', '~> 6.0.1'
41-
gem 'simple_form', '~> 5.4.0'
41+
gem 'simple_form', '~> 5.4.1'
4242
gem 'sprockets-rails', '~> 3.5', '>= 3.5.2'
4343
gem 'turbo-rails', '~> 2.0', '>= 2.0.20'
4444
gem 'uglifier', '~> 4.2.1'
@@ -49,7 +49,7 @@ gem 'wkhtmltopdf-binary', '~> 0.12.6.10'
4949
group :development, :test do
5050
gem 'awesome_print', '~> 1.9.2'
5151
gem 'better_errors', '~> 2.10.1'
52-
gem 'brakeman', '~> 7.1.1', require: false
52+
gem 'brakeman', '~> 7.1.2', require: false
5353
gem 'bullet', '~> 8.1'
5454
gem 'colorize', '~> 1.1.0'
5555
gem 'database_consistency', '~> 2.1.1'
@@ -78,7 +78,7 @@ group :test do
7878
gem 'rubocop', '~> 1.82.1', require: false
7979
gem 'rubocop-factory_bot', '~> 2.28.0', require: false
8080
gem 'rubocop-performance', '~> 1.26', '>= 1.26.1', require: false
81-
gem 'rubocop-rails', '~> 2.34', '>= 2.34.2', require: false
81+
gem 'rubocop-rails', '~> 2.34', '>= 2.34.3', require: false
8282
gem 'rubocop-rspec', '~> 3.8', require: false
8383
gem 'rubocop-rspec_rails', '~> 2.32', require: false
8484
gem 'simplecov', '~> 0.22.0', require: false

Gemfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,17 @@ GEM
8484
ast (2.4.3)
8585
awesome_print (1.9.2)
8686
base64 (0.3.0)
87-
bcrypt (3.1.20)
87+
bcrypt (3.1.21)
8888
benchmark (0.5.0)
8989
better_errors (2.10.1)
9090
erubi (>= 1.0.0)
9191
rack (>= 0.9.0)
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)
97-
brakeman (7.1.1)
97+
brakeman (7.1.2)
9898
racc
9999
browser (6.2.0)
100100
builder (3.3.0)
@@ -118,7 +118,7 @@ GEM
118118
coderay (1.1.3)
119119
colorize (1.1.0)
120120
concurrent-ruby (1.3.6)
121-
connection_pool (2.5.5)
121+
connection_pool (3.0.2)
122122
crass (1.0.6)
123123
cssbundling-rails (1.4.3)
124124
railties (>= 6.0.0)
@@ -339,7 +339,7 @@ GEM
339339
parser (3.3.10.0)
340340
ast (~> 2.4.1)
341341
racc
342-
pg (1.6.2-x86_64-linux)
342+
pg (1.6.3-x86_64-linux)
343343
pp (0.6.3)
344344
prettyprint
345345
prettyprint (0.2.0)
@@ -489,7 +489,7 @@ GEM
489489
lint_roller (~> 1.1)
490490
rubocop (>= 1.75.0, < 2.0)
491491
rubocop-ast (>= 1.47.1, < 2.0)
492-
rubocop-rails (2.34.2)
492+
rubocop-rails (2.34.3)
493493
activesupport (>= 4.2.0)
494494
lint_roller (~> 1.1)
495495
rack (>= 1.1)
@@ -518,16 +518,16 @@ GEM
518518
sentry-ruby (~> 6.2.0)
519519
sidekiq (>= 5.0)
520520
shellany (0.0.1)
521-
sidekiq (8.0.10)
522-
connection_pool (>= 2.5.0)
523-
json (>= 2.9.0)
524-
logger (>= 1.6.2)
525-
rack (>= 3.1.0)
526-
redis-client (>= 0.23.2)
521+
sidekiq (8.1.0)
522+
connection_pool (>= 3.0.0)
523+
json (>= 2.16.0)
524+
logger (>= 1.7.0)
525+
rack (>= 3.2.0)
526+
redis-client (>= 0.26.0)
527527
sidekiq-scheduler (6.0.1)
528528
rufus-scheduler (~> 3.2)
529529
sidekiq (>= 7.3, < 9)
530-
simple_form (5.4.0)
530+
simple_form (5.4.1)
531531
actionpack (>= 7.0)
532532
activemodel (>= 7.0)
533533
simplecov (0.22.0)
@@ -608,10 +608,10 @@ PLATFORMS
608608
DEPENDENCIES
609609
active_model_otp (~> 2.3, >= 2.3.4)
610610
awesome_print (~> 1.9.2)
611-
bcrypt (~> 3.1.20)
611+
bcrypt (~> 3.1.21)
612612
better_errors (~> 2.10.1)
613-
bootsnap (~> 1.19.0)
614-
brakeman (~> 7.1.1)
613+
bootsnap (~> 1.20.1)
614+
brakeman (~> 7.1.2)
615615
browser (~> 6.2.0)
616616
bullet (~> 8.1)
617617
capistrano-sidekiq (~> 3.2.0)
@@ -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)
@@ -660,15 +660,15 @@ DEPENDENCIES
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)
663+
rubocop-rails (~> 2.34, >= 2.34.3)
664664
rubocop-rspec (~> 3.8)
665665
rubocop-rspec_rails (~> 2.32)
666666
sentry-rails (~> 6.2)
667667
sentry-ruby (~> 6.2)
668668
sentry-sidekiq (~> 6.2)
669-
sidekiq (~> 8.0.10)
669+
sidekiq (~> 8.1.0)
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)