Commit 40bb0eb3 authored by n's avatar n
Browse files

rubyPackages.debug: init at 1.11.1

rubyPackages: add 'debug' gem
parent b2293f29
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -1009,6 +1009,20 @@
    };
    version = "3.4.1";
  };
  debug = {
    dependencies = [
      "irb"
      "reline"
    ];
    groups = [ "default" ];
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "sha256-LgsKxhGfIgem+Kx9SnPKjrTkQPZNoKMTbDA0MUbpUrY=";
      type = "gem";
    };
    version = "1.11.1";
  };
  dentaku = {
    dependencies = [ "concurrent-ruby" ];
    groups = [ "default" ];