Skip to content

Commit d99d853

Browse files
author
github-actions
committed
update with project-syncing action
1 parent e4005b4 commit d99d853

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", "~> 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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ GEM
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

0 commit comments

Comments
 (0)