activeadmin-reform 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,10 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "4.2.10"
6
+ gem "activeadmin", "1.2.1"
7
+ gem "reform", "2.2.4"
8
+ gem "reform-rails", "0.1.7"
9
+
10
+ gemspec path: "../"
@@ -0,0 +1,305 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ activeadmin-reform (0.4.0)
5
+ activeadmin (>= 1.0.0.pre5, <= 1.2.1)
6
+ disposable (>= 0.2.0)
7
+ rails (>= 3.2.22.5, <= 4.2.10)
8
+ reform (<= 2.3.0.rc1)
9
+ reform-rails (<= 0.2.0.rc2)
10
+
11
+ GEM
12
+ remote: https://rubygems.org/
13
+ specs:
14
+ actionmailer (4.2.10)
15
+ actionpack (= 4.2.10)
16
+ actionview (= 4.2.10)
17
+ activejob (= 4.2.10)
18
+ mail (~> 2.5, >= 2.5.4)
19
+ rails-dom-testing (~> 1.0, >= 1.0.5)
20
+ actionpack (4.2.10)
21
+ actionview (= 4.2.10)
22
+ activesupport (= 4.2.10)
23
+ rack (~> 1.6)
24
+ rack-test (~> 0.6.2)
25
+ rails-dom-testing (~> 1.0, >= 1.0.5)
26
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
+ actionview (4.2.10)
28
+ activesupport (= 4.2.10)
29
+ builder (~> 3.1)
30
+ erubis (~> 2.7.0)
31
+ rails-dom-testing (~> 1.0, >= 1.0.5)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
+ activeadmin (1.2.1)
34
+ arbre (>= 1.1.1)
35
+ coffee-rails
36
+ formtastic (~> 3.1)
37
+ formtastic_i18n
38
+ inherited_resources (~> 1.7)
39
+ jquery-rails (>= 4.2.0)
40
+ kaminari (>= 0.15, < 2.0)
41
+ railties (>= 4.2, < 5.2)
42
+ ransack (~> 1.3)
43
+ sass (~> 3.1)
44
+ sprockets (< 4.1)
45
+ activejob (4.2.10)
46
+ activesupport (= 4.2.10)
47
+ globalid (>= 0.3.0)
48
+ activemodel (4.2.10)
49
+ activesupport (= 4.2.10)
50
+ builder (~> 3.1)
51
+ activerecord (4.2.10)
52
+ activemodel (= 4.2.10)
53
+ activesupport (= 4.2.10)
54
+ arel (~> 6.0)
55
+ activesupport (4.2.10)
56
+ i18n (~> 0.7)
57
+ minitest (~> 5.1)
58
+ thread_safe (~> 0.3, >= 0.3.4)
59
+ tzinfo (~> 1.1)
60
+ addressable (2.5.2)
61
+ public_suffix (>= 2.0.2, < 4.0)
62
+ appraisal (2.2.0)
63
+ bundler
64
+ rake
65
+ thor (>= 0.14.0)
66
+ arbre (1.1.1)
67
+ activesupport (>= 3.0.0)
68
+ arel (6.0.4)
69
+ ast (2.3.0)
70
+ builder (3.2.3)
71
+ capybara (2.17.0)
72
+ addressable
73
+ mini_mime (>= 0.1.3)
74
+ nokogiri (>= 1.3.3)
75
+ rack (>= 1.0.0)
76
+ rack-test (>= 0.5.4)
77
+ xpath (>= 2.0, < 4.0)
78
+ cliver (0.3.2)
79
+ codeclimate-test-reporter (0.4.8)
80
+ simplecov (>= 0.7.1, < 1.0.0)
81
+ coffee-rails (4.2.2)
82
+ coffee-script (>= 2.2.0)
83
+ railties (>= 4.0.0)
84
+ coffee-script (2.4.1)
85
+ coffee-script-source
86
+ execjs
87
+ coffee-script-source (1.12.2)
88
+ concurrent-ruby (1.0.5)
89
+ crass (1.0.3)
90
+ database_cleaner (1.5.3)
91
+ declarative (0.0.10)
92
+ declarative-builder (0.1.0)
93
+ declarative-option (< 0.2.0)
94
+ declarative-option (0.1.0)
95
+ diff-lcs (1.3)
96
+ disposable (0.4.3)
97
+ declarative (>= 0.0.9, < 1.0.0)
98
+ declarative-builder (< 0.2.0)
99
+ declarative-option (< 0.2.0)
100
+ representable (>= 2.4.0, <= 3.1.0)
101
+ uber (< 0.2.0)
102
+ docile (1.1.5)
103
+ erubis (2.7.0)
104
+ execjs (2.7.0)
105
+ ffi (1.9.18)
106
+ formtastic (3.1.5)
107
+ actionpack (>= 3.2.13)
108
+ formtastic_i18n (0.6.0)
109
+ globalid (0.4.1)
110
+ activesupport (>= 4.2.0)
111
+ has_scope (0.7.1)
112
+ actionpack (>= 4.1, < 5.2)
113
+ activesupport (>= 4.1, < 5.2)
114
+ i18n (0.9.1)
115
+ concurrent-ruby (~> 1.0)
116
+ inherited_resources (1.8.0)
117
+ actionpack (>= 4.2, <= 5.2)
118
+ has_scope (~> 0.6)
119
+ railties (>= 4.2, <= 5.2)
120
+ responders
121
+ jquery-rails (4.3.1)
122
+ rails-dom-testing (>= 1, < 3)
123
+ railties (>= 4.2.0)
124
+ thor (>= 0.14, < 2.0)
125
+ json (2.1.0)
126
+ kaminari (1.1.1)
127
+ activesupport (>= 4.1.0)
128
+ kaminari-actionview (= 1.1.1)
129
+ kaminari-activerecord (= 1.1.1)
130
+ kaminari-core (= 1.1.1)
131
+ kaminari-actionview (1.1.1)
132
+ actionview
133
+ kaminari-core (= 1.1.1)
134
+ kaminari-activerecord (1.1.1)
135
+ activerecord
136
+ kaminari-core (= 1.1.1)
137
+ kaminari-core (1.1.1)
138
+ launchy (2.4.3)
139
+ addressable (~> 2.3)
140
+ loofah (2.1.1)
141
+ crass (~> 1.0.2)
142
+ nokogiri (>= 1.5.9)
143
+ mail (2.7.0)
144
+ mini_mime (>= 0.1.1)
145
+ mini_mime (1.0.0)
146
+ mini_portile2 (2.3.0)
147
+ minitest (5.11.1)
148
+ nokogiri (1.8.1)
149
+ mini_portile2 (~> 2.3.0)
150
+ parser (2.4.0.2)
151
+ ast (~> 2.3)
152
+ poltergeist (1.17.0)
153
+ capybara (~> 2.1)
154
+ cliver (~> 0.3.1)
155
+ websocket-driver (>= 0.2.0)
156
+ polyamorous (1.3.2)
157
+ activerecord (>= 3.0)
158
+ power_assert (1.1.1)
159
+ powerpack (0.1.1)
160
+ public_suffix (3.0.1)
161
+ rack (1.6.8)
162
+ rack-test (0.6.3)
163
+ rack (>= 1.0)
164
+ rails (4.2.10)
165
+ actionmailer (= 4.2.10)
166
+ actionpack (= 4.2.10)
167
+ actionview (= 4.2.10)
168
+ activejob (= 4.2.10)
169
+ activemodel (= 4.2.10)
170
+ activerecord (= 4.2.10)
171
+ activesupport (= 4.2.10)
172
+ bundler (>= 1.3.0, < 2.0)
173
+ railties (= 4.2.10)
174
+ sprockets-rails
175
+ rails-deprecated_sanitizer (1.0.3)
176
+ activesupport (>= 4.2.0.alpha)
177
+ rails-dom-testing (1.0.9)
178
+ activesupport (>= 4.2.0, < 5.0)
179
+ nokogiri (~> 1.6)
180
+ rails-deprecated_sanitizer (>= 1.0.1)
181
+ rails-html-sanitizer (1.0.3)
182
+ loofah (~> 2.0)
183
+ railties (4.2.10)
184
+ actionpack (= 4.2.10)
185
+ activesupport (= 4.2.10)
186
+ rake (>= 0.8.7)
187
+ thor (>= 0.18.1, < 2.0)
188
+ rainbow (2.2.2)
189
+ rake
190
+ rake (10.5.0)
191
+ ransack (1.8.4)
192
+ actionpack (>= 3.0)
193
+ activerecord (>= 3.0)
194
+ activesupport (>= 3.0)
195
+ i18n
196
+ polyamorous (~> 1.3)
197
+ rb-fsevent (0.10.2)
198
+ rb-inotify (0.9.10)
199
+ ffi (>= 0.5.0, < 2)
200
+ reform (2.2.4)
201
+ disposable (>= 0.4.1)
202
+ representable (>= 2.4.0, < 3.1.0)
203
+ reform-rails (0.1.7)
204
+ activemodel (>= 3.2)
205
+ reform (>= 2.2.0)
206
+ representable (3.0.4)
207
+ declarative (< 0.1.0)
208
+ declarative-option (< 0.2.0)
209
+ uber (< 0.2.0)
210
+ responders (2.4.0)
211
+ actionpack (>= 4.2.0, < 5.3)
212
+ railties (>= 4.2.0, < 5.3)
213
+ rspec (3.7.0)
214
+ rspec-core (~> 3.7.0)
215
+ rspec-expectations (~> 3.7.0)
216
+ rspec-mocks (~> 3.7.0)
217
+ rspec-core (3.7.1)
218
+ rspec-support (~> 3.7.0)
219
+ rspec-expectations (3.7.0)
220
+ diff-lcs (>= 1.2.0, < 2.0)
221
+ rspec-support (~> 3.7.0)
222
+ rspec-mocks (3.7.0)
223
+ diff-lcs (>= 1.2.0, < 2.0)
224
+ rspec-support (~> 3.7.0)
225
+ rspec-rails (3.7.2)
226
+ actionpack (>= 3.0)
227
+ activesupport (>= 3.0)
228
+ railties (>= 3.0)
229
+ rspec-core (~> 3.7.0)
230
+ rspec-expectations (~> 3.7.0)
231
+ rspec-mocks (~> 3.7.0)
232
+ rspec-support (~> 3.7.0)
233
+ rspec-support (3.7.0)
234
+ rspec_junit_formatter (0.3.0)
235
+ rspec-core (>= 2, < 4, != 2.12.0)
236
+ rubocop (0.40.0)
237
+ parser (>= 2.3.1.0, < 3.0)
238
+ powerpack (~> 0.1)
239
+ rainbow (>= 1.99.1, < 3.0)
240
+ ruby-progressbar (~> 1.7)
241
+ unicode-display_width (~> 1.0, >= 1.0.1)
242
+ rubocop-checkstyle_formatter (0.4.0)
243
+ rubocop (>= 0.35.1)
244
+ ruby-progressbar (1.9.0)
245
+ sass (3.5.5)
246
+ sass-listen (~> 4.0.0)
247
+ sass-listen (4.0.0)
248
+ rb-fsevent (~> 0.9, >= 0.9.4)
249
+ rb-inotify (~> 0.9, >= 0.9.7)
250
+ simplecov (0.15.1)
251
+ docile (~> 1.1.0)
252
+ json (>= 1.8, < 3)
253
+ simplecov-html (~> 0.10.0)
254
+ simplecov-html (0.10.2)
255
+ spbtv_code_style (1.4.1)
256
+ rspec_junit_formatter
257
+ rubocop (= 0.40.0)
258
+ rubocop-checkstyle_formatter
259
+ sprockets (3.7.1)
260
+ concurrent-ruby (~> 1.0)
261
+ rack (> 1, < 3)
262
+ sprockets-rails (3.2.1)
263
+ actionpack (>= 4.0)
264
+ activesupport (>= 4.0)
265
+ sprockets (>= 3.0.0)
266
+ sqlite3 (1.3.13)
267
+ test-unit (3.2.7)
268
+ power_assert
269
+ thor (0.20.0)
270
+ thread_safe (0.3.6)
271
+ tzinfo (1.2.4)
272
+ thread_safe (~> 0.1)
273
+ uber (0.1.0)
274
+ unicode-display_width (1.3.0)
275
+ websocket-driver (0.7.0)
276
+ websocket-extensions (>= 0.1.0)
277
+ websocket-extensions (0.1.3)
278
+ xpath (3.0.0)
279
+ nokogiri (~> 1.8)
280
+
281
+ PLATFORMS
282
+ ruby
283
+
284
+ DEPENDENCIES
285
+ activeadmin (= 1.2.1)
286
+ activeadmin-reform!
287
+ appraisal (= 2.2.0)
288
+ bundler (~> 1.10)
289
+ capybara (= 2.17.0)
290
+ codeclimate-test-reporter (~> 0.4.8)
291
+ database_cleaner (~> 1.5.1)
292
+ launchy (~> 2.4.3)
293
+ poltergeist
294
+ rails (= 4.2.10)
295
+ rake (~> 10.0)
296
+ reform (= 2.2.4)
297
+ reform-rails (= 0.1.7)
298
+ rspec (~> 3.4)
299
+ rspec-rails
300
+ spbtv_code_style (~> 1.4.1)
301
+ sqlite3 (~> 1.3.11)
302
+ test-unit (~> 3.0)
303
+
304
+ BUNDLED WITH
305
+ 1.16.1
@@ -0,0 +1,10 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "4.2.10"
6
+ gem "activeadmin", "1.2.1"
7
+ gem "reform", "2.3.0.rc1"
8
+ gem "reform-rails", "0.2.0.rc2"
9
+
10
+ gemspec path: "../"
@@ -0,0 +1,306 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ activeadmin-reform (0.4.0)
5
+ activeadmin (>= 1.0.0.pre5, <= 1.2.1)
6
+ disposable (>= 0.2.0)
7
+ rails (>= 3.2.22.5, <= 4.2.10)
8
+ reform (<= 2.3.0.rc1)
9
+ reform-rails (<= 0.2.0.rc2)
10
+
11
+ GEM
12
+ remote: https://rubygems.org/
13
+ specs:
14
+ actionmailer (4.2.10)
15
+ actionpack (= 4.2.10)
16
+ actionview (= 4.2.10)
17
+ activejob (= 4.2.10)
18
+ mail (~> 2.5, >= 2.5.4)
19
+ rails-dom-testing (~> 1.0, >= 1.0.5)
20
+ actionpack (4.2.10)
21
+ actionview (= 4.2.10)
22
+ activesupport (= 4.2.10)
23
+ rack (~> 1.6)
24
+ rack-test (~> 0.6.2)
25
+ rails-dom-testing (~> 1.0, >= 1.0.5)
26
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
+ actionview (4.2.10)
28
+ activesupport (= 4.2.10)
29
+ builder (~> 3.1)
30
+ erubis (~> 2.7.0)
31
+ rails-dom-testing (~> 1.0, >= 1.0.5)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
+ activeadmin (1.2.1)
34
+ arbre (>= 1.1.1)
35
+ coffee-rails
36
+ formtastic (~> 3.1)
37
+ formtastic_i18n
38
+ inherited_resources (~> 1.7)
39
+ jquery-rails (>= 4.2.0)
40
+ kaminari (>= 0.15, < 2.0)
41
+ railties (>= 4.2, < 5.2)
42
+ ransack (~> 1.3)
43
+ sass (~> 3.1)
44
+ sprockets (< 4.1)
45
+ activejob (4.2.10)
46
+ activesupport (= 4.2.10)
47
+ globalid (>= 0.3.0)
48
+ activemodel (4.2.10)
49
+ activesupport (= 4.2.10)
50
+ builder (~> 3.1)
51
+ activerecord (4.2.10)
52
+ activemodel (= 4.2.10)
53
+ activesupport (= 4.2.10)
54
+ arel (~> 6.0)
55
+ activesupport (4.2.10)
56
+ i18n (~> 0.7)
57
+ minitest (~> 5.1)
58
+ thread_safe (~> 0.3, >= 0.3.4)
59
+ tzinfo (~> 1.1)
60
+ addressable (2.5.2)
61
+ public_suffix (>= 2.0.2, < 4.0)
62
+ appraisal (2.2.0)
63
+ bundler
64
+ rake
65
+ thor (>= 0.14.0)
66
+ arbre (1.1.1)
67
+ activesupport (>= 3.0.0)
68
+ arel (6.0.4)
69
+ ast (2.3.0)
70
+ builder (3.2.3)
71
+ capybara (2.17.0)
72
+ addressable
73
+ mini_mime (>= 0.1.3)
74
+ nokogiri (>= 1.3.3)
75
+ rack (>= 1.0.0)
76
+ rack-test (>= 0.5.4)
77
+ xpath (>= 2.0, < 4.0)
78
+ cliver (0.3.2)
79
+ codeclimate-test-reporter (0.4.8)
80
+ simplecov (>= 0.7.1, < 1.0.0)
81
+ coffee-rails (4.2.2)
82
+ coffee-script (>= 2.2.0)
83
+ railties (>= 4.0.0)
84
+ coffee-script (2.4.1)
85
+ coffee-script-source
86
+ execjs
87
+ coffee-script-source (1.12.2)
88
+ concurrent-ruby (1.0.5)
89
+ crass (1.0.3)
90
+ database_cleaner (1.5.3)
91
+ declarative (0.0.10)
92
+ declarative-builder (0.1.0)
93
+ declarative-option (< 0.2.0)
94
+ declarative-option (0.1.0)
95
+ diff-lcs (1.3)
96
+ disposable (0.4.3)
97
+ declarative (>= 0.0.9, < 1.0.0)
98
+ declarative-builder (< 0.2.0)
99
+ declarative-option (< 0.2.0)
100
+ representable (>= 2.4.0, <= 3.1.0)
101
+ uber (< 0.2.0)
102
+ docile (1.1.5)
103
+ erubis (2.7.0)
104
+ execjs (2.7.0)
105
+ ffi (1.9.18)
106
+ formtastic (3.1.5)
107
+ actionpack (>= 3.2.13)
108
+ formtastic_i18n (0.6.0)
109
+ globalid (0.4.1)
110
+ activesupport (>= 4.2.0)
111
+ has_scope (0.7.1)
112
+ actionpack (>= 4.1, < 5.2)
113
+ activesupport (>= 4.1, < 5.2)
114
+ i18n (0.9.1)
115
+ concurrent-ruby (~> 1.0)
116
+ inherited_resources (1.8.0)
117
+ actionpack (>= 4.2, <= 5.2)
118
+ has_scope (~> 0.6)
119
+ railties (>= 4.2, <= 5.2)
120
+ responders
121
+ jquery-rails (4.3.1)
122
+ rails-dom-testing (>= 1, < 3)
123
+ railties (>= 4.2.0)
124
+ thor (>= 0.14, < 2.0)
125
+ json (2.1.0)
126
+ kaminari (1.1.1)
127
+ activesupport (>= 4.1.0)
128
+ kaminari-actionview (= 1.1.1)
129
+ kaminari-activerecord (= 1.1.1)
130
+ kaminari-core (= 1.1.1)
131
+ kaminari-actionview (1.1.1)
132
+ actionview
133
+ kaminari-core (= 1.1.1)
134
+ kaminari-activerecord (1.1.1)
135
+ activerecord
136
+ kaminari-core (= 1.1.1)
137
+ kaminari-core (1.1.1)
138
+ launchy (2.4.3)
139
+ addressable (~> 2.3)
140
+ loofah (2.1.1)
141
+ crass (~> 1.0.2)
142
+ nokogiri (>= 1.5.9)
143
+ mail (2.7.0)
144
+ mini_mime (>= 0.1.1)
145
+ mini_mime (1.0.0)
146
+ mini_portile2 (2.3.0)
147
+ minitest (5.11.1)
148
+ nokogiri (1.8.1)
149
+ mini_portile2 (~> 2.3.0)
150
+ parser (2.4.0.2)
151
+ ast (~> 2.3)
152
+ poltergeist (1.17.0)
153
+ capybara (~> 2.1)
154
+ cliver (~> 0.3.1)
155
+ websocket-driver (>= 0.2.0)
156
+ polyamorous (1.3.2)
157
+ activerecord (>= 3.0)
158
+ power_assert (1.1.1)
159
+ powerpack (0.1.1)
160
+ public_suffix (3.0.1)
161
+ rack (1.6.8)
162
+ rack-test (0.6.3)
163
+ rack (>= 1.0)
164
+ rails (4.2.10)
165
+ actionmailer (= 4.2.10)
166
+ actionpack (= 4.2.10)
167
+ actionview (= 4.2.10)
168
+ activejob (= 4.2.10)
169
+ activemodel (= 4.2.10)
170
+ activerecord (= 4.2.10)
171
+ activesupport (= 4.2.10)
172
+ bundler (>= 1.3.0, < 2.0)
173
+ railties (= 4.2.10)
174
+ sprockets-rails
175
+ rails-deprecated_sanitizer (1.0.3)
176
+ activesupport (>= 4.2.0.alpha)
177
+ rails-dom-testing (1.0.9)
178
+ activesupport (>= 4.2.0, < 5.0)
179
+ nokogiri (~> 1.6)
180
+ rails-deprecated_sanitizer (>= 1.0.1)
181
+ rails-html-sanitizer (1.0.3)
182
+ loofah (~> 2.0)
183
+ railties (4.2.10)
184
+ actionpack (= 4.2.10)
185
+ activesupport (= 4.2.10)
186
+ rake (>= 0.8.7)
187
+ thor (>= 0.18.1, < 2.0)
188
+ rainbow (2.2.2)
189
+ rake
190
+ rake (10.5.0)
191
+ ransack (1.8.4)
192
+ actionpack (>= 3.0)
193
+ activerecord (>= 3.0)
194
+ activesupport (>= 3.0)
195
+ i18n
196
+ polyamorous (~> 1.3)
197
+ rb-fsevent (0.10.2)
198
+ rb-inotify (0.9.10)
199
+ ffi (>= 0.5.0, < 2)
200
+ reform (2.3.0.rc1)
201
+ disposable (>= 0.4.2, < 0.5.0)
202
+ representable (>= 2.4.0, < 3.1.0)
203
+ uber (< 0.2.0)
204
+ reform-rails (0.2.0.rc2)
205
+ activemodel (>= 3.2)
206
+ reform (>= 2.3.0.rc1, < 3.0.0)
207
+ representable (3.0.4)
208
+ declarative (< 0.1.0)
209
+ declarative-option (< 0.2.0)
210
+ uber (< 0.2.0)
211
+ responders (2.4.0)
212
+ actionpack (>= 4.2.0, < 5.3)
213
+ railties (>= 4.2.0, < 5.3)
214
+ rspec (3.7.0)
215
+ rspec-core (~> 3.7.0)
216
+ rspec-expectations (~> 3.7.0)
217
+ rspec-mocks (~> 3.7.0)
218
+ rspec-core (3.7.1)
219
+ rspec-support (~> 3.7.0)
220
+ rspec-expectations (3.7.0)
221
+ diff-lcs (>= 1.2.0, < 2.0)
222
+ rspec-support (~> 3.7.0)
223
+ rspec-mocks (3.7.0)
224
+ diff-lcs (>= 1.2.0, < 2.0)
225
+ rspec-support (~> 3.7.0)
226
+ rspec-rails (3.7.2)
227
+ actionpack (>= 3.0)
228
+ activesupport (>= 3.0)
229
+ railties (>= 3.0)
230
+ rspec-core (~> 3.7.0)
231
+ rspec-expectations (~> 3.7.0)
232
+ rspec-mocks (~> 3.7.0)
233
+ rspec-support (~> 3.7.0)
234
+ rspec-support (3.7.0)
235
+ rspec_junit_formatter (0.3.0)
236
+ rspec-core (>= 2, < 4, != 2.12.0)
237
+ rubocop (0.40.0)
238
+ parser (>= 2.3.1.0, < 3.0)
239
+ powerpack (~> 0.1)
240
+ rainbow (>= 1.99.1, < 3.0)
241
+ ruby-progressbar (~> 1.7)
242
+ unicode-display_width (~> 1.0, >= 1.0.1)
243
+ rubocop-checkstyle_formatter (0.4.0)
244
+ rubocop (>= 0.35.1)
245
+ ruby-progressbar (1.9.0)
246
+ sass (3.5.5)
247
+ sass-listen (~> 4.0.0)
248
+ sass-listen (4.0.0)
249
+ rb-fsevent (~> 0.9, >= 0.9.4)
250
+ rb-inotify (~> 0.9, >= 0.9.7)
251
+ simplecov (0.15.1)
252
+ docile (~> 1.1.0)
253
+ json (>= 1.8, < 3)
254
+ simplecov-html (~> 0.10.0)
255
+ simplecov-html (0.10.2)
256
+ spbtv_code_style (1.4.1)
257
+ rspec_junit_formatter
258
+ rubocop (= 0.40.0)
259
+ rubocop-checkstyle_formatter
260
+ sprockets (3.7.1)
261
+ concurrent-ruby (~> 1.0)
262
+ rack (> 1, < 3)
263
+ sprockets-rails (3.2.1)
264
+ actionpack (>= 4.0)
265
+ activesupport (>= 4.0)
266
+ sprockets (>= 3.0.0)
267
+ sqlite3 (1.3.13)
268
+ test-unit (3.2.7)
269
+ power_assert
270
+ thor (0.20.0)
271
+ thread_safe (0.3.6)
272
+ tzinfo (1.2.4)
273
+ thread_safe (~> 0.1)
274
+ uber (0.1.0)
275
+ unicode-display_width (1.3.0)
276
+ websocket-driver (0.7.0)
277
+ websocket-extensions (>= 0.1.0)
278
+ websocket-extensions (0.1.3)
279
+ xpath (3.0.0)
280
+ nokogiri (~> 1.8)
281
+
282
+ PLATFORMS
283
+ ruby
284
+
285
+ DEPENDENCIES
286
+ activeadmin (= 1.2.1)
287
+ activeadmin-reform!
288
+ appraisal (= 2.2.0)
289
+ bundler (~> 1.10)
290
+ capybara (= 2.17.0)
291
+ codeclimate-test-reporter (~> 0.4.8)
292
+ database_cleaner (~> 1.5.1)
293
+ launchy (~> 2.4.3)
294
+ poltergeist
295
+ rails (= 4.2.10)
296
+ rake (~> 10.0)
297
+ reform (= 2.3.0.rc1)
298
+ reform-rails (= 0.2.0.rc2)
299
+ rspec (~> 3.4)
300
+ rspec-rails
301
+ spbtv_code_style (~> 1.4.1)
302
+ sqlite3 (~> 1.3.11)
303
+ test-unit (~> 3.0)
304
+
305
+ BUNDLED WITH
306
+ 1.16.1