forked from veger/ruby-bbcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
100 lines (96 loc) · 2.04 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
PATH
remote: .
specs:
ruby-bbcode (2.1.1)
activesupport (>= 4.2.2)
GEM
remote: http://rubygems.org/
specs:
activesupport (5.2.4.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
ast (2.4.2)
backport (1.2.0)
concurrent-ruby (1.1.6)
docile (1.4.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
irb (1.0.0)
jaro_winkler (1.5.4)
maruku (0.7.3)
mini_portile2 (2.6.1)
minitest (5.14.4)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
parallel (1.20.1)
parser (2.7.2.0)
ast (~> 2.4.1)
racc (1.5.2)
rainbow (3.0.0)
rake (13.0.6)
rdoc (6.3.2)
regexp_parser (2.1.1)
reverse_markdown (1.4.0)
nokogiri
rexml (3.2.5)
rubocop (0.93.1)
parallel (~> 1.10)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
ruby-progressbar (1.11.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.3)
solargraph (0.38.0)
backport (~> 1.1)
bundler (>= 1.17.2)
jaro_winkler (~> 1.5)
maruku (~> 0.7, >= 0.7.3)
nokogiri (~> 1.9, >= 1.9.1)
parser (~> 2.3)
reverse_markdown (~> 1.0, >= 1.0.5)
rubocop (~> 0.52)
thor (~> 0.19, >= 0.19.4)
tilt (~> 2.0)
yard (~> 0.9)
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.10)
tins (1.29.1)
sync
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
yard (0.9.26)
PLATFORMS
ruby
DEPENDENCIES
irb
minitest
rake
rdoc
ruby-bbcode!
simplecov
simplecov-lcov
solargraph
term-ansicolor
tzinfo
BUNDLED WITH
2.2.26