forked from atom/flight-manual.atom.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
132 lines (128 loc) · 2.97 KB
/
Gemfile.lock
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
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.10)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
asciidoctor (1.5.7.1)
coderay (1.1.2)
colored (1.2)
colorize (0.8.1)
concurrent-ruby (1.0.5)
coolline (0.5.0)
unicode_utils (~> 1.4)
cri (2.14.0)
colored (~> 1.2)
ddmemoize (1.0.0)
ddmetrics (~> 1.0)
ref (~> 2.0)
ddmetrics (1.0.1)
ddplugin (1.0.2)
ethon (0.11.0)
ffi (>= 1.3.0)
extended-markdown-filter (0.6.0)
html-pipeline (~> 2.0)
ffi (1.9.25)
gemoji (2.1.0)
github-markdown (0.6.9)
hamster (3.0.0)
concurrent-ruby (~> 1.0)
html-pipeline (2.2.4)
activesupport (>= 2, < 5)
nokogiri (>= 1.4)
html-pipeline-asciidoc_filter (1.5.3)
asciidoctor (~> 1.5.3)
html-pipeline (~> 2.2.2)
html-pipeline-rouge_filter (1.0.7)
activesupport
html-pipeline (>= 1.11)
rouge (>= 2.0.0, < 4)
html-proofer (3.9.2)
activesupport (>= 4.2, < 6.0)
addressable (~> 2.3)
colorize (~> 0.8)
mercenary (~> 0.3.2)
nokogiri (~> 1.8.1)
parallel (~> 1.3)
typhoeus (~> 1.3)
yell (~> 2.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
kramdown (2.1.0)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.0)
mercenary (0.3.6)
method_source (0.9.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
nanoc (4.9.4)
addressable (~> 2.5)
cri (~> 2.13)
ddmemoize (~> 1.0)
ddmetrics (~> 1.0)
ddplugin (~> 1.0)
hamster (~> 3.0)
parallel (~> 1.12)
ref (~> 2.0)
slow_enumerator_tools (~> 1.0)
tomlrb (~> 1.2)
nanoc-conref-fs (0.7.0)
activesupport (~> 4.2)
liquid (~> 4.0)
nanoc (~> 4.9)
nanoc-html-pipeline (0.3.5)
html-pipeline (~> 2.0)
nanoc (>= 3.1, < 5.0)
nanoc-redirector (0.3.0)
nanoc (~> 4.9.0)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
parallel (1.12.1)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-coolline (0.2.5)
coolline (~> 0.5)
public_suffix (3.0.3)
rake (12.3.1)
ref (2.0.0)
rouge (3.2.1)
slow_enumerator_tools (1.1.0)
thread_safe (0.3.6)
tomlrb (1.2.7)
typhoeus (1.3.0)
ethon (>= 0.9.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode_utils (1.4.0)
yell (2.0.7)
PLATFORMS
ruby
x86_64-darwin-19
DEPENDENCIES
activesupport (~> 4.2)
colorize (~> 0.8.1)
extended-markdown-filter (~> 0.4)
gemoji (= 2.1.0)
github-markdown (~> 0.6.9)
html-pipeline-asciidoc_filter (~> 1.5)
html-pipeline-rouge_filter (~> 1.0)
html-proofer (~> 3.7)
kramdown
kramdown-parser-gfm
nanoc (~> 4.7)
nanoc-conref-fs (~> 0.7)
nanoc-html-pipeline (~> 0.3)
nanoc-redirector (~> 0.2)
pry
pry-coolline
rake
RUBY VERSION
ruby 2.4.2p198
BUNDLED WITH
1.17.3