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
45
45
gem "debug" , platforms : %i[ mri windows ] , require : "debug/prelude"
46
46
47
47
# Static analysis for security vulnerabilities [https://brakemanscanner.org/]
48
- gem "brakeman" , require : false
48
+ gem "brakeman" , "~> 7.1.0" , require : false
49
49
50
50
# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
51
51
gem "rubocop-rails-omakase" , require : false
Original file line number Diff line number Diff line change 98
98
debug_inspector (>= 1.2.0 )
99
99
bootsnap (1.18.4 )
100
100
msgpack (~> 1.2 )
101
- brakeman (7.0.2 )
101
+ brakeman (7.1.0 )
102
102
racc
103
103
builder (3.3.0 )
104
104
capybara (3.40.0 )
@@ -581,7 +581,7 @@ DEPENDENCIES
581
581
better_errors
582
582
binding_of_caller
583
583
bootsnap
584
- brakeman
584
+ brakeman ( ~> 7.1.0 )
585
585
capybara
586
586
carrierwave
587
587
cloudinary
You can’t perform that action at this time.
0 commit comments