-
Notifications
You must be signed in to change notification settings - Fork 6
/
Gemfile.lock
605 lines (596 loc) · 13.8 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
GIT
remote: git://github.com/FernandoEscher/sql_funk.git
revision: 562e07af7c14b391332fdeaa8946df0f12e617da
specs:
sql_funk (0.0.4)
GIT
remote: git://github.com/alexdunae/validates_email_format_of.git
revision: f2b20985865069905ba58580bfcfb41c198107b6
specs:
validates_email_format_of (1.5.3)
GIT
remote: git://github.com/dangerp/omniauth-windowslive.git
revision: 5abf18df60b314b9955400c45c854f1de099824f
specs:
omniauth-windowslive (0.0.8.2)
multi_json (>= 1.0.3)
omniauth-oauth2 (~> 1.0)
GIT
remote: git://github.com/engageis/activerecord-postgres-hstore.git
revision: 0f959161350aad37a0847a5cd3672ec67e3c2f14
specs:
activerecord-postgres-hstore (0.7.7)
activerecord (>= 3.1)
pg-hstore (>= 1.1.5)
rake
GIT
remote: git://github.com/fred/opinio.git
revision: 1614b8a0ea0c91667d0628333761b6cb24f886e4
branch: fred
specs:
opinio (0.4.1)
jquery-rails
kaminari
rails (~> 3)
GIT
remote: git://github.com/galetahub/simple-captcha.git
revision: 2602bf19a63df25929960b5a7721a9d265281ec1
specs:
simple_captcha (0.1.6)
GIT
remote: git://github.com/michelson/lazy_high_charts.git
revision: e21a4111a406e02eb2a81aa753ad700fe3a129d2
specs:
lazy_high_charts (1.5.4)
bundler (>= 1.0)
hash-deep-merge
GEM
remote: http://rubygems.org/
specs:
actionmailer (3.2.18)
actionpack (= 3.2.18)
mail (~> 2.5.4)
actionpack (3.2.18)
activemodel (= 3.2.18)
activesupport (= 3.2.18)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activeadmin (0.6.3)
arbre (~> 1.0)
bourbon (>= 1.0.0, < 4)
devise (>= 1.5.4, < 4, != 2.2.2, != 2.2.1, != 2.2.0, != 2.1.2, != 2.1.1, != 2.1.0, != 2.0.4, != 2.0.3, != 2.0.2, != 2.0.1, != 2.0.0)
formtastic (~> 2.0)
inherited_resources (~> 1.3)
jquery-rails (>= 1.0.0, < 3)
kaminari (~> 0.13, != 0.15.0)
meta_search (~> 1.0)
rails (>= 3.0.0, < 4)
sass (~> 3.1)
activemodel (3.2.18)
activesupport (= 3.2.18)
builder (~> 3.0.0)
activerecord (3.2.18)
activemodel (= 3.2.18)
activesupport (= 3.2.18)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activerecord-jdbc-adapter (1.3.7)
activerecord (>= 2.2)
activerecord-jdbcpostgresql-adapter (1.3.7)
activerecord-jdbc-adapter (~> 1.3.7)
jdbc-postgres (>= 9.1)
activeresource (3.2.18)
activemodel (= 3.2.18)
activesupport (= 3.2.18)
activesupport (3.2.18)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.3.6)
ansi (1.4.3)
arbre (1.0.1)
activesupport (>= 3.0.0)
arel (3.0.3)
bcrypt (3.1.7)
bcrypt (3.1.7-java)
bouncy-castle-java (1.5.0147)
bourbon (3.2.3)
sass (~> 3.2)
thor
builder (3.0.4)
cancancan (1.8.1)
capistrano (2.15.5)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
capistrano-ext (1.2.1)
capistrano (>= 1.0.0)
capybara (2.2.1)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
carrierwave (0.10.0)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
json (>= 1.7)
mime-types (>= 1.16)
celluloid (0.15.2)
timers (~> 1.1.0)
coderay (1.1.0)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.7.0)
commonjs (0.2.7)
connection_pool (2.0.0)
country-select (1.1.1)
cucumber (1.3.15)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.12)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.1)
cucumber-rails (1.4.1)
capybara (>= 1.1.2, < 3)
cucumber (>= 1.3.8, < 2)
mime-types (~> 1.16)
nokogiri (~> 1.5)
rails (>= 3, < 5)
database_cleaner (1.3.0)
devise (3.2.4)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
thread_safe (~> 0.1)
warden (~> 1.2.3)
diff-lcs (1.2.5)
erubis (2.7.0)
exception_notification (2.6.1)
actionmailer (>= 3.0.4)
excon (0.34.0)
execjs (2.1.0)
factory_girl (4.4.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.4.1)
factory_girl (~> 4.4.0)
railties (>= 3.0.0)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
fast_gettext (0.8.1)
ffi (1.9.3-java)
fog (1.21.0)
fog-brightbox
fog-core (~> 1.21, >= 1.21.1)
fog-json
nokogiri (~> 1.5, >= 1.5.11)
fog-brightbox (0.0.2)
fog-core
fog-json
fog-core (1.22.0)
builder
excon (~> 0.33)
formatador (~> 0.2)
mime-types
net-scp (~> 1.1)
net-ssh (>= 2.1.3)
fog-json (1.0.0)
multi_json (~> 1.0)
formatador (0.2.5)
formtastic (2.2.1)
actionpack (>= 3.0)
friendly_id (4.0.10.1)
activerecord (>= 3.0, < 4.0)
fuubar (1.3.3)
rspec (>= 2.14.0, < 3.1.0)
ruby-progressbar (~> 1.4)
gettext (2.2.1)
locale
gettext_i18n_rails (1.0.5)
fast_gettext (>= 0.4.8)
gherkin (2.12.2)
multi_json (~> 1.3)
gherkin (2.12.2-java)
multi_json (~> 1.3)
haml (4.0.5)
tilt
has_scope (0.6.0.rc)
actionpack (>= 3.2, < 5)
activesupport (>= 3.2, < 5)
hash-deep-merge (0.1.1)
hashie (2.1.1)
highline (1.6.21)
hike (1.2.3)
i18n (0.6.9)
inherited_resources (1.4.1)
has_scope (~> 0.6.0.rc)
responders (~> 1.0.0.rc)
jdbc-postgres (9.3.1101)
journey (1.0.4)
jquery-rails (2.2.2)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (4.2.1)
railties (>= 3.2.16)
jruby-memcached (0.5.5)
jruby-openssl (0.9.4)
bouncy-castle-java (>= 1.5.0147)
jruby-rack (1.1.14)
json (1.8.1)
json (1.8.1-java)
jwt (1.0.0)
kaminari (0.15.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kgio (2.9.2)
koala (1.9.0)
addressable
faraday
multi_json
launchy (2.4.2)
addressable (~> 2.3)
launchy (2.4.2-java)
addressable (~> 2.3)
spoon (~> 0.0.1)
less (2.5.1)
commonjs (~> 0.2.7)
less-rails (2.5.0)
actionpack (>= 3.1)
less (~> 2.5.0)
letter_opener (1.2.0)
launchy (~> 2.2)
libv8 (3.16.14.3)
locale (2.1.0)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
memcached (1.8.0)
meta_search (1.1.3)
actionpack (~> 3.1)
activerecord (~> 3.1)
activesupport (~> 3.1)
polyamorous (~> 0.5.0)
method_source (0.8.2)
mime-types (1.25.1)
mini_magick (3.7.0)
subexec (~> 0.2.1)
mini_portile (0.6.0)
multi_json (1.10.1)
multi_test (0.1.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.9.1)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
newrelic_rpm (3.8.1.221)
nokogiri (1.6.2.1)
mini_portile (= 0.6.0)
nokogiri (1.6.2.1-java)
oauth (0.4.7)
oauth2 (0.9.4)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
omniauth (1.2.1)
hashie (>= 1.2, < 3)
rack (~> 1.0)
omniauth-facebook (1.6.0)
omniauth-oauth2 (~> 1.1)
omniauth-google-oauth2 (0.2.4)
omniauth (~> 1.0)
omniauth-oauth2 (~> 1.1)
omniauth-oauth (1.0.1)
oauth
omniauth (~> 1.0)
omniauth-oauth2 (1.1.2)
faraday (>= 0.8, < 0.10)
multi_json (~> 1.3)
oauth2 (~> 0.9.3)
omniauth (~> 1.2)
omniauth-twitter (1.0.1)
multi_json (~> 1.3)
omniauth-oauth (~> 1.0)
orm_adapter (0.5.0)
paper_trail (2.6.4)
activerecord (~> 3.0)
railties (~> 3.0)
pg (0.17.1)
pg-hstore (1.2.0)
pg_power (1.6.4)
pg
rails (~> 3.1)
polyamorous (0.5.0)
activerecord (~> 3.0)
polyglot (0.3.5)
pr_geohash (1.0.0)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
pry (0.9.12.6-java)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
spoon (~> 0.0)
pry-rails (0.3.2)
pry (>= 0.9.10)
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
rack-protection (1.5.3)
rack
rack-ssl (1.3.4)
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.18)
actionmailer (= 3.2.18)
actionpack (= 3.2.18)
activerecord (= 3.2.18)
activeresource (= 3.2.18)
activesupport (= 3.2.18)
bundler (~> 1.0)
railties (= 3.2.18)
rails3_libmemcached_store (0.5.1)
memcached
rails_config (0.4.2)
activesupport (>= 3.0)
railties (3.2.18)
actionpack (= 3.2.18)
activesupport (= 3.2.18)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
raindrops (0.13.0)
rake (10.3.2)
rakismet (1.5.0)
rdoc (3.12.2)
json (~> 1.4)
redis (3.0.7)
redis-namespace (1.4.1)
redis (~> 3.0.4)
ref (1.0.5)
responders (1.0.0)
railties (>= 3.2, < 5)
rsolr (1.0.10)
builder (>= 2.1.2)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.8)
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
rspec-rails (2.14.2)
actionpack (>= 3.0)
activemodel (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
ruby-progressbar (1.5.1)
ruby_parser (3.6.1)
sexp_processor (~> 4.1)
rvm-capistrano (1.5.2)
capistrano (~> 2.15.4)
sass (3.3.8)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
sexp_processor (4.4.3)
sidekiq (2.17.7)
celluloid (>= 0.15.2)
connection_pool (>= 1.0.0)
json
redis (>= 3.0.6)
redis-namespace (>= 1.3.1)
simple_oauth (0.2.0)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
sitemap_generator (3.4)
builder
slim (2.0.2)
temple (~> 0.6.6)
tilt (>= 1.3.3, < 2.1)
slop (3.5.0)
spoon (0.0.4)
ffi
sprockets (2.2.2)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
squeel (1.0.18)
activerecord (~> 3.0)
activesupport (~> 3.0)
polyamorous (~> 0.5.0)
statistics2 (0.54)
subexec (0.2.3)
sunspot (2.1.1)
pr_geohash (~> 1.0)
rsolr (~> 1.0.7)
sunspot_rails (2.1.1)
nokogiri
rails (>= 3)
sunspot (= 2.1.1)
sunspot_solr (2.1.1)
sunspot_test (0.4.0)
sunspot_rails (>= 1.2.1)
tabletastic (0.2.3)
activesupport (~> 3.0)
temple (0.6.7)
therubyracer (0.12.1)
libv8 (~> 3.16.14.0)
ref
therubyrhino (2.0.3)
therubyrhino_jar (>= 1.7.3)
therubyrhino_jar (1.7.4)
thor (0.19.1)
thread_safe (0.3.4)
thread_safe (0.3.4-java)
thumbs_up (0.6.7)
activerecord
statistics2
tilt (1.4.1)
timers (1.1.0)
tinymce-rails (3.5.8.3)
railties (>= 3.1.1)
tinymce-rails-imageupload (3.5.8.6)
railties (>= 3.1)
tinymce-rails (~> 3.5.8.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
turbolinks (2.2.2)
coffee-rails
turn (0.8.3)
ansi
twitter (4.8.1)
faraday (~> 0.8, < 0.10)
multi_json (~> 1.0)
simple_oauth (~> 0.2)
twitter-bootstrap-rails (2.2.8)
actionpack (>= 3.1)
execjs
rails (>= 3.1)
railties (>= 3.1)
tzinfo (0.3.39)
uglifier (2.5.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
unicorn (4.8.3)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
warden (1.2.3)
rack (>= 1.0)
webrat (0.7.3)
nokogiri (>= 1.2.0)
rack (>= 1.0)
rack-test (>= 0.5.3)
xpath (2.0.0)
nokogiri (~> 1.3)
PLATFORMS
java
ruby
DEPENDENCIES
activeadmin (~> 0.6.3)
activerecord-jdbcpostgresql-adapter
activerecord-postgres-hstore!
bundler
cancancan
capistrano (~> 2.15.5)
capistrano-ext
capybara (>= 1.0.1)
carrierwave (~> 0.10.0)
celluloid
coffee-rails (~> 3.2.2)
country-select
cucumber-rails
database_cleaner
devise (~> 3.2.0)
exception_notification (~> 2.6.0)
execjs
factory_girl (~> 4.0)
factory_girl_rails (~> 4.0)
fast_gettext
fog (~> 1.21.0)
friendly_id (~> 4.0)
fuubar
gettext (~> 2.2.1)
gettext_i18n_rails
haml
jquery-rails (~> 2.2.1)
jquery-ui-rails
jruby-memcached
jruby-openssl
jruby-rack
json
kaminari
koala
launchy (>= 2.0.5)
lazy_high_charts!
less
less-rails
letter_opener
locale
meta_search
mini_magick
multi_json
net-scp (~> 1.1)
newrelic_rpm
omniauth
omniauth-facebook
omniauth-google-oauth2
omniauth-oauth
omniauth-oauth2
omniauth-twitter
omniauth-windowslive!
opinio!
paper_trail (~> 2.6.3)
pg
pg_power
pry-rails
rack
rack-cache
rails (~> 3.2.17)
rails3_libmemcached_store
rails_config
rake
rakismet
redis
rspec
rspec-rails
ruby_parser
rvm-capistrano
sass (~> 3.2)
sass-rails
sidekiq (~> 2.17.3)
simple_captcha!
simple_oauth
sinatra
sitemap_generator (~> 3.4)
slim
sql_funk!
squeel
sunspot
sunspot_rails
sunspot_solr
sunspot_test
tabletastic
therubyracer
therubyrhino
thumbs_up
tinymce-rails (~> 3.5.8.3)
tinymce-rails-imageupload (~> 3.5.8.6)
turbolinks
turn (~> 0.8.3)
twitter (~> 4.0)
twitter-bootstrap-rails
uglifier (>= 1.2.5)
unicorn
validates_email_format_of!
webrat (~> 0.7.3)
xpath