1{
2 git-version-bump = {
3 source = {
4 remotes = ["https://rubygems.org"];
5 sha256 = "0xcj20gmbpqn2gcpid4pxpnimfdg2ip9jnl1572naz0magcrwl2s";
6 type = "gem";
7 };
8 version = "0.15.1";
9 };
10 lvmsync = {
11 dependencies = ["git-version-bump" "treetop"];
12 source = {
13 remotes = ["https://rubygems.org"];
14 sha256 = "02mdrvfibvab4p4yrdzxvndhy8drss3ri7izybcwgpbyc7isk8mv";
15 type = "gem";
16 };
17 version = "3.3.2";
18 };
19 polyglot = {
20 source = {
21 remotes = ["https://rubygems.org"];
22 sha256 = "1bqnxwyip623d8pr29rg6m8r0hdg08fpr2yb74f46rn1wgsnxmjr";
23 type = "gem";
24 };
25 version = "0.3.5";
26 };
27 treetop = {
28 dependencies = ["polyglot"];
29 source = {
30 remotes = ["https://rubygems.org"];
31 sha256 = "0sdkd1v2h8dhj9ncsnpywmqv7w1mdwsyc5jwyxlxwriacv8qz8bd";
32 type = "gem";
33 };
34 version = "1.6.9";
35 };
36}