about summary refs log tree commit diff
path: root/pkgs/development/ruby-modules/bundler-env/test/gemset.nix
blob: 53f15f96bc6db4571256eccb10ab073d8903246a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  test = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1j5r0anj8m4qlf2psnldip4b8ha2bsscv11lpdgnfh4nnchzjnxw";
      type = "gem";
    };
    version = "0.1.2";
  };
}