about summary refs log tree commit diff
path: root/pkgs/applications/misc/gollum/gemset.nix
blob: f0c71fa455cfb0562af2770705986d693400307d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
  useragent = {
    version = "0.14.0";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "124r3mgkw1zjymsqq9r25zh1vwjrjgiji5fm620z53lpmmryj22j";
    };
  };
  tilt = {
    version = "2.0.2";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "0lkd40xfdqkp333vdfhrfjmi2y7k2hjs4azawfb62mrkfp7ivj84";
    };
  };
  stringex = {
    version = "2.5.2";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "150adm7rfh6r9b5ra6vk75mswf9m3wwyslcf8f235a08m29fxa17";
    };
  };
  sinatra = {
    version = "1.4.7";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "1b81kbr65mmcl9cdq2r6yc16wklyp798rxkgmm5pr9fvsj7jwmxp";
    };
  };
  sanitize = {
    version = "2.1.0";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "0xsv6xqrlz91rd8wifjknadbl3z5h6qphmxy0hjb189qbdghggn3";
    };
  };
  rouge = {
    version = "1.10.1";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "0wp8as9ypdy18kdj9h70kny1rdfq71mr8cj2bpahr9vxjjvjasqz";
    };
  };
  rack-protection = {
    version = "1.5.3";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "0cvb21zz7p9wy23wdav63z5qzfn4nialik22yqp6gihkgfqqrh5r";
    };
  };
  rack = {
    version = "1.6.4";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "09bs295yq6csjnkzj7ncj50i6chfxrhmzg1pk6p0vd2lb9ac8pj5";
    };
  };
  posix-spawn = {
    version = "0.3.11";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "052lnxbkvlnwfjw4qd7vn2xrlaaqiav6f5x5bcjin97bsrfq6cmr";
    };
  };
  nokogiri = {
    version = "1.6.7.2";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "11sbmpy60ynak6s3794q32lc99hs448msjy8rkp84ay7mq7zqspv";
    };
  };
  mustache = {
    version = "0.99.8";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "1g5hplm0k06vwxwqzwn1mq5bd02yp0h3rym4zwzw26aqi7drcsl2";
    };
  };
  mini_portile2 = {
    version = "2.0.0";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "056drbn5m4khdxly1asmiik14nyllswr6sh3wallvsywwdiryz8l";
    };
  };
  mime-types = {
    version = "1.25.1";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "0mhzsanmnzdshaba7gmsjwnv168r1yj8y0flzw88frw1cickrvw8";
    };
  };
  kramdown = {
    version = "1.8.0";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "0ryqq055h5n10c1cfba6pxsssa907l2hkw29anp0d41ryh47ca2l";
    };
  };
  gollum-lib = {
    version = "4.1.0";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "01s8pgzhc3cgcmsy6hh79wrcbn5vbadniq2a7d4qw87kpq7mzfdm";
    };
  };
  gollum-grit_adapter = {
    version = "1.0.0";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "02c5qfq0s0kx2ifnpbnbgz6258fl7rchzzzc7vpx72shi8gbpac7";
    };
  };
  gollum = {
    version = "4.0.1";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "02pgx083sns75zgnqx94p5h5bpr7cfiw5mys4ayb4k33hcjm6ydg";
    };
  };
  gitlab-grit = {
    version = "2.7.3";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "0nv8shx7w7fww8lf5a2rbvf7bq173rllm381m6x7g1i0qqc68q1b";
    };
  };
  github-markup = {
    version = "1.3.3";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "01r901wcgn0gs0n9h684gs5n90y1vaj9lxnx4z5ig611jwa43ivq";
    };
  };
  diff-lcs = {
    version = "1.2.5";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "1vf9civd41bnqi6brr5d9jifdw73j9khc6fkhfl1f8r9cpkdvlx1";
    };
  };
  charlock_holmes = {
    version = "0.7.3";
    source = {
      type = "gem";
      remotes = ["https://rubygems.org"];
      sha256 = "0jsl6k27wjmssxbwv9wpf7hgp9r0nvizcf6qpjnr7qs2nia53lf7";
    };
  };
}