Skip to content

Commit faca824

Browse files
chore(deps): update dependency brakeman to v7.1.0 (main) (#526)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [brakeman](https://brakemanscanner.org/) ([source](https://redirect.github.com/presidentbeef/brakeman), [changelog](https://redirect.github.com/presidentbeef/brakeman/releases)) | `"7.0.0"` -> `"7.1.0"` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/brakeman/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/brakeman/7.0.0/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>presidentbeef/brakeman (brakeman)</summary> ### [`v7.1.0`](https://redirect.github.com/presidentbeef/brakeman/blob/HEAD/CHANGES.md#710---2025-07-18) [Compare Source](https://redirect.github.com/presidentbeef/brakeman/compare/v7.0.2...v7.1.0) - Add EOL dates for Rails 8.0 and Ruby 3.4 - Support render model shortcut - Use lazy file lists for AppTree - Add Haml 6.x support - Improve ignored warnings layout in HTML report (Sebastien Savater) - Update JUnit report for CircleCI (Philippe Bernery) - Only load escape functionality from cgi library (Earlopain) - Add `--ensure-no-obsolete-config-entries` option (viralpraxis) ### [`v7.0.2`](https://redirect.github.com/presidentbeef/brakeman/blob/HEAD/CHANGES.md#702---2025-04-04) [Compare Source](https://redirect.github.com/presidentbeef/brakeman/compare/v7.0.1...v7.0.2) - Fix error with empty `BUNDLE_GEMFILE` env variable ### [`v7.0.1`](https://redirect.github.com/presidentbeef/brakeman/blob/HEAD/CHANGES.md#701---2025-04-03) [Compare Source](https://redirect.github.com/presidentbeef/brakeman/compare/v7.0.0...v7.0.1) - Avoid warning on evaluation of plain strings - Enable use of custom/alternative Gemfiles - Fix error on directory with `rb` extension (viralpraxis) - Support `terminal-table` 4.0 (Chedli Bourguiba) - Better support Prism 1.4.0 - Only output timing for each file when using `--debug` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/powerhome/audiences). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e318a53 commit faca824

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

audiences/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gemspec
77

88
# Development tools
99
gem "appraisal", "~> 2.5.0"
10-
gem "brakeman", "7.0.0"
10+
gem "brakeman", "7.1.0"
1111
gem "debug", ">= 1.0.0"
1212
gem "foreman", "~> 0.88.0"
1313
gem "license_finder", ">= 7.0"

audiences/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ GEM
7979
ast (2.4.2)
8080
base64 (0.2.0)
8181
bigdecimal (3.1.9)
82-
brakeman (7.0.0)
82+
brakeman (7.1.0)
8383
racc
8484
builder (3.3.0)
8585
concurrent-ruby (1.3.4)
@@ -307,7 +307,7 @@ PLATFORMS
307307
DEPENDENCIES
308308
appraisal (~> 2.5.0)
309309
audiences!
310-
brakeman (= 7.0.0)
310+
brakeman (= 7.1.0)
311311
debug (>= 1.0.0)
312312
foreman (~> 0.88.0)
313313
license_finder (>= 7.0)

audiences/gemfiles/rails_6_1.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44

55
gem "appraisal", "~> 2.5.0"
6-
gem "brakeman", "7.0.0"
6+
gem "brakeman", "7.1.0"
77
gem "debug", ">= 1.0.0"
88
gem "foreman", "~> 0.88.0"
99
gem "license_finder", ">= 7.0"

audiences/gemfiles/rails_6_1.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ GEM
7979
ast (2.4.2)
8080
base64 (0.2.0)
8181
bigdecimal (3.1.9)
82-
brakeman (7.0.0)
82+
brakeman (7.1.0)
8383
racc
8484
builder (3.3.0)
8585
concurrent-ruby (1.3.5)
@@ -307,7 +307,7 @@ PLATFORMS
307307
DEPENDENCIES
308308
appraisal (~> 2.5.0)
309309
audiences!
310-
brakeman (= 7.0.0)
310+
brakeman (= 7.1.0)
311311
debug (>= 1.0.0)
312312
foreman (~> 0.88.0)
313313
license_finder (>= 7.0)

audiences/gemfiles/rails_7_0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44

55
gem "appraisal", "~> 2.5.0"
6-
gem "brakeman", "7.0.0"
6+
gem "brakeman", "7.1.0"
77
gem "debug", ">= 1.0.0"
88
gem "foreman", "~> 0.88.0"
99
gem "license_finder", ">= 7.0"

audiences/gemfiles/rails_7_0.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ GEM
8585
ast (2.4.2)
8686
base64 (0.2.0)
8787
bigdecimal (3.1.9)
88-
brakeman (7.0.0)
88+
brakeman (7.1.0)
8989
racc
9090
builder (3.3.0)
9191
concurrent-ruby (1.3.5)
@@ -306,7 +306,7 @@ PLATFORMS
306306
DEPENDENCIES
307307
appraisal (~> 2.5.0)
308308
audiences!
309-
brakeman (= 7.0.0)
309+
brakeman (= 7.1.0)
310310
debug (>= 1.0.0)
311311
foreman (~> 0.88.0)
312312
license_finder (>= 7.0)

audiences/gemfiles/rails_7_1.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44

55
gem "appraisal", "~> 2.5.0"
6-
gem "brakeman", "7.0.0"
6+
gem "brakeman", "7.1.0"
77
gem "debug", ">= 1.0.0"
88
gem "foreman", "~> 0.88.0"
99
gem "license_finder", ">= 7.0"

audiences/gemfiles/rails_7_1.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ GEM
9898
base64 (0.2.0)
9999
benchmark (0.4.0)
100100
bigdecimal (3.1.9)
101-
brakeman (7.0.0)
101+
brakeman (7.1.0)
102102
racc
103103
builder (3.3.0)
104104
concurrent-ruby (1.3.5)
@@ -326,7 +326,7 @@ PLATFORMS
326326
DEPENDENCIES
327327
appraisal (~> 2.5.0)
328328
audiences!
329-
brakeman (= 7.0.0)
329+
brakeman (= 7.1.0)
330330
debug (>= 1.0.0)
331331
foreman (~> 0.88.0)
332332
license_finder (>= 7.0)

0 commit comments

Comments
 (0)