about summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers/rake/gemset.nix
blob: efea7a79dbb1dabc8689e6672ae1eb14361cc6e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "rake" = {
    version = "11.1.1";
    source = {
      type = "gem";
      sha256 = "0h8wcic2xh3lv7yvs05pqnfqb80jyl488f7136lgxmajb0s1rqhg";
    };
  };
}