Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / applications / misc / gollum / Gemfile.lock
blobfc707ca3c54731e7da35847881c3e36977130194
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     RedCloth (4.3.2)
5     asciidoctor (2.0.18)
6     builder (3.2.4)
7     concurrent-ruby (1.2.2)
8     crass (1.0.6)
9     creole (0.5.0)
10     execjs (2.8.1)
11     expression_parser (0.9.0)
12     ffi (1.15.5)
13     gemojione (4.3.3)
14       json
15     github-markup (4.0.1)
16     gollum (5.3.2)
17       gemojione (~> 4.1)
18       gollum-lib (>= 5.2.3, < 6.0)
19       i18n (~> 1.8)
20       kramdown (~> 2.3)
21       kramdown-parser-gfm (~> 1.1.0)
22       mustache-sinatra (~> 2.0)
23       octicons (~> 12.0)
24       rdoc (~> 6)
25       rss (~> 0.2.9)
26       sass (~> 3.5)
27       sinatra (~> 2.0)
28       sinatra-contrib (~> 2.0)
29       sprockets (~> 3.7)
30       sprockets-helpers (~> 1.2)
31       therubyrhino (~> 2.1.0)
32       uglifier (~> 4.2)
33       useragent (~> 0.16.2)
34       webrick (~> 1.7)
35     gollum-lib (5.2.4)
36       gemojione (~> 4.1)
37       github-markup (~> 4.0)
38       gollum-rugged_adapter (~> 2.0)
39       loofah (~> 2.3)
40       nokogiri (~> 1.8)
41       octicons (~> 12.0)
42       rouge (~> 3.1)
43       twitter-text (= 1.14.7)
44     gollum-rugged_adapter (2.1.0)
45       mime-types (~> 3.4)
46       rugged (~> 1.5)
47     htmlentities (4.3.4)
48     i18n (1.13.0)
49       concurrent-ruby (~> 1.0)
50     json (2.6.3)
51     kramdown (2.4.0)
52       rexml
53     kramdown-parser-gfm (1.1.0)
54       kramdown (~> 2.0)
55     loofah (2.20.0)
56       crass (~> 1.0.2)
57       nokogiri (>= 1.5.9)
58     mime-types (3.4.1)
59       mime-types-data (~> 3.2015)
60     mime-types-data (3.2023.0218.1)
61     mini_portile2 (2.8.2)
62     multi_json (1.15.0)
63     mustache (1.1.1)
64     mustache-sinatra (2.0.0)
65       mustache (~> 1.0)
66     mustermann (2.0.2)
67       ruby2_keywords (~> 0.0.1)
68     nokogiri (1.14.3)
69       mini_portile2 (~> 2.8.0)
70       racc (~> 1.4)
71     octicons (12.1.0)
72       nokogiri (>= 1.6.3.1)
73     org-ruby (0.9.12)
74       rubypants (~> 0.2)
75     psych (5.1.0)
76       stringio
77     racc (1.6.2)
78     rack (2.2.7)
79     rack-protection (2.2.4)
80       rack
81     rb-fsevent (0.11.2)
82     rb-inotify (0.10.1)
83       ffi (~> 1.0)
84     rdoc (6.5.0)
85       psych (>= 4.0.0)
86     rexml (3.2.5)
87     rouge (3.30.0)
88     rss (0.2.9)
89       rexml
90     ruby2_keywords (0.0.5)
91     rubypants (0.7.1)
92     rugged (1.6.3)
93     sass (3.7.4)
94       sass-listen (~> 4.0.0)
95     sass-listen (4.0.0)
96       rb-fsevent (~> 0.9, >= 0.9.4)
97       rb-inotify (~> 0.9, >= 0.9.7)
98     sinatra (2.2.4)
99       mustermann (~> 2.0)
100       rack (~> 2.2)
101       rack-protection (= 2.2.4)
102       tilt (~> 2.0)
103     sinatra-contrib (2.2.4)
104       multi_json
105       mustermann (~> 2.0)
106       rack-protection (= 2.2.4)
107       sinatra (= 2.2.4)
108       tilt (~> 2.0)
109     sprockets (3.7.2)
110       concurrent-ruby (~> 1.0)
111       rack (> 1, < 3)
112     sprockets-helpers (1.4.0)
113       sprockets (>= 2.2)
114     stringio (3.0.6)
115     therubyrhino (2.1.2)
116       therubyrhino_jar (>= 1.7.4, < 1.7.9)
117     therubyrhino_jar (1.7.8)
118     tilt (2.1.0)
119     twitter-text (1.14.7)
120       unf (~> 0.1.0)
121     uglifier (4.2.0)
122       execjs (>= 0.3.0, < 3)
123     unf (0.1.4)
124       unf_ext
125     unf_ext (0.0.8.2)
126     useragent (0.16.10)
127     webrick (1.8.1)
128     wikicloth (0.8.3)
129       builder
130       expression_parser
131       htmlentities
132       nokogiri
133       twitter-text
135 PLATFORMS
136   ruby
138 DEPENDENCIES
139   RedCloth
140   asciidoctor
141   creole
142   gollum
143   org-ruby
144   wikicloth
146 BUNDLED WITH
147    2.4.12