brakeman: 4.6.1 -> 4.7.1
Changelog: - https://github.com/presidentbeef/brakeman/releases/tag/v4.7.0 - https://github.com/presidentbeef/brakeman/releases/tag/v4.7.1
This commit is contained in:
parent
f6d41b4b1d
commit
7efa4c21b0
@ -4,8 +4,8 @@ buildRubyGem rec {
|
||||
inherit ruby;
|
||||
name = "${gemName}-${version}";
|
||||
gemName = "brakeman";
|
||||
version = "4.6.1";
|
||||
source.sha256 = "04chxflc5n6q0kz93c9dc6jwqrz0mrrlpm4iqncb39yyvg4ghcbf";
|
||||
version = "4.7.1";
|
||||
source.sha256 = "149ny2n82hzxw4g8xnimjavs2niq14wl9kwq8zlvadavdg4g9ind";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Static analysis security scanner for Ruby on Rails";
|
||||
|
Loading…
Reference in New Issue
Block a user