File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ group :development, :test do
4545 gem "debug" , platforms : %i[ mri windows ] , require : "debug/prelude"
4646
4747 # Static analysis for security vulnerabilities [https://brakemanscanner.org/]
48- gem "brakeman" , "~> 7.1.0 " , require : false
48+ gem "brakeman" , "~> 7.1.1 " , require : false
4949
5050 # Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
5151 gem "rubocop-rails-omakase" , require : false
Original file line number Diff line number Diff line change 116116 debug_inspector (>= 1.2.0 )
117117 bootsnap (1.18.4 )
118118 msgpack (~> 1.2 )
119- brakeman (7.1.0 )
119+ brakeman (7.1.1 )
120120 racc
121121 builder (3.3.0 )
122122 capybara (3.40.0 )
@@ -598,7 +598,7 @@ DEPENDENCIES
598598 better_errors
599599 binding_of_caller
600600 bootsnap
601- brakeman (~> 7.1.0 )
601+ brakeman (~> 7.1.1 )
602602 capybara
603603 carrierwave
604604 cloudinary
You can’t perform that action at this time.
0 commit comments