forked from Shopify/better-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
77 lines (73 loc) · 1.52 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
PATH
remote: .
specs:
better_html (1.0.14)
actionview (>= 4.0)
activesupport (>= 4.0)
ast (~> 2.0)
erubi (~> 1.4)
html_tokenizer (~> 0.0.6)
parser (>= 2.4)
smart_properties
GEM
remote: https://rubygems.org/
specs:
actionview (5.1.2)
activesupport (= 5.1.2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activesupport (5.1.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
ast (2.4.0)
builder (3.2.3)
byebug (9.1.0)
coderay (1.1.2)
concurrent-ruby (1.0.5)
erubi (1.6.1)
html_tokenizer (0.0.6)
i18n (0.8.6)
loofah (2.0.3)
nokogiri (>= 1.5.9)
metaclass (0.0.4)
method_source (0.9.0)
mini_portile2 (2.3.0)
minitest (5.10.3)
mocha (1.2.1)
metaclass (~> 0.0.1)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
parser (2.6.3.0)
ast (~> 2.4.0)
pry (0.11.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.5.0)
byebug (~> 9.1)
pry (~> 0.10)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rake (11.1.2)
smart_properties (1.15.0)
thread_safe (0.3.6)
tzinfo (1.2.3)
thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
actionview
better_html!
html_tokenizer
minitest
mocha
pry-byebug
rake
BUNDLED WITH
1.17.3