-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gemfile.lock
822 lines (803 loc) · 19.7 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
GIT
remote: git://github.com/AlexGunslinger/truncate_html.git
revision: f633ec0b5a54eb609ab267ef34d24e7a5b083f5b
specs:
truncate_html (0.9.3)
GIT
remote: git://github.com/DavyJonesLocker/client_side_validations-simple_form.git
revision: d3466f50f681d2fbd2ec68ee29b8668fec6f51d0
branch: rails5
specs:
client_side_validations-simple_form (3.3.1)
client_side_validations (~> 5.0.0)
simple_form (~> 3.3)
GIT
remote: git://github.com/DavyJonesLocker/client_side_validations.git
revision: fe23ff15e115e7fe2e1ee07c129608e6468c7b24
branch: rails5
specs:
client_side_validations (5.0.0)
jquery-rails (~> 4.0, >= 4.0.1)
js_regex (~> 1.0, >= 1.0.19)
rails (>= 5.0.0, < 5.1.0)
GIT
remote: git://github.com/aai/mapbox-rails.git
revision: faa06fee4a046ea4b3fb499422f2cef6244ca991
specs:
mapbox-rails (2.2.1)
GIT
remote: git://github.com/activeadmin/activeadmin.git
revision: b1f96a39c6126364c661a952be28000e39d73938
specs:
activeadmin (1.0.0.pre4)
arbre (~> 1.0, >= 1.0.2)
bourbon
coffee-rails
formtastic (~> 3.1)
formtastic_i18n
inherited_resources (~> 1.6)
jquery-rails
jquery-ui-rails
kaminari (>= 0.15, < 2.0)
railties (>= 3.2, < 5.1)
ransack (~> 1.3)
sass-rails
sprockets (< 4.1)
GIT
remote: git://github.com/activeadmin/inherited_resources.git
revision: 6707bf7e45b9a25e84c6c95a37d67b1dc28d211d
specs:
inherited_resources (1.6.0)
actionpack (>= 3.2, < 5.1)
has_scope (~> 0.6)
railties (>= 3.2, < 5.1)
responders
GIT
remote: git://github.com/anthony-robin/activeadmin-globalize.git
revision: 5d552094f2f487e36e5dcab18530f3cfb7290012
specs:
activeadmin-globalize (1.0.0)
activeadmin
globalize (>= 5.0.0)
GIT
remote: git://github.com/anthony-robin/outdatedbrowser_rails.git
revision: 5369c3e41358f6baa723e3eee69d59af6b3f733c
specs:
outdatedbrowser_rails (1.0.2.0)
i18n (~> 0.6)
rails (>= 3.1.0)
GIT
remote: git://github.com/anthony-robin/vex_rails.git
revision: fb75a16c3e66880b4c170b9e80863288b45a6ab8
specs:
vex_rails (0.2.0)
GIT
remote: git://github.com/dobtco/turbolinks-classic.git
revision: 10224a35dc7c10144a7ec4cbb235c128fda6b247
branch: fix-deprecations
specs:
turbolinks (2.5.3)
coffee-rails
GIT
remote: git://github.com/gemsfix/retina_rails.git
revision: ce1b0bc8dda3cea462a11bc4665f8caddb09f3a3
branch: feature/rails5
specs:
retina_rails (2.0.4)
rails (>= 3.2.0)
GIT
remote: git://github.com/globalize/globalize.git
revision: e1cbe4247458c13b344738a682609d23eba53f65
specs:
globalize (5.1.0)
activemodel (>= 4.2, < 5.1)
activerecord (>= 4.2, < 5.1)
request_store (~> 1.0)
GIT
remote: git://github.com/lr-agenceweb/rails_autosize_jquery.git
revision: 823729dea02291e533ecbbe0bd92ae0d78bf5294
specs:
rails_autosize_jquery (3.0.15)
GIT
remote: git://github.com/markmcconachie/normalize-rails.git
revision: ce91e1557f5fb4588a17c70551a50376e8750bdf
specs:
normalize-rails (5.0.0)
GIT
remote: git://github.com/mvdstam/activeadmin-sortable.git
revision: be5806ee5e1dc94da9331c9527f64e0f894a0b87
specs:
activeadmin-sortable (0.0.3)
activeadmin (>= 0.4)
GIT
remote: git://github.com/rails/rails-observers.git
revision: 3fe157d6cbb5b5e767ded248009fc59443d63fa1
specs:
rails-observers (0.1.3.alpha)
activemodel (>= 4.0, < 5.1)
GEM
remote: https://rubygems.org/
specs:
actioncable (5.0.1)
actionpack (= 5.0.1)
nio4r (~> 1.2)
websocket-driver (~> 0.6.1)
actionmailer (5.0.1)
actionpack (= 5.0.1)
actionview (= 5.0.1)
activejob (= 5.0.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.0.1)
actionview (= 5.0.1)
activesupport (= 5.0.1)
rack (~> 2.0)
rack-test (~> 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.0.1)
activesupport (= 5.0.1)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
active_skin (0.0.12)
activeadmin_addons (0.10.1)
railties
select2-rails (~> 3.5.9)
xdan-datetimepicker-rails (~> 2.5.1)
activejob (5.0.1)
activesupport (= 5.0.1)
globalid (>= 0.3.6)
activemodel (5.0.1)
activesupport (= 5.0.1)
activemodel-serializers-xml (1.0.1)
activemodel (> 5.x)
activerecord (> 5.x)
activesupport (> 5.x)
builder (~> 3.1)
activerecord (5.0.1)
activemodel (= 5.0.1)
activesupport (= 5.0.1)
arel (~> 7.0)
activesupport (5.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
acts_as_list (0.8.2)
activerecord (>= 3.0)
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
airbrussh (1.1.1)
sshkit (>= 1.6.1, != 1.7.0)
analytical (3.0.12)
ancestry (2.2.2)
activerecord (>= 3.0.0)
annotate (2.7.1)
activerecord (>= 3.2, < 6.0)
rake (>= 10.4, < 12.0)
ansi (1.5.0)
arbre (1.1.1)
activesupport (>= 3.0.0)
arel (7.1.4)
ast (2.3.0)
autoprefixer-rails (6.5.3)
execjs
av (0.9.0)
cocaine (~> 0.5.3)
babel-source (5.8.35)
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
bcrypt (3.1.11)
better_errors (2.1.1)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
rack (>= 0.9.0)
binding.repl (3.0.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
bourbon (4.2.7)
sass (~> 3.4)
thor (~> 0.19)
builder (3.2.3)
bullet (5.5.0)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.10.0)
byebug (9.0.6)
callsite (0.0.11)
cancancan (1.15.0)
capistrano (3.6.1)
airbrussh (>= 1.0.0)
capistrano-harrow
i18n
rake (>= 10.0.0)
sshkit (>= 1.9.0)
capistrano-bundler (1.2.0)
capistrano (~> 3.1)
sshkit (~> 1.2)
capistrano-harrow (0.5.3)
capistrano-rails (1.2.0)
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
capistrano-rails-collection (0.1.0)
capistrano-rails (~> 1.1)
capistrano-rvm (0.1.2)
capistrano (~> 3.0)
sshkit (~> 1.2)
capistrano3-delayed-job (1.7.2)
capistrano (~> 3.0, >= 3.0.0)
capistrano3-puma (1.2.1)
capistrano (~> 3.0)
puma (>= 2.6)
cd (1.0.1)
chartkick (2.1.1)
chronic (0.10.2)
climate_control (0.0.3)
activesupport (>= 3.0)
clipboard (1.1.1)
cocaine (0.5.8)
climate_control (>= 0.0.3, < 1.0)
code (0.9.0)
coderay (~> 1.1)
method_source (~> 0.8, >= 0.8.2)
codeclimate-test-reporter (1.0.4)
simplecov
coderay (1.1.1)
coffee-rails (4.2.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.2.x)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
colored (1.2)
concurrent-ruby (1.0.4)
css_parser (1.4.7)
addressable
daemons (1.2.4)
dalli (2.7.6)
database_cleaner (1.5.3)
debug_inspector (0.0.2)
debugging (1.1.0)
binding.repl (~> 3.0)
paint (>= 0.9, < 2.0)
delayed-web (0.4.3)
rails (>= 3.2.13)
delayed_job (4.1.2)
activesupport (>= 3.0, < 5.1)
delayed_job_active_record (4.1.1)
activerecord (>= 3.0, < 5.1)
delayed_job (>= 3.0, < 5)
delayed_paperclip (3.0.1)
activejob (>= 4.2)
paperclip (>= 3.3)
devise (4.2.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.1)
responders
warden (~> 1.2.3)
devise-i18n (1.1.1)
dkim (1.0.0)
docile (1.1.5)
draper (3.0.0.pre1)
actionpack (~> 5.0)
activemodel (~> 5.0)
activemodel-serializers-xml (~> 1.0)
activesupport (~> 5.0)
request_store (~> 1.0)
draper-cancancan (1.1.1)
erubis (2.7.0)
every_day_irb (2.0.0)
cd (~> 1.0)
exception_notification (4.2.1)
actionmailer (>= 4.0, < 6)
activesupport (>= 4.0, < 6)
execjs (2.7.0)
faker (1.6.6)
i18n (~> 0.5)
fancy_irb (1.0.2)
paint (>= 0.9, < 2.0)
unicode-display_width (~> 1.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.14)
figaro (1.1.1)
thor (~> 0.14)
font-awesome-rails (4.7.0.1)
railties (>= 3.2, < 5.1)
formtastic (3.1.4)
actionpack (>= 3.2.13)
formtastic_i18n (0.6.0)
fotoramajs (4.6.4)
sprockets (>= 2)
foundation-rails (6.3.0.0)
railties (>= 3.1.0)
sass (>= 3.3.0, < 3.5)
sprockets-es6 (>= 0.9.0)
foundation_emails (2.2.1.0)
friendly_id (5.1.0)
activerecord (>= 4.0.0)
friendly_id-globalize (1.0.0.alpha2)
friendly_id (~> 5.1.0, < 6.0)
fullcalendar-rails (3.1.0.0)
jquery-rails (>= 4.0.5, < 5.0.0)
jquery-ui-rails (>= 5.0.2)
momentjs-rails (>= 2.9.0)
globalid (0.3.7)
activesupport (>= 4.1.0)
gmaps-autocomplete-rails (0.2.0)
rails (>= 3.1.0)
gon (6.1.0)
actionpack (>= 3.0)
json
multi_json
request_store (>= 1.0)
gravatar_image_tag (1.2.0)
gretel (3.0.9)
rails (>= 3.1.0)
has_scope (0.7.0)
actionpack (>= 4.1, < 5.1)
activesupport (>= 4.1, < 5.1)
hashie (3.4.6)
hirb (0.7.3)
htmlentities (4.3.4)
i18n (0.7.0)
i18n-js (3.0.0.rc14)
i18n (~> 0.6, >= 0.6.6)
inky-rb (1.3.7.2)
foundation_emails (~> 2)
nokogiri
instance (0.2.0)
interactive_editor (0.0.10)
spoon (>= 0.0.1)
irbtools (2.0.1)
binding.repl (~> 3.0)
clipboard (~> 1.0, >= 1.0.6)
code (~> 0.9)
coderay (~> 1.1)
debugging (~> 1.1)
every_day_irb (~> 2.0)
fancy_irb (~> 1.0)
hirb (~> 0.7, >= 0.7.3)
instance (~> 0.2)
interactive_editor (~> 0.0, >= 0.0.10)
method_locator (~> 0.0, >= 0.0.4)
methodfinder (~> 2.0)
ori (~> 0.1.0)
os (~> 0.9)
paint (>= 0.9, < 2.0)
ruby_engine (~> 1.0)
ruby_info (~> 1.0)
ruby_version (~> 1.0)
wirb (~> 2.0)
iso8601 (0.9.1)
jbuilder (2.6.1)
activesupport (>= 3.0.0, < 5.1)
multi_json (~> 1.2)
jquery-rails (4.2.2)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
js_cookie_rails (2.1.3)
railties (>= 3.1)
js_regex (1.2.1)
regexp_parser (>= 0.3.6, <= 0.4.2)
json (1.8.6)
jwt (1.5.6)
kaminari (1.0.0)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.0.0)
kaminari-activerecord (= 1.0.0)
kaminari-core (= 1.0.0)
kaminari-actionview (1.0.0)
actionview
kaminari-core (= 1.0.0)
kaminari-activerecord (1.0.0)
activerecord
kaminari-core (= 1.0.0)
kaminari-core (1.0.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
lograge (0.4.1)
actionpack (>= 4, < 5.1)
activesupport (>= 4, < 5.1)
railties (>= 4, < 5.1)
loofah (2.0.3)
nokogiri (>= 1.5.9)
magnific-popup-rails (1.1.0)
mail (2.6.4)
mime-types (>= 1.16, < 4)
mediaelement_rails (0.8.2)
jquery-rails (>= 1.0)
railties (>= 3.1)
meta-tags (2.4.0)
actionpack (>= 3.2.0, <= 5.1.0)
meta_request (0.4.0)
callsite (~> 0.0, >= 0.0.11)
rack-contrib (~> 1.1)
railties (>= 3.0.0, < 5.1.0)
method_locator (0.0.4)
method_source (0.8.2)
methodfinder (2.0.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mimemagic (0.3.2)
mini_portile2 (2.1.0)
minitest (5.10.1)
minitest-rails (3.0.0)
minitest (~> 5.8)
railties (~> 5.0)
momentjs-rails (2.15.1)
railties (>= 3.1)
multi_json (1.12.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
mysql2 (0.4.5)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (3.2.0)
net_http_timeout_errors (0.3.0)
nio4r (1.2.1)
nokogiri (1.7.0.1)
mini_portile2 (~> 2.1.0)
nprogress-rails (0.2.0.2)
oauth (0.5.1)
oauth2 (1.2.0)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
oga (2.7)
ast
ruby-ll (~> 2.1)
omniauth (1.3.1)
hashie (>= 1.2, < 4)
rack (>= 1.0, < 3)
omniauth-facebook (4.0.0)
omniauth-oauth2 (~> 1.2)
omniauth-google-oauth2 (0.4.1)
jwt (~> 1.5.2)
multi_json (~> 1.3)
omniauth (>= 1.1.1)
omniauth-oauth2 (>= 1.3.1)
omniauth-oauth (1.1.0)
oauth
omniauth (~> 1.0)
omniauth-oauth2 (1.4.0)
oauth2 (~> 1.0)
omniauth (~> 1.2)
omniauth-twitter (1.2.1)
json (~> 1.3)
omniauth-oauth (~> 1.1)
open_uri_redirections (0.2.1)
ori (0.1.0)
orm_adapter (0.5.0)
os (0.9.6)
paint (1.0.1)
paperclip (5.1.0)
activemodel (>= 4.2.0)
activesupport (>= 4.2.0)
cocaine (~> 0.5.5)
mime-types
mimemagic (~> 0.3.0)
paperclip-av-transcoder (0.6.4)
av (~> 0.9.0)
paperclip (>= 2.5.2)
pg (0.19.0)
polyamorous (1.3.1)
activerecord (>= 3.0)
premailer (1.8.7)
css_parser (>= 1.4.5)
htmlentities (>= 4.0.0)
premailer-rails (1.9.5)
actionmailer (>= 3, < 6)
premailer (~> 1.7, >= 1.7.9)
public_suffix (2.0.5)
puma (3.6.2)
rack (2.0.1)
rack-contrib (1.2.0)
rack (>= 0.9.1)
rack-test (0.6.3)
rack (>= 1.0)
railroady (1.5.2)
rails (5.0.1)
actioncable (= 5.0.1)
actionmailer (= 5.0.1)
actionpack (= 5.0.1)
actionview (= 5.0.1)
activejob (= 5.0.1)
activemodel (= 5.0.1)
activerecord (= 5.0.1)
activesupport (= 5.0.1)
bundler (>= 1.3.0, < 2.0)
railties (= 5.0.1)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.1)
actionpack (~> 5.x)
actionview (~> 5.x)
activesupport (~> 5.x)
rails-dom-testing (2.0.2)
activesupport (>= 4.2.0, < 6.0)
nokogiri (~> 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-i18n (5.0.2)
i18n (~> 0.7)
railties (~> 5.0)
rails_autolink (1.1.6)
rails (> 3.1)
railties (5.0.1)
actionpack (= 5.0.1)
activesupport (= 5.0.1)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (11.3.0)
ransack (1.8.2)
actionpack (>= 3.0)
activerecord (>= 3.0)
activesupport (>= 3.0)
i18n
polyamorous (~> 1.3)
rb-fsevent (0.9.8)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rdoc (4.3.0)
regexp_parser (0.4.2)
request_store (1.3.1)
responders (2.3.0)
railties (>= 4.2.0, < 5.1)
route_translator (5.0.5)
actionpack (>= 5.0.0, < 5.1)
activesupport (>= 5.0.0, < 5.1)
ruby-ll (2.1.2)
ansi
ast
ruby_dep (1.5.0)
ruby_engine (1.0.1)
ruby_info (1.0.1)
ruby_version (1.0.1)
sass (3.4.23)
sass-rails (5.0.6)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (1.10.1)
bundler
ffi (~> 1.9.6)
sass (>= 3.3.0)
sassc-rails (1.3.0)
railties (>= 4.0.0)
sass
sassc (~> 1.9)
sprockets (> 2.11)
sprockets-rails
tilt
sdoc (0.4.2)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
secure_headers (3.5.1)
useragent
select2-rails (3.5.10)
thor (~> 0.14)
shog (0.1.8)
colored (~> 1.2)
rails (>= 4.0.0)
shoulda (3.5.0)
shoulda-context (~> 1.0, >= 1.0.1)
shoulda-matchers (>= 1.4.1, < 3.0)
shoulda-context (1.2.2)
shoulda-matchers (2.8.0)
activesupport (>= 3.0.0)
simple_form (3.3.1)
actionpack (> 4, < 5.1)
activemodel (> 4, < 5.1)
simplecov (0.12.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
sitemap_generator (5.2.0)
builder (~> 3.0)
slack-notifier (1.5.1)
slim (3.0.7)
temple (~> 0.7.6)
tilt (>= 1.3.3, < 2.1)
slim-rails (3.1.1)
actionpack (>= 3.1)
railties (>= 3.1)
slim (~> 3.0)
spoon (0.0.6)
ffi
spring (2.0.0)
activesupport (>= 4.2)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-es6 (0.9.2)
babel-source (>= 5.8.11)
babel-transpiler
sprockets (>= 3.0.0)
sprockets-rails (3.2.0)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
sshkit (1.11.4)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
temple (0.7.7)
thor (0.19.4)
thread_safe (0.3.5)
tilt (2.0.5)
timecop (0.8.1)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (3.0.4)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.1.1)
uniform_notifier (1.10.0)
useragent (0.16.8)
valid_url (0.0.4)
addressable
rails
video_info (2.6.1)
iso8601 (~> 0.9)
net_http_timeout_errors (~> 0.3.0)
oga (~> 2.2)
warden (1.2.6)
rack (>= 1.0)
web-console (3.4.0)
actionview (>= 5.0)
activemodel (>= 5.0)
debug_inspector
railties (>= 5.0)
websocket-driver (0.6.4)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
whenever (0.9.7)
chronic (>= 0.6.3)
wirb (2.1.0)
paint (>= 0.9, < 2.0)
wysiwyg-rails (2.3.5)
font-awesome-rails (~> 4.4, >= 4.4.0.0)
railties (>= 3.2, < 6.0)
xdan-datetimepicker-rails (2.5.4)
jquery-rails
rails (>= 3.2.16)
PLATFORMS
ruby
DEPENDENCIES
active_skin
activeadmin!
activeadmin-globalize!
activeadmin-sortable!
activeadmin_addons
activemodel-serializers-xml
acts_as_list
analytical
ancestry
annotate
autoprefixer-rails
better_errors
binding_of_caller
bullet
byebug
cancancan (~> 1.10)
capistrano (~> 3.1)
capistrano-rails (~> 1.1)
capistrano-rails-collection
capistrano-rvm
capistrano3-delayed-job (~> 1.0)
capistrano3-puma
chartkick
client_side_validations!
client_side_validations-simple_form!
codeclimate-test-reporter (~> 1.0.0)
coffee-rails (~> 4.2.0)
daemons
dalli
database_cleaner
delayed-web
delayed_job_active_record
delayed_paperclip
devise (~> 4.2.0)
devise-i18n
dkim
draper (= 3.0.0.pre1)
draper-cancancan
exception_notification
faker
figaro
font-awesome-rails
fotoramajs
foundation-rails (~> 6.3.0)
friendly_id
friendly_id-globalize
fullcalendar-rails
globalize!
gmaps-autocomplete-rails
gon
gravatar_image_tag
gretel
i18n-js (>= 3.0.0.rc14)
inherited_resources!
inky-rb
irbtools
jbuilder (~> 2.0)
jquery-ui-rails
js_cookie_rails
kaminari (~> 1.0)
listen
lograge
magnific-popup-rails (~> 1.1.0)
mapbox-rails!
mediaelement_rails
meta-tags
meta_request
minitest-rails
momentjs-rails
mysql2
nokogiri
normalize-rails!
nprogress-rails
omniauth-facebook
omniauth-google-oauth2 (~> 0.4.1)
omniauth-twitter
open_uri_redirections
outdatedbrowser_rails!
paperclip (~> 5.0)
paperclip-av-transcoder
pg
premailer-rails
puma
railroady
rails (= 5.0.1)
rails-controller-testing
rails-i18n (~> 5.0.0)
rails-observers!
rails_autolink
rails_autosize_jquery!
rb-fsevent
retina_rails!
route_translator
sassc-rails
sdoc (~> 0.4.0)
secure_headers (~> 3.0)
shog
shoulda (~> 3.5)
shoulda-matchers (~> 2.0)
simple_form
simplecov
sitemap_generator
slack-notifier
slim-rails
spring
spring-watcher-listen (~> 2.0.0)
sqlite3
timecop
truncate_html!
turbolinks!
uglifier (>= 1.3.0)
valid_url
vex_rails!
video_info
web-console (~> 3.0)
whenever
wysiwyg-rails
BUNDLED WITH
1.13.6