summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-10-19 21:56:14 -0500
committerMario Rodas <marsam@users.noreply.github.com>2021-10-19 21:56:14 -0500
commit02e4d8ce5b58e1475675defdb0f80a333f4e5a85 (patch)
tree9337dc5b501d444a88280d922a9505055d171793
parent5f33ded6018c9bd2e203cd6d7bad4d6a62e46c2f (diff)
downloadnixpkgs-02e4d8ce5b58e1475675defdb0f80a333f4e5a85.tar
nixpkgs-02e4d8ce5b58e1475675defdb0f80a333f4e5a85.tar.gz
nixpkgs-02e4d8ce5b58e1475675defdb0f80a333f4e5a85.tar.bz2
nixpkgs-02e4d8ce5b58e1475675defdb0f80a333f4e5a85.tar.lz
nixpkgs-02e4d8ce5b58e1475675defdb0f80a333f4e5a85.tar.xz
nixpkgs-02e4d8ce5b58e1475675defdb0f80a333f4e5a85.tar.zst
nixpkgs-02e4d8ce5b58e1475675defdb0f80a333f4e5a85.zip
brakeman: 5.0.4 -> 5.1.1
-rw-r--r--pkgs/development/tools/analysis/brakeman/Gemfile.lock4
-rw-r--r--pkgs/development/tools/analysis/brakeman/gemset.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/tools/analysis/brakeman/Gemfile.lock b/pkgs/development/tools/analysis/brakeman/Gemfile.lock
index 13425cf9ee7..257d8a7fba1 100644
--- a/pkgs/development/tools/analysis/brakeman/Gemfile.lock
+++ b/pkgs/development/tools/analysis/brakeman/Gemfile.lock
@@ -1,7 +1,7 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    brakeman (5.0.4)
+    brakeman (5.1.1)
 
 PLATFORMS
   ruby
@@ -10,4 +10,4 @@ DEPENDENCIES
   brakeman
 
 BUNDLED WITH
-   2.1.4
+   2.2.24
diff --git a/pkgs/development/tools/analysis/brakeman/gemset.nix b/pkgs/development/tools/analysis/brakeman/gemset.nix
index f37158353e0..ea241dbf6e7 100644
--- a/pkgs/development/tools/analysis/brakeman/gemset.nix
+++ b/pkgs/development/tools/analysis/brakeman/gemset.nix
@@ -4,9 +4,9 @@
     platforms = [];
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "1czqmrqbli2cnw4vv4pzz8bk78c7lpcnnyba74cj632swv1za6jd";
+      sha256 = "0y71fqqd0azy5rn78fwiz9px0mql23zrl0ij0dzdkx22l4cscpb0";
       type = "gem";
     };
-    version = "5.0.4";
+    version = "5.1.1";
   };
 }