about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-01-18 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-01-18 04:20:00 +0000
commite15159e9a5fc5f360e6432f05093c879a7069a0d (patch)
treed1a97c3d531625d43139c01dccccdbe89d6766b3 /pkgs/development/tools/analysis
parenta23739720fa92858314e72134853b35aa548ce40 (diff)
downloadnixlib-e15159e9a5fc5f360e6432f05093c879a7069a0d.tar
nixlib-e15159e9a5fc5f360e6432f05093c879a7069a0d.tar.gz
nixlib-e15159e9a5fc5f360e6432f05093c879a7069a0d.tar.bz2
nixlib-e15159e9a5fc5f360e6432f05093c879a7069a0d.tar.lz
nixlib-e15159e9a5fc5f360e6432f05093c879a7069a0d.tar.xz
nixlib-e15159e9a5fc5f360e6432f05093c879a7069a0d.tar.zst
nixlib-e15159e9a5fc5f360e6432f05093c879a7069a0d.zip
brakeman: 6.1.0 -> 6.1.1
Diff: https://github.com/presidentbeef/brakeman/compare/v6.1.0...v6.1.1

Changelog: https://github.com/presidentbeef/brakeman/releases/tag/v6.1.1
Diffstat (limited to 'pkgs/development/tools/analysis')
-rw-r--r--pkgs/development/tools/analysis/brakeman/Gemfile.lock6
-rw-r--r--pkgs/development/tools/analysis/brakeman/gemset.nix15
2 files changed, 17 insertions, 4 deletions
diff --git a/pkgs/development/tools/analysis/brakeman/Gemfile.lock b/pkgs/development/tools/analysis/brakeman/Gemfile.lock
index bb45178f79d4..dcc9920bd534 100644
--- a/pkgs/development/tools/analysis/brakeman/Gemfile.lock
+++ b/pkgs/development/tools/analysis/brakeman/Gemfile.lock
@@ -1,7 +1,9 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    brakeman (6.1.0)
+    brakeman (6.1.1)
+      racc
+    racc (1.7.3)
 
 PLATFORMS
   ruby
@@ -10,4 +12,4 @@ DEPENDENCIES
   brakeman
 
 BUNDLED WITH
-   2.4.22
+   2.5.3
diff --git a/pkgs/development/tools/analysis/brakeman/gemset.nix b/pkgs/development/tools/analysis/brakeman/gemset.nix
index 31705fe31a6d..fdee80a9ff75 100644
--- a/pkgs/development/tools/analysis/brakeman/gemset.nix
+++ b/pkgs/development/tools/analysis/brakeman/gemset.nix
@@ -1,12 +1,23 @@
 {
   brakeman = {
+    dependencies = ["racc"];
     groups = ["default"];
     platforms = [];
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "00vlip5z1gc1npj1nxvcy2gvwya4fk01xzyhazkhz3ymdn9nch0d";
+      sha256 = "1ahkss5xpdw7vwykyd5kba74cs4r987fcn7ad5qvzhzhqdariqvy";
       type = "gem";
     };
-    version = "6.1.0";
+    version = "6.1.1";
+  };
+  racc = {
+    groups = ["default"];
+    platforms = [];
+    source = {
+      remotes = ["https://rubygems.org"];
+      sha256 = "01b9662zd2x9bp4rdjfid07h09zxj7kvn7f5fghbqhzc625ap1dp";
+      type = "gem";
+    };
+    version = "1.7.3";
   };
 }