diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-21 09:37:25 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-21 09:37:25 +0900 |
commit | 0d4af8008a50dc8234d85aaf7f494cec4b84c3e1 (patch) | |
tree | fc1c2e4732fe45880441829bb2de3c113ff7b7d5 /Gemfile | |
parent | e85960bbd72de83571722284d04e23b596a9a95a (diff) |
Bump brakeman from 5.1.2 to 5.2.0 (#17158)
Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 5.1.2 to 5.2.0. - [Release notes](https://github.com/presidentbeef/brakeman/releases) - [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md) - [Commits](https://github.com/presidentbeef/brakeman/compare/v5.1.2...v5.2.0) --- updated-dependencies: - dependency-name: brakeman dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 96dba52ec..93a687ceb 100644 --- a/Gemfile +++ b/Gemfile @@ -135,7 +135,7 @@ group :development do gem 'memory_profiler' gem 'rubocop', '~> 1.23', require: false gem 'rubocop-rails', '~> 2.12', require: false - gem 'brakeman', '~> 5.1', require: false + gem 'brakeman', '~> 5.2', require: false gem 'bundler-audit', '~> 0.9', require: false gem 'capistrano', '~> 3.16' |