forked from inaturalist/inaturalist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
826 lines (805 loc) · 18.9 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
823
824
825
826
GIT
remote: git://github.com/JayTeeSF/translate.git
revision: 164f9ef6c51ca238c92ae4bb32d098693558f363
specs:
translate-rails3 (0.2.3)
ya2yaml (~> 0.30)
GIT
remote: git://github.com/Programatica/irwi.git
revision: 323b3c89d74c2b0aec41b7b7a0c32fe1f569c9f2
specs:
irwi (0.4.2)
actionpack (>= 3.0.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
diff-lcs (>= 1.1.2)
rails_autolink (>= 1.0)
GIT
remote: git://github.com/elasticsearch/elasticsearch-rails.git
revision: 2f2c0fb7a25ece68fd3a9eec7b9026848e66fa4f
specs:
elasticsearch-model (0.1.6)
activesupport (> 3)
elasticsearch (> 0.4)
hashie
elasticsearch-rails (0.1.6)
GIT
remote: git://github.com/fnando/i18n-js.git
revision: 1a1cea7dbb264b7b345606c103051ea8eb49c44b
specs:
i18n-js (3.0.0.rc8)
i18n (~> 0.6)
GIT
remote: git://github.com/gaslight/angular-rails4-templates
revision: 5772884f27ea5dc673767c98d2b3bdd0d46cabaa
ref: v0.1.5
specs:
angular-rails-templates (0.1.5)
railties (>= 3.1)
sprockets (~> 2)
tilt
GIT
remote: git://github.com/hugueslamy/delayed_job_active_record.git
revision: 7dcacc2459ad47c948153cc3bab78bc822191718
ref: 7dcacc2459ad47c948153cc3bab78bc822191718
specs:
delayed_job_active_record (4.1.1)
activerecord (>= 3.0, < 5.1)
delayed_job (>= 3.0, < 5)
GIT
remote: git://github.com/inaturalist/riparian.git
revision: 083846b15272cb8f4979d2bd331140fe868735cb
specs:
riparian (0.4.0)
activesupport (> 3.0.0)
delayed_job
paperclip
rails (> 3.0.0)
rdoc
GIT
remote: git://github.com/jrgifford/delayed_paperclip.git
revision: 8f11882ee945bf56affe8df4f591e5171581aac3
ref: 8f11882ee945bf56affe8df4f591e5171581aac3
specs:
delayed_paperclip (2.9.1)
paperclip (>= 3.3)
GIT
remote: git://github.com/kueda/activerecord-postgis-adapter.git
revision: 4d7c4c91720e4824582fb3b1b271ba85ac06a391
branch: activerecord42
specs:
activerecord-postgis-adapter (3.0.0.beta1)
activerecord (~> 4.2)
rgeo-activerecord (~> 2.0)
GIT
remote: git://github.com/kueda/bugguide.git
revision: 970be508a4bce380cf8aa455d370a3cdd5719e10
specs:
bugguide (0.1.2)
activesupport (~> 4.2)
commander (~> 4.3)
nokogiri (~> 1.6)
GIT
remote: git://github.com/kueda/flickraw.git
revision: 35cc21b0f1b6b1af3d10b19d53ea46dd2e5316ea
branch: ssl-cert
specs:
flickraw (0.9.8)
GIT
remote: git://github.com/kueda/georuby.git
revision: 00a95123977726492a4049eb1c36f98c372cd714
specs:
georuby (2.0.0)
GIT
remote: git://github.com/kueda/preferences.git
revision: e96644efae320870938d611cfbe6cb77a81b926f
specs:
preferences (0.4.2)
GIT
remote: git://github.com/kueda/rack-google-analytics.git
revision: 92f9fe2f699a429b194a4c0ed18a5089e03454f8
branch: eval-blocks-per-request
specs:
rack-google-analytics (1.2.0)
actionpack
activesupport
GIT
remote: git://github.com/kueda/xmp.git
revision: 3bf755b906fc6d8edbde68a29f264108c0c4a4ae
specs:
xmp (0.2.0)
nokogiri (~> 1.6.0)
GIT
remote: git://github.com/pleary/gdata.git
revision: 85805f4f077357ceafce89c34073fa163944d7d4
specs:
gdata (1.1.2)
GIT
remote: git://github.com/ratafire/omniauth-soundcloud.git
revision: 34e7e48919dadc66a27ee2a135e54a5d82df91ee
specs:
omniauth-soundcloud (1.0.2)
omniauth-oauth2
GIT
remote: https://github.com/kueda/mobile-fu.git
revision: 0c8b184cbef00c17e47e0c7947575d3b95cdc66d
specs:
mobile-fu (1.1.3)
rack-mobile-detect
rails
GEM
remote: http://rubygems.org/
specs:
RedCloth (4.3.2)
aasm (4.0.8)
actionmailer (4.2.6)
actionpack (= 4.2.6)
actionview (= 4.2.6)
activejob (= 4.2.6)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.6)
actionview (= 4.2.6)
activesupport (= 4.2.6)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionpack-action_caching (1.1.1)
actionpack (>= 4.0.0, < 5.0)
actionpack-page_caching (1.0.2)
actionpack (>= 4.0.0, < 5)
actionview (4.2.6)
activesupport (= 4.2.6)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (4.2.6)
activesupport (= 4.2.6)
globalid (>= 0.3.0)
activemodel (4.2.6)
activesupport (= 4.2.6)
builder (~> 3.1)
activerecord (4.2.6)
activemodel (= 4.2.6)
activesupport (= 4.2.6)
arel (~> 6.0)
activesupport (4.2.6)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
acts-as-taggable-on (3.4.3)
activerecord (>= 3.2, < 5)
acts_as_votable (0.10.0)
addressable (2.4.0)
airbrake (4.1.0)
builder
multi_json
airbrussh (1.1.2)
sshkit (>= 1.6.1, != 1.7.0)
akami (1.2.2)
gyoku (>= 0.4.0)
nokogiri
ancestry (2.1.0)
activerecord (>= 3.0.0)
apipie-rails (0.3.1)
json
archive-zip (0.7.0)
io-like (~> 0.3.0)
arel (6.0.3)
autoparse (0.3.3)
addressable (>= 2.3.1)
extlib (>= 0.9.15)
multi_json (>= 1.0.0)
aws-sdk (1.61.0)
aws-sdk-v1 (= 1.61.0)
aws-sdk-v1 (1.61.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
bcrypt (3.1.9)
better_errors (2.1.1)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
rack (>= 0.9.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
biodiversity (3.2.1)
gn_uuid (~> 0.5)
parallel (~> 1.4)
treetop (~> 1.4.1)
unicode_utils (~> 1.4)
bluecloth (2.2.0)
buftok (0.2.0)
builder (3.2.2)
byebug (3.5.1)
columnize (~> 0.8)
debugger-linecache (~> 1.2)
slop (~> 3.6)
capistrano (3.7.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-nvm (0.0.7)
capistrano (~> 3.1)
capistrano-passenger (0.2.0)
capistrano (~> 3.0)
capistrano-rails (1.2.2)
capistrano (~> 3.1)
capistrano-bundler (~> 1.1)
capistrano-rails-db (0.0.2)
capistrano-rails (~> 1.1)
capistrano-rbenv (2.1.0)
capistrano (~> 3.1)
sshkit (~> 1.3)
capistrano3-delayed-job (1.3.0)
capistrano (>= 3.0.0)
capybara (2.4.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.5.8)
ffi (~> 1.0, >= 1.0.11)
chroma (0.0.1)
chromedriver-helper (1.0.0)
archive-zip (~> 0.7.0)
nokogiri (~> 1.6)
chronic (0.10.2)
climate_control (0.0.3)
activesupport (>= 3.0)
cocaine (0.5.7)
climate_control (>= 0.0.3, < 1.0)
cocoon (1.2.6)
coderay (1.1.0)
coffee-rails (4.1.0)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.10.0)
columnize (0.9.0)
commander (4.3.5)
highline (~> 1.7.2)
crack (0.4.3)
safe_yaml (~> 1.0.0)
cucumber (1.3.20)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.12)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2)
cucumber-rails (1.4.2)
capybara (>= 1.1.2, < 3)
cucumber (>= 1.3.8, < 2)
mime-types (>= 1.16, < 3)
nokogiri (~> 1.5)
rails (>= 3, < 5)
daemon-spawn (0.4.2)
daemons (1.1.9)
dalli (2.7.2)
database_cleaner (1.4.0)
dbf (2.0.7)
fastercsv (~> 1.5.4)
debug_inspector (0.0.2)
debugger-linecache (1.2.0)
delayed_job (4.0.6)
activesupport (>= 3.0, < 5.0)
devise (3.4.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
responders
thread_safe (~> 0.1)
warden (~> 1.2.3)
devise-encryptable (0.2.0)
devise (>= 2.1.0)
devise-i18n (0.12.0)
devise_suspendable (0.6.1)
devise
rails (>= 3.0.4)
warden
diff-lcs (1.2.5)
diffy (3.0.7)
docile (1.1.5)
doorkeeper (2.1.0)
railties (>= 3.1)
dynamic_form (1.1.4)
elasticsearch (1.0.8)
elasticsearch-api (= 1.0.7)
elasticsearch-transport (= 1.0.7)
elasticsearch-api (1.0.7)
multi_json
elasticsearch-transport (1.0.7)
faraday
multi_json
equalizer (0.0.9)
erubis (2.7.0)
eventmachine (1.0.9)
execjs (2.2.2)
exifr (1.2.0)
extlib (0.9.16)
faker (1.4.3)
i18n (~> 0.5)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
fastercsv (1.5.5)
fastimage (1.7.0)
addressable (~> 2.3, >= 2.3.5)
ffi (1.9.10)
friendly_id (5.1.0)
activerecord (>= 4.0.0)
geocoder (1.2.7)
geoplanet (0.2.7)
json (>= 1.1.3)
rest-client (>= 0.9)
gherkin (2.12.2)
multi_json (~> 1.3)
globalid (0.3.6)
activesupport (>= 4.1.0)
gn_uuid (0.5.0)
google-api-client (0.8.6)
activesupport (>= 3.2)
addressable (~> 2.3)
autoparse (~> 0.3)
extlib (~> 0.9)
faraday (~> 0.9)
googleauth (~> 0.3)
launchy (~> 2.4)
multi_json (~> 1.10)
retriable (~> 1.4)
signet (~> 0.6)
googleauth (0.5.1)
faraday (~> 0.9)
jwt (~> 1.4)
logging (~> 2.0)
memoist (~> 0.12)
multi_json (~> 1.11)
os (~> 0.9)
signet (~> 0.7)
gyoku (1.1.1)
builder (>= 2.1.2)
haml (4.0.6)
tilt
hashdiff (0.3.0)
hashie (3.4.4)
highline (1.7.8)
hike (1.2.3)
hoe (3.13.0)
rake (>= 0.8, < 11.0)
htmlentities (4.3.3)
httmultiparty (0.3.16)
httparty (>= 0.7.3)
mimemagic
multipart-post
http (0.6.3)
http_parser.rb (~> 0.6.0)
http_parser.rb (0.6.0)
httparty (0.13.3)
json (~> 1.8)
multi_xml (>= 0.5.2)
httpi (2.2.7)
rack
i18n (0.7.0)
i18n-inflector (2.6.7)
i18n (>= 0.4.1)
i18n-inflector-rails (1.0.7)
actionpack (>= 3.0.0)
i18n-inflector (~> 2.6)
railties (>= 3.0.0)
icalendar (2.3.0)
io-like (0.3.0)
jquery-rails (4.0.3)
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
jwt (1.5.4)
koala (2.4.0)
addressable
faraday
multi_json (>= 1.3.0)
launchy (2.4.3)
addressable (~> 2.3)
little-plugger (1.1.4)
logging (2.1.0)
little-plugger (~> 1.1)
multi_json (~> 1.10)
loofah (2.0.3)
nokogiri (>= 1.5.9)
macaddr (1.7.1)
systemu (~> 2.6.2)
machinist (2.0)
mail (2.6.3)
mime-types (>= 1.16, < 3)
memoist (0.14.0)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
metaclass (0.0.4)
mime-types (2.99.1)
mimemagic (0.2.1)
mini_portile2 (2.1.0)
minitest (5.9.1)
mocha (1.1.0)
metaclass (~> 0.0.1)
multi_json (1.12.1)
multi_test (0.1.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
naught (1.0.0)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (4.0.1)
netrc (0.10.2)
newrelic_rpm (3.15.0.314)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
non-stupid-digest-assets (1.0.4)
nori (2.4.0)
oauth (0.4.7)
oauth2 (1.2.0)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
objectify-xml (0.2.3)
activesupport
hoe (>= 2.0.0)
nokogiri
omniauth (1.3.1)
hashie (>= 1.2, < 4)
rack (>= 1.0, < 3)
omniauth-facebook (4.0.0)
omniauth-oauth2 (~> 1.2)
omniauth-flickr (0.0.15)
omniauth-oauth (~> 1.0)
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.0.1)
oauth
omniauth (~> 1.0)
omniauth-oauth2 (1.3.1)
oauth2 (~> 1.0)
omniauth (~> 1.2)
omniauth-openid (1.0.1)
omniauth (~> 1.0)
rack-openid (~> 1.3.1)
omniauth-twitter (1.1.0)
multi_json (~> 1.3)
omniauth-oauth (~> 1.0)
orm_adapter (0.5.0)
os (0.9.6)
paperclip (4.2.1)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
cocaine (~> 0.5.3)
mime-types
parallel (1.6.1)
pg (0.18.1)
polyglot (0.3.5)
puma (3.4.0)
rack (1.6.4)
rack-mobile-detect (0.4.0)
rack
rack-openid (1.3.1)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.6)
actionmailer (= 4.2.6)
actionpack (= 4.2.6)
actionview (= 4.2.6)
activejob (= 4.2.6)
activemodel (= 4.2.6)
activerecord (= 4.2.6)
activesupport (= 4.2.6)
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.6)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-observers (0.1.2)
activemodel (~> 4.0)
rails_autolink (1.1.6)
rails (> 3.1)
railties (4.2.6)
actionpack (= 4.2.6)
activesupport (= 4.2.6)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.5.0)
rakismet (1.5.0)
rdoc (4.2.0)
responders (2.0.2)
railties (>= 4.2.0.alpha, < 5)
rest-client (1.7.2)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
retriable (1.4.1)
rgeo (0.5.3)
rgeo-activerecord (2.0.0)
activerecord (~> 4.2)
rgeo (~> 0.3)
rgeo-geojson (0.3.1)
rgeo (~> 0.3)
rinku (1.7.3)
rspec (3.4.0)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-core (3.4.4)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-html-matchers (0.6.1)
nokogiri (~> 1)
rspec (~> 3)
rspec-mocks (3.4.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-rails (3.4.2)
actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, < 4.3)
railties (>= 3.0, < 4.3)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
ruby-openid (2.6.0)
rubyzip (1.1.7)
safe_yaml (1.0.4)
sass (3.2.5)
sass-rails (5.0.1)
railties (>= 4.0.0, < 5.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (~> 1.1)
savon (2.7.2)
akami (~> 1.2.0)
builder (>= 2.1.2)
gyoku (~> 1.1.0)
httpi (~> 2.2.3)
nokogiri (>= 1.4.0)
nori (~> 2.4.0)
uuid (~> 2.3.7)
wasabi (~> 3.3.0)
selenium-webdriver (2.48.1)
childprocess (~> 0.5)
multi_json (~> 1.0)
rubyzip (~> 1.0)
websocket (~> 1.0)
signet (0.7.3)
addressable (~> 2.3)
faraday (~> 0.9)
jwt (~> 1.5)
multi_json (~> 1.10)
simple_oauth (0.3.1)
simplecov (0.9.1)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slop (3.6.0)
soundcloud (0.3.1)
hashie
httmultiparty (>= 0.3)
httparty (>= 0.7.3)
sprockets (2.12.4)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.3.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sshkit (1.11.5)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
statsd-ruby (1.2.1)
systemu (2.6.4)
thin (1.6.3)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0)
rack (~> 1.0)
thor (0.19.1)
thread_safe (0.3.5)
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
trollop (2.1.1)
twitter (5.13.0)
addressable (~> 2.3)
buftok (~> 0.2.0)
equalizer (~> 0.0.9)
faraday (~> 0.9.0)
http (~> 0.6.0)
http_parser.rb (~> 0.6.0)
json (~> 1.8)
memoizable (~> 0.4.0)
naught (~> 1.0)
simple_oauth (~> 0.3.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (2.7.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
unicode_utils (1.4.0)
useragent (0.13.3)
utf8-cleaner (0.0.9)
uuid (2.3.7)
macaddr (~> 1.0)
warden (1.2.3)
rack (>= 1.0)
wasabi (3.3.1)
httpi (~> 2.0)
nokogiri (>= 1.4.0)
watu_table_builder (0.3.0)
webmock (2.0.3)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
websocket (1.2.2)
whenever (0.9.4)
chronic (>= 0.6.3)
wicked_pdf (0.11.0)
rails
will_paginate (3.0.7)
xpath (2.0.0)
nokogiri (~> 1.3)
ya2yaml (0.31)
yui-compressor (0.12.0)
PLATFORMS
ruby
DEPENDENCIES
RedCloth
aasm
actionpack-action_caching
actionpack-page_caching
activerecord-postgis-adapter!
acts-as-taggable-on (~> 3.4)
acts_as_votable (~> 0.10.0)
addressable
airbrake
ancestry
angular-rails-templates!
apipie-rails
aws-sdk
better_errors
binding_of_caller
biodiversity
bluecloth
bugguide!
byebug
capistrano (~> 3.7, >= 3.7.1)
capistrano-nvm (~> 0.0.6)
capistrano-passenger (~> 0.2.0)
capistrano-rails (~> 1.2)
capistrano-rails-db
capistrano-rbenv (~> 2.1)
capistrano3-delayed-job (~> 1.0)
capybara (~> 2.4)
chroma
chromedriver-helper
chronic
cocoon
coffee-rails
cucumber-rails
daemon-spawn
daemons
dalli
database_cleaner
dbf
delayed_job (~> 4.0.1)
delayed_job_active_record!
delayed_paperclip!
devise
devise-encryptable
devise-i18n
devise_suspendable
diffy
doorkeeper
dynamic_form
elasticsearch-model!
elasticsearch-rails!
exifr
faker
fastimage
flickraw (~> 0.9.8)!
friendly_id (~> 5.1.0)
gdata!
geocoder
geoplanet
georuby!
google-api-client (= 0.8.6)
haml
htmlentities
i18n-inflector-rails
i18n-js!
icalendar
irwi!
jquery-rails
json
koala
machinist
mobile-fu!
mocha
newrelic_rpm (~> 3.15.0)
nokogiri
non-stupid-digest-assets
objectify-xml
omniauth
omniauth-facebook (~> 4.0.0)
omniauth-flickr
omniauth-google-oauth2 (~> 0.4.1)
omniauth-oauth2 (= 1.3.1)
omniauth-openid
omniauth-soundcloud!
omniauth-twitter
paperclip (= 4.2.1)
pg
preferences!
puma
rack-google-analytics!
rails (~> 4.2.6)
rails-observers
rake (= 10.5.0)
rakismet
rest-client
rgeo
rgeo-geojson
rinku
riparian!
rspec (~> 3.4.0)
rspec-html-matchers
rspec-rails (~> 3.4.2)
sass (= 3.2.5)
sass-rails (= 5.0.1)
savon
selenium-webdriver
simplecov
soundcloud
sprockets (~> 2.8)
statsd-ruby
thin (~> 1.6.3)
translate-rails3!
trollop
twitter
uglifier
useragent
utf8-cleaner
watu_table_builder
webmock
whenever
wicked_pdf
will_paginate
xmp!
ya2yaml
yui-compressor
BUNDLED WITH
1.13.7