Skip to content

Commit c86e7da

Browse files
chore(deps): update dependency brakeman to v7 (#1061)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c434b3a commit c86e7da

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ gem 'wkhtmltopdf-binary', '~> 0.12.6.5'
4646
group :development, :test do
4747
gem 'awesome_print', '~> 1.9.2'
4848
gem 'better_errors', '~> 2.9.1'
49-
gem 'brakeman', '~> 5.2.3', require: false
49+
gem 'brakeman', '~> 7.0.2', require: false
5050
gem 'bullet', '~> 8.0', '>= 8.0.6'
5151
gem 'colorize', '~> 0.8.1'
5252
gem 'consistency_fail'

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ GEM
9595
bindex (0.8.1)
9696
bootsnap (1.18.4)
9797
msgpack (~> 1.2)
98-
brakeman (5.2.3)
98+
brakeman (7.0.2)
99+
racc
99100
browser (6.2.0)
100101
builder (3.3.0)
101102
bullet (8.0.6)
@@ -604,7 +605,7 @@ DEPENDENCIES
604605
bcrypt (~> 3.1.20)
605606
better_errors (~> 2.9.1)
606607
bootsnap (~> 1.18.4)
607-
brakeman (~> 5.2.3)
608+
brakeman (~> 7.0.2)
608609
browser (~> 6.2.0)
609610
bullet (~> 8.0, >= 8.0.6)
610611
capistrano-sidekiq (~> 3.0.0)

0 commit comments

Comments
 (0)