summary refs log blame commit diff
path: root/pkgs/tools/security/bundler-audit/gemset.nix
blob: a740f40e4073fd02b450a463c86c4551294bb4dd (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                            

                         

                                         
                                                                      

                   
                        

          

                         

                                         
                                                                      

                   
                      
    
 
{
  bundler-audit = {
    dependencies = ["thor"];
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "05k19l5388248rd74cn2lm2ksci7fzmga74n835v7k31m4kbzw8v";
      type = "gem";
    };
    version = "0.9.0.1";
  };
  thor = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "18yhlvmfya23cs3pvhr1qy38y41b6mhr5q9vwv5lrgk16wmf3jna";
      type = "gem";
    };
    version = "1.1.0";
  };
}