forked from benbalter/word-to-markdown-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
121 lines (116 loc) · 2.62 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
GIT
remote: https://github.com/benbalter/word-to-markdown
revision: 53a08e0442797492aebd78cb2c37abc62dd80e80
specs:
word-to-markdown (1.1.7)
cliver (~> 0.3)
descriptive_statistics (~> 2.5)
nokogiri-styles (~> 0.1)
premailer (~> 1.8)
reverse_markdown (~> 1.0)
sys-proctable (~> 1.0)
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ast (2.4.0)
cliver (0.3.2)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
commonmarker (0.17.9)
ruby-enum (~> 0.5)
concurrent-ruby (1.0.5)
css_parser (1.6.0)
addressable
descriptive_statistics (2.5.1)
execjs (2.7.0)
ffi (1.9.25)
github-markdown (0.6.9)
html-pipeline (2.8.4)
activesupport (>= 2)
nokogiri (>= 1.4)
htmlentities (4.3.4)
i18n (1.0.1)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
mini_portile2 (2.3.0)
minitest (5.11.3)
mustermann (1.0.2)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
nokogiri-styles (0.1.2)
nokogiri
parallel (1.12.1)
parser (2.5.1.2)
ast (~> 2.4.0)
powerpack (0.1.2)
premailer (1.11.1)
addressable
css_parser (>= 1.6.0)
htmlentities (>= 4.0.0)
public_suffix (3.0.2)
rack (2.0.5)
rack-coffee (1.0.3)
coffee-script
rack
rack-protection (2.0.3)
rack
rainbow (3.0.0)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rerun (0.13.0)
listen (~> 3.0)
reverse_markdown (1.1.0)
nokogiri
rubocop (0.58.2)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-enum (0.7.2)
i18n
ruby-progressbar (1.9.0)
ruby_dep (1.5.0)
sinatra (2.0.3)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.3)
tilt (~> 2.0)
sys-proctable (1.2.1)
ffi
thread_safe (0.3.6)
tilt (2.0.8)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.4.0)
PLATFORMS
ruby
DEPENDENCIES
commonmarker
github-markdown
html-pipeline
rack-coffee
rerun
rubocop
sinatra
word-to-markdown!
RUBY VERSION
ruby 2.5.1p57
BUNDLED WITH
1.16.2