Skip to content

Commit 6c5facc

Browse files
author
github-actions
committed
update with project-syncing action
1 parent 2cd366c commit 6c5facc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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", require: false
48+
gem "brakeman", "~> 7.1.0", require: false
4949

5050
# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
5151
gem "rubocop-rails-omakase", require: false

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ GEM
9898
debug_inspector (>= 1.2.0)
9999
bootsnap (1.18.4)
100100
msgpack (~> 1.2)
101-
brakeman (7.0.2)
101+
brakeman (7.1.0)
102102
racc
103103
builder (3.3.0)
104104
capybara (3.40.0)
@@ -581,7 +581,7 @@ DEPENDENCIES
581581
better_errors
582582
binding_of_caller
583583
bootsnap
584-
brakeman
584+
brakeman (~> 7.1.0)
585585
capybara
586586
carrierwave
587587
cloudinary

0 commit comments

Comments
 (0)