Merge pull request #61693 from marsam/update-brakeman

brakeman: 4.5.0 -> 4.5.1
This commit is contained in:
Mario Rodas 2019-05-18 22:07:36 -05:00 committed by GitHub
commit 227e980f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,8 +4,8 @@ buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "brakeman";
version = "4.5.0";
source.sha256 = "0c11i01yw87fssmwbybaqf5rdxsjp44hvxdw54c3iqb8fvj76b68";
version = "4.5.1";
source.sha256 = "0vqnhlswvrg5fpxszfkjmla85gdlvgspz0whlli730ydx648mi68";
meta = with lib; {
description = "Static analysis security scanner for Ruby on Rails";