Skip to content

Commit

Permalink
Merge pull request #346 from indirect/dependabot/bundler/brakeman-6.1.0
Browse files Browse the repository at this point in the history
Bump brakeman from 6.0.1 to 6.1.0
  • Loading branch information
github-actions[bot] authored Dec 6, 2023
2 parents 71a6c6d + 6c674bc commit ca7689f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ end

group :development do
gem "annotate", "~> 3.2"
gem "brakeman", "~> 6.0", require: false
gem "brakeman", "~> 6.1", require: false
gem "bundler-audit", "~> 0.9.1", require: false
gem "code-scanning-rubocop", "~> 0.6.1", require: false,
github: "arthurnn/code-scanning-rubocop"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ GEM
bindex (0.8.1)
bootsnap (1.17.0)
msgpack (~> 1.2)
brakeman (6.0.1)
brakeman (6.1.0)
builder (3.2.4)
bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3)
Expand Down Expand Up @@ -416,7 +416,7 @@ DEPENDENCIES
assert_json (~> 1.0.0)
better_html (~> 2.0)
bootsnap (~> 1.17)
brakeman (~> 6.0)
brakeman (~> 6.1)
bundler-audit (~> 0.9.1)
code-scanning-rubocop (~> 0.6.1)!
debug (~> 1.8)
Expand Down

0 comments on commit ca7689f

Please sign in to comment.