-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathGemfile.lock
More file actions
122 lines (118 loc) · 2.74 KB
/
Gemfile.lock
File metadata and controls
122 lines (118 loc) · 2.74 KB
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
PATH
remote: .
specs:
string_tools (1.4.1)
actionpack (>= 4.2.0)
activesupport (>= 4.2.0)
addressable (>= 2.3.2)
nokogiri
rchardet19 (~> 1.3.5)
ru_propisju (>= 2.1.4)
sanitize (>= 3.1.2)
simpleidn (>= 0.0.5)
GEM
remote: https://rubygems.org/
specs:
actionpack (5.2.8.1)
actionview (= 5.2.8.1)
activesupport (= 5.2.8.1)
rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.8.1)
activesupport (= 5.2.8.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activesupport (5.2.8.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.8.8)
public_suffix (>= 2.0.2, < 8.0)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
bigdecimal (1.4.4)
builder (3.3.0)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.3.5)
crass (1.0.6)
diff-lcs (1.6.2)
docile (1.3.5)
erubi (1.13.1)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
loofah (2.21.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (1.1.0)
mini_portile2 (2.4.0)
minitest (5.15.0)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogumbo (2.0.5)
nokogiri (~> 1.8, >= 1.8.4)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
public_suffix (4.0.7)
rack (2.2.21)
rack-test (2.2.0)
rack (>= 1.3)
rails-dom-testing (2.1.1)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rake (13.3.1)
rchardet19 (1.3.7)
rspec (3.13.2)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.6)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.7)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.6)
ru_propisju (2.6.0)
sanitize (5.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.8.0)
nokogumbo (~> 2.0)
simplecov (0.18.5)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov-html (0.13.2)
simpleidn (0.2.3)
thor (1.2.2)
thread_safe (0.3.6)
tzinfo (1.2.11)
thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
appraisal (>= 1.0.2)
bigdecimal (< 2)
bundler
pry-byebug
rake
rspec (>= 3.4)
simplecov (>= 0.9)
string_tools!
BUNDLED WITH
1.17.3