-
Notifications
You must be signed in to change notification settings - Fork 63
/
Gemfile.lock
158 lines (155 loc) · 3.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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
GEM
remote: https://rubygems.org/
specs:
actionview (6.0.5)
activesupport (= 6.0.5)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (6.0.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
builder (3.2.4)
byebug (11.1.3)
codeclimate-test-reporter (0.6.0)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.3)
colorize (0.8.1)
concurrent-ruby (1.1.10)
crack (0.4.5)
rexml
crass (1.0.6)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.5.0)
docile (1.3.2)
erubi (1.10.0)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
git (1.5.0)
github_api (0.18.2)
addressable (~> 2.4)
descendants_tracker (~> 0.0.4)
faraday (~> 0.8)
hashie (~> 3.5, >= 3.5.2)
oauth2 (~> 1.0)
hashdiff (1.0.1)
hashie (3.6.0)
highline (2.0.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
i18n-coverage (0.1.1)
json (2.3.1)
juwelier (2.4.9)
builder
bundler
git
github_api
highline
kamelcase (~> 0)
nokogiri
psych
rake
rdoc
semver2
jwt (2.2.1)
kamelcase (0.0.2)
semver2 (~> 3)
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
method_source (1.0.0)
mini_portile2 (2.8.0)
minitest (5.15.0)
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
parseconfig (1.1.2)
parslet (1.8.2)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
psych (3.1.0)
public_suffix (4.0.6)
racc (1.6.0)
rack (2.2.8)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rake (13.0.6)
rdoc (6.3.2)
rexml (3.2.5)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rspec_junit_formatter (0.5.1)
rspec-core (>= 2, < 4, != 2.12.0)
ruby-handlebars (0.4.0)
parslet (~> 1.6, >= 1.6.2)
ruby_version (1.0.2)
semver2 (3.4.2)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
thread_safe (0.3.6)
tzinfo (1.2.11)
thread_safe (~> 0.1)
webmock (3.14.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.5.4)
PLATFORMS
ruby
DEPENDENCIES
actionview (~> 6)
codeclimate-test-reporter (~> 0.4, >= 0.4.6)
colorize (~> 0.7, >= 0.7.5)
i18n (~> 0.7, >= 0.7.0)
i18n-coverage (~> 0.1.1)
juwelier
multipart-post (~> 2.1, >= 2.1.1)
nokogiri (~> 1.10)
parseconfig (~> 1.0, >= 1.0.4)
pry (~> 0)
pry-byebug (~> 3)
rspec (~> 3.3)
rspec-mocks (~> 3.3)
rspec_junit_formatter
ruby-handlebars (~> 0.4.0)
ruby_version (~> 1)
webmock
BUNDLED WITH
2.3.11