activeadmin 1.4.2 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of activeadmin might be problematic. Click here for more details.

@@ -2,7 +2,7 @@ source "https://rubygems.org"
2
2
 
3
3
  eval_gemfile(File.expand_path(File.join("..", "Gemfile.common"), __dir__))
4
4
 
5
- gem "rails", "4.2.10"
5
+ gem "rails", "~> 4.2.10"
6
6
  gem "devise", "~> 4.4" # required for Ruby 2.5, see devise/issues/4736
7
7
  gem "draper", "~> 2.1"
8
8
  gem "activerecord-jdbcsqlite3-adapter", "~> 1.3", platforms: :jruby
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- activeadmin (1.4.2)
4
+ activeadmin (1.4.3)
5
5
  arbre (>= 1.1.1)
6
6
  coffee-rails
7
7
  formtastic (~> 3.1)
@@ -17,41 +17,41 @@ PATH
17
17
  GEM
18
18
  remote: https://rubygems.org/
19
19
  specs:
20
- actionmailer (4.2.10)
21
- actionpack (= 4.2.10)
22
- actionview (= 4.2.10)
23
- activejob (= 4.2.10)
20
+ actionmailer (4.2.11)
21
+ actionpack (= 4.2.11)
22
+ actionview (= 4.2.11)
23
+ activejob (= 4.2.11)
24
24
  mail (~> 2.5, >= 2.5.4)
25
25
  rails-dom-testing (~> 1.0, >= 1.0.5)
26
- actionpack (4.2.10)
27
- actionview (= 4.2.10)
28
- activesupport (= 4.2.10)
26
+ actionpack (4.2.11)
27
+ actionview (= 4.2.11)
28
+ activesupport (= 4.2.11)
29
29
  rack (~> 1.6)
30
30
  rack-test (~> 0.6.2)
31
31
  rails-dom-testing (~> 1.0, >= 1.0.5)
32
32
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
33
- actionview (4.2.10)
34
- activesupport (= 4.2.10)
33
+ actionview (4.2.11)
34
+ activesupport (= 4.2.11)
35
35
  builder (~> 3.1)
36
36
  erubis (~> 2.7.0)
37
37
  rails-dom-testing (~> 1.0, >= 1.0.5)
38
38
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
39
- activejob (4.2.10)
40
- activesupport (= 4.2.10)
39
+ activejob (4.2.11)
40
+ activesupport (= 4.2.11)
41
41
  globalid (>= 0.3.0)
42
- activemodel (4.2.10)
43
- activesupport (= 4.2.10)
42
+ activemodel (4.2.11)
43
+ activesupport (= 4.2.11)
44
44
  builder (~> 3.1)
45
- activerecord (4.2.10)
46
- activemodel (= 4.2.10)
47
- activesupport (= 4.2.10)
45
+ activerecord (4.2.11)
46
+ activemodel (= 4.2.11)
47
+ activesupport (= 4.2.11)
48
48
  arel (~> 6.0)
49
49
  activerecord-jdbc-adapter (1.3.25)
50
50
  activerecord (>= 2.2, < 5.0)
51
51
  activerecord-jdbcsqlite3-adapter (1.3.25)
52
52
  activerecord-jdbc-adapter (~> 1.3.25)
53
53
  jdbc-sqlite3 (>= 3.7.2, < 3.9)
54
- activesupport (4.2.10)
54
+ activesupport (4.2.11)
55
55
  i18n (~> 0.7)
56
56
  minitest (~> 5.1)
57
57
  thread_safe (~> 0.3, >= 0.3.4)
@@ -61,20 +61,13 @@ GEM
61
61
  arbre (1.1.1)
62
62
  activesupport (>= 3.0.0)
63
63
  arel (6.0.4)
64
- ast (2.4.0)
65
64
  backports (3.11.4)
66
65
  bcrypt (3.1.12)
67
66
  bcrypt (3.1.12-java)
68
- better_errors (2.5.0)
69
- coderay (>= 1.0.0)
70
- erubi (>= 1.0.0)
71
- rack (>= 0.9.0)
72
- binding_of_caller (0.8.0)
73
- debug_inspector (>= 0.0.1)
74
67
  builder (3.2.3)
75
68
  byebug (10.0.2)
76
69
  cancan (1.6.10)
77
- capybara (3.10.0)
70
+ capybara (3.12.0)
78
71
  addressable
79
72
  mini_mime (>= 0.1.3)
80
73
  nokogiri (~> 1.8)
@@ -84,10 +77,6 @@ GEM
84
77
  xpath (~> 3.2)
85
78
  childprocess (0.9.0)
86
79
  ffi (~> 1.0, >= 1.0.11)
87
- codecov (0.1.13)
88
- json
89
- simplecov
90
- url
91
80
  coderay (1.1.2)
92
81
  coffee-rails (4.2.2)
93
82
  coffee-script (>= 2.2.0)
@@ -121,7 +110,6 @@ GEM
121
110
  cucumber-tag_expressions (1.1.1)
122
111
  cucumber-wire (0.0.1)
123
112
  database_cleaner (1.7.0)
124
- debug_inspector (0.0.3)
125
113
  devise (4.5.0)
126
114
  bcrypt (~> 3.0)
127
115
  orm_adapter (~> 0.1)
@@ -135,7 +123,6 @@ GEM
135
123
  activemodel (>= 3.0)
136
124
  activesupport (>= 3.0)
137
125
  request_store (~> 1.0)
138
- erubi (1.7.1)
139
126
  erubis (2.7.0)
140
127
  execjs (2.7.0)
141
128
  ffi (1.9.25)
@@ -149,29 +136,13 @@ GEM
149
136
  has_scope (0.7.2)
150
137
  actionpack (>= 4.1)
151
138
  activesupport (>= 4.1)
152
- highline (2.0.0)
153
139
  i18n (0.9.5)
154
140
  concurrent-ruby (~> 1.0)
155
- i18n-spec (0.6.0)
156
- iso
157
- i18n-tasks (0.9.25)
158
- activesupport (>= 4.0.2)
159
- ast (>= 2.1.0)
160
- erubi
161
- highline (>= 2.0.0)
162
- i18n
163
- parser (>= 2.2.3.0)
164
- rainbow (>= 2.2.2, < 4.0)
165
- terminal-table (>= 1.5.1)
166
141
  inherited_resources (1.9.0)
167
142
  actionpack (>= 4.2, < 5.3)
168
143
  has_scope (~> 0.6)
169
144
  railties (>= 4.2, < 5.3)
170
145
  responders
171
- iso (0.2.2)
172
- i18n
173
- jaro_winkler (1.5.1)
174
- jaro_winkler (1.5.1-java)
175
146
  jasmine (2.9.0)
176
147
  jasmine-core (>= 2.9.0, < 3.0.0)
177
148
  phantomjs
@@ -198,21 +169,16 @@ GEM
198
169
  activerecord
199
170
  kaminari-core (= 1.1.1)
200
171
  kaminari-core (1.1.1)
201
- kramdown (1.17.0)
202
172
  launchy (2.4.3)
203
173
  addressable (~> 2.3)
204
174
  launchy (2.4.3-java)
205
175
  addressable (~> 2.3)
206
176
  spoon (~> 0.0.1)
207
- loofah (2.2.2)
177
+ loofah (2.2.3)
208
178
  crass (~> 1.0.2)
209
179
  nokogiri (>= 1.5.9)
210
180
  mail (2.7.1)
211
181
  mini_mime (>= 0.1.1)
212
- mdl (0.4.0)
213
- kramdown (~> 1.12, >= 1.12.0)
214
- mixlib-cli (~> 1.7, >= 1.7.0)
215
- mixlib-config (~> 2.2, >= 2.2.1)
216
182
  method_source (0.9.0)
217
183
  mime-types (3.2.2)
218
184
  mime-types-data (~> 3.2015)
@@ -220,9 +186,6 @@ GEM
220
186
  mini_mime (1.0.1)
221
187
  mini_portile2 (2.3.0)
222
188
  minitest (5.11.3)
223
- mixlib-cli (1.7.0)
224
- mixlib-config (2.2.13)
225
- tomlrb
226
189
  multi_json (1.13.1)
227
190
  multi_test (0.1.2)
228
191
  nokogiri (1.8.5)
@@ -232,10 +195,7 @@ GEM
232
195
  parallel (1.12.1)
233
196
  parallel_tests (2.26.0)
234
197
  parallel
235
- parser (2.5.1.2)
236
- ast (~> 2.4.0)
237
198
  phantomjs (2.1.1.0)
238
- powerpack (0.1.2)
239
199
  pry (0.11.3)
240
200
  coderay (~> 1.1.0)
241
201
  method_source (~> 0.9.0)
@@ -249,21 +209,19 @@ GEM
249
209
  public_suffix (3.0.3)
250
210
  pundit (2.0.0)
251
211
  activesupport (>= 3.0.0)
252
- rack (1.6.10)
253
- rack-mini-profiler (1.0.0)
254
- rack (>= 1.2.0)
212
+ rack (1.6.11)
255
213
  rack-test (0.6.3)
256
214
  rack (>= 1.0)
257
- rails (4.2.10)
258
- actionmailer (= 4.2.10)
259
- actionpack (= 4.2.10)
260
- actionview (= 4.2.10)
261
- activejob (= 4.2.10)
262
- activemodel (= 4.2.10)
263
- activerecord (= 4.2.10)
264
- activesupport (= 4.2.10)
215
+ rails (4.2.11)
216
+ actionmailer (= 4.2.11)
217
+ actionpack (= 4.2.11)
218
+ actionview (= 4.2.11)
219
+ activejob (= 4.2.11)
220
+ activemodel (= 4.2.11)
221
+ activerecord (= 4.2.11)
222
+ activesupport (= 4.2.11)
265
223
  bundler (>= 1.3.0, < 2.0)
266
- railties (= 4.2.10)
224
+ railties (= 4.2.11)
267
225
  sprockets-rails
268
226
  rails-deprecated_sanitizer (1.0.3)
269
227
  activesupport (>= 4.2.0.alpha)
@@ -276,13 +234,11 @@ GEM
276
234
  rails-i18n (4.0.9)
277
235
  i18n (~> 0.7)
278
236
  railties (~> 4.0)
279
- railties (4.2.10)
280
- actionpack (= 4.2.10)
281
- activesupport (= 4.2.10)
237
+ railties (4.2.11)
238
+ actionpack (= 4.2.11)
239
+ activesupport (= 4.2.11)
282
240
  rake (>= 0.8.7)
283
241
  thor (>= 0.18.1, < 2.0)
284
- rainbow (2.2.2)
285
- rake
286
242
  rake (12.3.1)
287
243
  ransack (1.8.9)
288
244
  actionpack (>= 3.0, <= 5.1.1)
@@ -292,8 +248,7 @@ GEM
292
248
  rb-fsevent (0.10.3)
293
249
  rb-inotify (0.9.10)
294
250
  ffi (>= 0.5.0, < 2)
295
- redcarpet (3.4.0)
296
- regexp_parser (1.2.0)
251
+ regexp_parser (1.3.0)
297
252
  request_store (1.4.1)
298
253
  rack (>= 1.4)
299
254
  responders (2.4.0)
@@ -316,15 +271,6 @@ GEM
316
271
  rspec-mocks (~> 3.8.0)
317
272
  rspec-support (~> 3.8.0)
318
273
  rspec-support (3.8.0)
319
- rubocop (0.59.2)
320
- jaro_winkler (~> 1.5.1)
321
- parallel (~> 1.10)
322
- parser (>= 2.5, != 2.5.1.1)
323
- powerpack (~> 0.1)
324
- rainbow (>= 2.2.2, < 4.0)
325
- ruby-progressbar (~> 1.7)
326
- unicode-display_width (~> 1.0, >= 1.0.1)
327
- ruby-progressbar (1.10.0)
328
274
  rubyzip (1.2.2)
329
275
  sass (3.7.2)
330
276
  sass-listen (~> 4.0.0)
@@ -349,21 +295,15 @@ GEM
349
295
  activesupport (>= 4.0)
350
296
  sprockets (>= 3.0.0)
351
297
  sqlite3 (1.3.13)
352
- terminal-table (1.8.0)
353
- unicode-display_width (~> 1.1, >= 1.1.1)
354
- thor (0.20.0)
298
+ thor (0.20.3)
355
299
  thread_safe (0.3.6)
356
300
  thread_safe (0.3.6-java)
357
- tomlrb (1.2.7)
358
301
  tzinfo (1.2.5)
359
302
  thread_safe (~> 0.1)
360
- unicode-display_width (1.4.0)
361
- url (0.3.2)
362
303
  warden (1.2.7)
363
304
  rack (>= 1.0)
364
305
  xpath (3.2.0)
365
306
  nokogiri (~> 1.8)
366
- yard (0.9.16)
367
307
 
368
308
  PLATFORMS
369
309
  java
@@ -372,39 +312,28 @@ PLATFORMS
372
312
  DEPENDENCIES
373
313
  activeadmin!
374
314
  activerecord-jdbcsqlite3-adapter (~> 1.3)
375
- better_errors
376
- binding_of_caller
377
315
  cancan
378
316
  capybara (~> 3.10)
379
- codecov
380
317
  cucumber
381
318
  cucumber-rails (~> 1.5)
382
319
  database_cleaner
383
320
  devise (~> 4.4)
384
321
  draper (~> 2.1)
385
- i18n-spec
386
- i18n-tasks
387
322
  jasmine
388
323
  jasmine-core (= 2.9.1)
389
324
  jruby-openssl (~> 0.10.1)
390
- kramdown
391
325
  launchy
392
- mdl (= 0.4.0)
393
326
  parallel_tests (~> 2.26)
394
327
  pry
395
328
  pry-byebug
396
329
  pundit
397
- rack-mini-profiler (>= 0.10.1)
398
- rails (= 4.2.10)
330
+ rails (~> 4.2.10)
399
331
  rails-i18n
400
332
  rake
401
- redcarpet
402
333
  rspec-rails
403
- rubocop (= 0.59.2)
404
334
  selenium-webdriver
405
335
  simplecov
406
336
  sqlite3
407
- yard
408
337
 
409
338
  BUNDLED WITH
410
339
  1.17.1
@@ -2,7 +2,7 @@ source "https://rubygems.org"
2
2
 
3
3
  eval_gemfile(File.expand_path(File.join("..", "Gemfile.common"), __dir__))
4
4
 
5
- gem "rails", "5.0.7"
5
+ gem "rails", "~> 5.0.7"
6
6
  gem "devise", "~> 4.0"
7
7
  gem "draper", "~> 3.0"
8
8
  gem "activerecord-jdbcsqlite3-adapter", "~> 50.0", platforms: :jruby
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- activeadmin (1.4.2)
4
+ activeadmin (1.4.3)
5
5
  arbre (>= 1.1.1)
6
6
  coffee-rails
7
7
  formtastic (~> 3.1)
@@ -17,48 +17,48 @@ PATH
17
17
  GEM
18
18
  remote: https://rubygems.org/
19
19
  specs:
20
- actioncable (5.0.7)
21
- actionpack (= 5.0.7)
20
+ actioncable (5.0.7.1)
21
+ actionpack (= 5.0.7.1)
22
22
  nio4r (>= 1.2, < 3.0)
23
23
  websocket-driver (~> 0.6.1)
24
- actionmailer (5.0.7)
25
- actionpack (= 5.0.7)
26
- actionview (= 5.0.7)
27
- activejob (= 5.0.7)
24
+ actionmailer (5.0.7.1)
25
+ actionpack (= 5.0.7.1)
26
+ actionview (= 5.0.7.1)
27
+ activejob (= 5.0.7.1)
28
28
  mail (~> 2.5, >= 2.5.4)
29
29
  rails-dom-testing (~> 2.0)
30
- actionpack (5.0.7)
31
- actionview (= 5.0.7)
32
- activesupport (= 5.0.7)
30
+ actionpack (5.0.7.1)
31
+ actionview (= 5.0.7.1)
32
+ activesupport (= 5.0.7.1)
33
33
  rack (~> 2.0)
34
34
  rack-test (~> 0.6.3)
35
35
  rails-dom-testing (~> 2.0)
36
36
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
37
- actionview (5.0.7)
38
- activesupport (= 5.0.7)
37
+ actionview (5.0.7.1)
38
+ activesupport (= 5.0.7.1)
39
39
  builder (~> 3.1)
40
40
  erubis (~> 2.7.0)
41
41
  rails-dom-testing (~> 2.0)
42
42
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
43
- activejob (5.0.7)
44
- activesupport (= 5.0.7)
43
+ activejob (5.0.7.1)
44
+ activesupport (= 5.0.7.1)
45
45
  globalid (>= 0.3.6)
46
- activemodel (5.0.7)
47
- activesupport (= 5.0.7)
46
+ activemodel (5.0.7.1)
47
+ activesupport (= 5.0.7.1)
48
48
  activemodel-serializers-xml (1.0.2)
49
49
  activemodel (> 5.x)
50
50
  activesupport (> 5.x)
51
51
  builder (~> 3.1)
52
- activerecord (5.0.7)
53
- activemodel (= 5.0.7)
54
- activesupport (= 5.0.7)
52
+ activerecord (5.0.7.1)
53
+ activemodel (= 5.0.7.1)
54
+ activesupport (= 5.0.7.1)
55
55
  arel (~> 7.0)
56
56
  activerecord-jdbc-adapter (50.2-java)
57
57
  activerecord (~> 5.0.0, >= 5.0.3)
58
58
  activerecord-jdbcsqlite3-adapter (50.2-java)
59
59
  activerecord-jdbc-adapter (= 50.2)
60
60
  jdbc-sqlite3 (~> 3.8, < 3.30)
61
- activesupport (5.0.7)
61
+ activesupport (5.0.7.1)
62
62
  concurrent-ruby (~> 1.0, >= 1.0.2)
63
63
  i18n (>= 0.7, < 2)
64
64
  minitest (~> 5.1)
@@ -68,20 +68,13 @@ GEM
68
68
  arbre (1.1.1)
69
69
  activesupport (>= 3.0.0)
70
70
  arel (7.1.4)
71
- ast (2.4.0)
72
71
  backports (3.11.4)
73
72
  bcrypt (3.1.12)
74
73
  bcrypt (3.1.12-java)
75
- better_errors (2.5.0)
76
- coderay (>= 1.0.0)
77
- erubi (>= 1.0.0)
78
- rack (>= 0.9.0)
79
- binding_of_caller (0.8.0)
80
- debug_inspector (>= 0.0.1)
81
74
  builder (3.2.3)
82
75
  byebug (10.0.2)
83
76
  cancan (1.6.10)
84
- capybara (3.10.0)
77
+ capybara (3.12.0)
85
78
  addressable
86
79
  mini_mime (>= 0.1.3)
87
80
  nokogiri (~> 1.8)
@@ -91,10 +84,6 @@ GEM
91
84
  xpath (~> 3.2)
92
85
  childprocess (0.9.0)
93
86
  ffi (~> 1.0, >= 1.0.11)
94
- codecov (0.1.13)
95
- json
96
- simplecov
97
- url
98
87
  coderay (1.1.2)
99
88
  coffee-rails (4.2.2)
100
89
  coffee-script (>= 2.2.0)
@@ -128,7 +117,6 @@ GEM
128
117
  cucumber-tag_expressions (1.1.1)
129
118
  cucumber-wire (0.0.1)
130
119
  database_cleaner (1.7.0)
131
- debug_inspector (0.0.3)
132
120
  devise (4.5.0)
133
121
  bcrypt (~> 3.0)
134
122
  orm_adapter (~> 0.1)
@@ -143,7 +131,6 @@ GEM
143
131
  activemodel-serializers-xml (~> 1.0)
144
132
  activesupport (~> 5.0)
145
133
  request_store (~> 1.0)
146
- erubi (1.7.1)
147
134
  erubis (2.7.0)
148
135
  execjs (2.7.0)
149
136
  ffi (1.9.25)
@@ -157,29 +144,13 @@ GEM
157
144
  has_scope (0.7.2)
158
145
  actionpack (>= 4.1)
159
146
  activesupport (>= 4.1)
160
- highline (2.0.0)
161
147
  i18n (1.1.1)
162
148
  concurrent-ruby (~> 1.0)
163
- i18n-spec (0.6.0)
164
- iso
165
- i18n-tasks (0.9.25)
166
- activesupport (>= 4.0.2)
167
- ast (>= 2.1.0)
168
- erubi
169
- highline (>= 2.0.0)
170
- i18n
171
- parser (>= 2.2.3.0)
172
- rainbow (>= 2.2.2, < 4.0)
173
- terminal-table (>= 1.5.1)
174
149
  inherited_resources (1.9.0)
175
150
  actionpack (>= 4.2, < 5.3)
176
151
  has_scope (~> 0.6)
177
152
  railties (>= 4.2, < 5.3)
178
153
  responders
179
- iso (0.2.2)
180
- i18n
181
- jaro_winkler (1.5.1)
182
- jaro_winkler (1.5.1-java)
183
154
  jasmine (2.9.0)
184
155
  jasmine-core (>= 2.9.0, < 3.0.0)
185
156
  phantomjs
@@ -206,7 +177,6 @@ GEM
206
177
  activerecord
207
178
  kaminari-core (= 1.1.1)
208
179
  kaminari-core (1.1.1)
209
- kramdown (1.17.0)
210
180
  launchy (2.4.3)
211
181
  addressable (~> 2.3)
212
182
  launchy (2.4.3-java)
@@ -217,20 +187,13 @@ GEM
217
187
  nokogiri (>= 1.5.9)
218
188
  mail (2.7.1)
219
189
  mini_mime (>= 0.1.1)
220
- mdl (0.4.0)
221
- kramdown (~> 1.12, >= 1.12.0)
222
- mixlib-cli (~> 1.7, >= 1.7.0)
223
- mixlib-config (~> 2.2, >= 2.2.1)
224
- method_source (0.9.0)
190
+ method_source (0.9.2)
225
191
  mime-types (3.2.2)
226
192
  mime-types-data (~> 3.2015)
227
193
  mime-types-data (3.2018.0812)
228
194
  mini_mime (1.0.1)
229
195
  mini_portile2 (2.3.0)
230
196
  minitest (5.11.3)
231
- mixlib-cli (1.7.0)
232
- mixlib-config (2.2.13)
233
- tomlrb
234
197
  multi_json (1.13.1)
235
198
  multi_test (0.1.2)
236
199
  nio4r (2.3.1)
@@ -242,10 +205,7 @@ GEM
242
205
  parallel (1.12.1)
243
206
  parallel_tests (2.26.0)
244
207
  parallel
245
- parser (2.5.1.2)
246
- ast (~> 2.4.0)
247
208
  phantomjs (2.1.1.0)
248
- powerpack (0.1.2)
249
209
  pry (0.11.3)
250
210
  coderay (~> 1.1.0)
251
211
  method_source (~> 0.9.0)
@@ -259,22 +219,20 @@ GEM
259
219
  public_suffix (3.0.3)
260
220
  pundit (2.0.0)
261
221
  activesupport (>= 3.0.0)
262
- rack (2.0.5)
263
- rack-mini-profiler (1.0.0)
264
- rack (>= 1.2.0)
222
+ rack (2.0.6)
265
223
  rack-test (0.6.3)
266
224
  rack (>= 1.0)
267
- rails (5.0.7)
268
- actioncable (= 5.0.7)
269
- actionmailer (= 5.0.7)
270
- actionpack (= 5.0.7)
271
- actionview (= 5.0.7)
272
- activejob (= 5.0.7)
273
- activemodel (= 5.0.7)
274
- activerecord (= 5.0.7)
275
- activesupport (= 5.0.7)
225
+ rails (5.0.7.1)
226
+ actioncable (= 5.0.7.1)
227
+ actionmailer (= 5.0.7.1)
228
+ actionpack (= 5.0.7.1)
229
+ actionview (= 5.0.7.1)
230
+ activejob (= 5.0.7.1)
231
+ activemodel (= 5.0.7.1)
232
+ activerecord (= 5.0.7.1)
233
+ activesupport (= 5.0.7.1)
276
234
  bundler (>= 1.3.0)
277
- railties (= 5.0.7)
235
+ railties (= 5.0.7.1)
278
236
  sprockets-rails (>= 2.0.0)
279
237
  rails-dom-testing (2.0.3)
280
238
  activesupport (>= 4.2.0)
@@ -284,14 +242,12 @@ GEM
284
242
  rails-i18n (5.1.1)
285
243
  i18n (>= 0.7, < 2)
286
244
  railties (>= 5.0, < 6)
287
- railties (5.0.7)
288
- actionpack (= 5.0.7)
289
- activesupport (= 5.0.7)
245
+ railties (5.0.7.1)
246
+ actionpack (= 5.0.7.1)
247
+ activesupport (= 5.0.7.1)
290
248
  method_source
291
249
  rake (>= 0.8.7)
292
250
  thor (>= 0.18.1, < 2.0)
293
- rainbow (2.2.2)
294
- rake
295
251
  rake (12.3.1)
296
252
  ransack (2.1.0)
297
253
  actionpack (>= 5.0)
@@ -301,8 +257,7 @@ GEM
301
257
  rb-fsevent (0.10.3)
302
258
  rb-inotify (0.9.10)
303
259
  ffi (>= 0.5.0, < 2)
304
- redcarpet (3.4.0)
305
- regexp_parser (1.2.0)
260
+ regexp_parser (1.3.0)
306
261
  request_store (1.4.1)
307
262
  rack (>= 1.4)
308
263
  responders (2.4.0)
@@ -325,15 +280,6 @@ GEM
325
280
  rspec-mocks (~> 3.8.0)
326
281
  rspec-support (~> 3.8.0)
327
282
  rspec-support (3.8.0)
328
- rubocop (0.59.2)
329
- jaro_winkler (~> 1.5.1)
330
- parallel (~> 1.10)
331
- parser (>= 2.5, != 2.5.1.1)
332
- powerpack (~> 0.1)
333
- rainbow (>= 2.2.2, < 4.0)
334
- ruby-progressbar (~> 1.7)
335
- unicode-display_width (~> 1.0, >= 1.0.1)
336
- ruby-progressbar (1.10.0)
337
283
  rubyzip (1.2.2)
338
284
  sass (3.7.2)
339
285
  sass-listen (~> 4.0.0)
@@ -358,16 +304,11 @@ GEM
358
304
  activesupport (>= 4.0)
359
305
  sprockets (>= 3.0.0)
360
306
  sqlite3 (1.3.13)
361
- terminal-table (1.8.0)
362
- unicode-display_width (~> 1.1, >= 1.1.1)
363
- thor (0.20.0)
307
+ thor (0.20.3)
364
308
  thread_safe (0.3.6)
365
309
  thread_safe (0.3.6-java)
366
- tomlrb (1.2.7)
367
310
  tzinfo (1.2.5)
368
311
  thread_safe (~> 0.1)
369
- unicode-display_width (1.4.0)
370
- url (0.3.2)
371
312
  warden (1.2.7)
372
313
  rack (>= 1.0)
373
314
  websocket-driver (0.6.5)
@@ -377,7 +318,6 @@ GEM
377
318
  websocket-extensions (0.1.3)
378
319
  xpath (3.2.0)
379
320
  nokogiri (~> 1.8)
380
- yard (0.9.16)
381
321
 
382
322
  PLATFORMS
383
323
  java
@@ -386,39 +326,28 @@ PLATFORMS
386
326
  DEPENDENCIES
387
327
  activeadmin!
388
328
  activerecord-jdbcsqlite3-adapter (~> 50.0)
389
- better_errors
390
- binding_of_caller
391
329
  cancan
392
330
  capybara (~> 3.10)
393
- codecov
394
331
  cucumber
395
332
  cucumber-rails (~> 1.5)
396
333
  database_cleaner
397
334
  devise (~> 4.0)
398
335
  draper (~> 3.0)
399
- i18n-spec
400
- i18n-tasks
401
336
  jasmine
402
337
  jasmine-core (= 2.9.1)
403
338
  jruby-openssl (~> 0.10.1)
404
- kramdown
405
339
  launchy
406
- mdl (= 0.4.0)
407
340
  parallel_tests (~> 2.26)
408
341
  pry
409
342
  pry-byebug
410
343
  pundit
411
- rack-mini-profiler (>= 0.10.1)
412
- rails (= 5.0.7)
344
+ rails (~> 5.0.7)
413
345
  rails-i18n
414
346
  rake
415
- redcarpet
416
347
  rspec-rails
417
- rubocop (= 0.59.2)
418
348
  selenium-webdriver
419
349
  simplecov
420
350
  sqlite3
421
- yard
422
351
 
423
352
  BUNDLED WITH
424
353
  1.17.1