-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
671 lines (664 loc) · 14.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
GIT
remote: git://github.com/Compass/compass-rails.git
revision: e01e1cf2057f2390728d526bb4ee065be15b2abc
ref: e01e1cf2057f2390728d526bb4ee065be15b2abc
specs:
compass-rails (1.1.2)
compass (>= 0.12.2)
GIT
remote: git://github.com/jilion/chosen-rails.git
revision: e77ae4a972bb330b79955f181e50a0d2347fdedc
specs:
chosen-rails (1.0.0)
coffee-rails (>= 3.2)
compass-rails (>= 1.0)
railties (>= 3.0)
sass-rails (>= 3.2)
GIT
remote: git://github.com/leehambley/rack-google-analytics.git
revision: 9a1c336fc21ee488f9a04b1c7d30cf03102ff169
specs:
rack-google-analytics (1.0.0)
actionpack
activesupport
GIT
remote: git://github.com/mbleigh/acts-as-taggable-on.git
revision: 95998f6431a2af1272b4b6fa672f9bf64aedfcc9
specs:
acts-as-taggable-on (3.1.0)
actionpack (>= 3, < 5)
activerecord (>= 3, < 5)
activesupport (>= 3, < 5)
GIT
remote: git://github.com/pelle/oauth-plugin.git
revision: 51c7dffb3bdc915c5a17cdbf59e659b38f1d31bd
specs:
oauth-plugin (0.5.1)
multi_json
oauth (~> 0.4.4)
oauth2 (>= 0.5.0)
rack
GEM
remote: https://rubygems.org/
remote: https://8dezqz7z7HWea9vtaFwg:@gem.fury.io/me/
specs:
PageRankr (4.2.0)
httparty (>= 0.9.0)
json (>= 1.4.6)
jsonpath (>= 0.4.2)
nokogiri (>= 1.4.1)
public_suffix (>= 0.9.0)
actionmailer (4.0.8)
actionpack (= 4.0.8)
mail (~> 2.5.4)
actionpack (4.0.8)
activesupport (= 4.0.8)
builder (~> 3.1.0)
erubis (~> 2.7.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
activemodel (4.0.8)
activesupport (= 4.0.8)
builder (~> 3.1.0)
activerecord (4.0.8)
activemodel (= 4.0.8)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.8)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.8)
i18n (~> 0.6, >= 0.6.9)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
addressable (2.3.6)
aggregate (0.2.2)
annotate (2.6.3)
activerecord (>= 2.3.0)
rake (>= 0.8.7)
arel (4.0.2)
array_stats (0.6.0)
atomic (1.1.16)
backbone-rails (1.1.0)
rails (>= 3.0.0)
bcrypt (3.1.7)
better_errors (1.1.0)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
bson (2.2.2)
buftok (0.2.0)
builder (3.1.4)
bullet (4.8.0)
activesupport
uniform_notifier (>= 1.4.0)
capybara (2.1.0)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
capybara-email (2.2.0)
capybara (~> 2.1.0)
mail
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)
celluloid-io (0.15.0)
celluloid (>= 0.15.0)
nio4r (>= 0.5.0)
chartkick (1.2.4)
chunky_png (1.3.0)
climate_control (0.0.3)
activesupport (>= 3.0)
cliver (0.3.2)
cocaine (0.5.4)
climate_control (>= 0.0.3, < 1.0)
codeclimate-test-reporter (0.3.0)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.7.0)
compass (0.12.5)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.2.19)
connection_pool (2.0.0)
countries (0.9.3)
currencies (~> 0.4.2)
country_select (1.3.1)
countries (= 0.9.3)
crack (0.4.2)
safe_yaml (~> 1.0.0)
createsend (3.4.0)
hashie (>= 1.2, < 3)
httparty (~> 0.10)
json
css_parser (1.3.5)
addressable
currencies (0.4.2)
dalli (2.7.0)
database_cleaner (1.2.0)
debug_inspector (0.0.2)
descendants_tracker (0.0.3)
devise (3.2.4)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
thread_safe (~> 0.1)
warden (~> 1.2.3)
devise-async (0.9.0)
devise (~> 3.2)
devise_invitable (1.3.4)
actionmailer (>= 3.2.6, < 5)
devise (>= 3.2.0)
diff-lcs (1.2.5)
display_case (0.1.0)
dotenv (0.10.0)
dotenv-rails (0.10.0)
dotenv (= 0.10.0)
em-websocket (0.3.8)
addressable (>= 2.1.1)
eventmachine (>= 0.12.9)
equalizer (0.0.9)
erubis (2.7.0)
eventmachine (1.0.3)
excon (0.32.1)
execjs (2.0.2)
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.8.9)
multipart-post (~> 1.2.0)
faraday-http-cache (0.4.0)
faraday (~> 0.8)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
ffaker (1.24.0)
ffi (1.9.3)
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.21.1)
builder
excon (~> 0.32)
formatador (~> 0.2.0)
mime-types
net-scp (~> 1.1)
net-ssh (>= 2.1.3)
fog-json (1.0.0)
multi_json (~> 1.0)
font_assets (0.1.11)
rack
formatador (0.2.4)
fssm (0.2.10)
google-analytics-turbolinks (0.0.3)
groupdate (2.1.0)
activerecord (>= 3.0.0)
guard (2.6.0)
formatador (>= 0.2.4)
listen (~> 2.7)
lumberjack (~> 1.0)
pry (>= 0.9.12)
thor (>= 0.18.1)
guard-livereload (1.3.0)
em-websocket (>= 0.2.0)
guard (>= 1.5.0)
multi_json (~> 1.0)
guard-pow (2.0.0)
guard (~> 2.0)
guard-rspec (4.2.8)
guard (~> 2.1)
rspec (>= 2.14, < 4.0)
guard-shell (0.6.1)
guard (>= 1.1.0)
guard-teaspoon (0.0.4)
guard (>= 1.6.1)
teaspoon (>= 0.5.3)
haml (4.0.5)
tilt
haml_coffee_assets (1.16.0)
coffee-script (~> 2.0)
sprockets (~> 2.0)
tilt (~> 1.1)
has_scope (0.5.1)
hashie (2.1.0)
her (0.6.8)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
faraday (~> 0.8)
multi_json (~> 1.7)
hike (1.2.3)
honeybadger (1.11.2)
json
hpricot (0.8.6)
htmlentities (4.3.1)
http (0.5.0)
http_parser.rb
http_content_type (0.0.3)
http_parser.rb (0.6.0)
httparty (0.13.1)
json (~> 1.8)
multi_xml (>= 0.5.2)
httpclient (2.3.4.1)
i18n (0.6.9)
jquery-rails (3.1.2)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.1)
jsonpath (0.5.6)
multi_json
jwt (0.1.11)
multi_json (>= 1.5)
kaminari (0.15.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kgio (2.9.2)
launchy (2.4.2)
addressable (~> 2.3)
letter_opener (1.2.0)
launchy (~> 2.2)
librato-metrics (1.3.0)
aggregate (~> 0.2.2)
faraday (~> 0.7)
multi_json
librato-rack (0.4.4)
librato-metrics (~> 1.1)
librato-rails (0.10.2)
librato-rack (~> 0.4.2)
rails (>= 3.0)
libxml-ruby (2.7.0)
liquid (2.6.1)
listen (2.7.1)
celluloid (>= 0.15.2)
celluloid-io (>= 0.15.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lograge (0.3.0)
actionpack (>= 3)
activesupport (>= 3)
railties (>= 3)
lumberjack (1.0.5)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
memcachier (0.0.2)
memoizable (0.3.1)
thread_safe (~> 0.1.3)
method_source (0.8.2)
mime-types (1.25.1)
mini_portile (0.5.3)
minitest (4.7.5)
mongoid (4.0.0.beta1)
activemodel (>= 4.0.0)
moped (~> 2.0.beta6)
origin (~> 2.1)
tzinfo (>= 0.3.37)
moped (2.0.0.rc1)
bson (~> 2.2)
connection_pool (~> 2.0)
optionable (~> 0.2.0)
multi_json (1.10.1)
multi_xml (0.5.5)
multipart-post (1.2.0)
net-scp (1.2.0)
net-ssh (>= 2.6.5)
net-ssh (2.8.0)
newrelic-redis (1.4.0)
newrelic_rpm (~> 3.0)
redis (< 4.0)
newrelic_moped (0.0.9)
moped
newrelic_rpm (~> 3.7.0)
newrelic_rpm (3.7.3.204)
nio4r (1.0.0)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
oauth (0.4.7)
oauth2 (0.9.3)
faraday (>= 0.8, < 0.10)
jwt (~> 0.1.8)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
oj (2.7.2)
optionable (0.2.0)
origin (2.1.1)
orm_adapter (0.5.0)
paper_trail (3.0.0.beta1)
activerecord (>= 3.0, < 5.0)
paranoia (2.0.2)
activerecord (~> 4.0)
pg (0.17.1)
poltergeist (1.5.0)
capybara (~> 2.1)
cliver (~> 0.3.1)
multi_json (~> 1.0)
websocket-driver (>= 0.2.0)
polyglot (0.3.5)
powder (0.2.1)
thor (>= 0.11.5)
premailer (1.8.2)
css_parser (>= 1.3.5)
htmlentities (>= 4.0.0)
premailer-rails (1.7.0)
actionmailer (>= 3, < 5)
premailer (~> 1.7, >= 1.7.9)
prowl (0.1.3)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
public_suffix (1.4.4)
pusher (0.12.0)
httpclient (~> 2.3.0)
multi_json (~> 1.0)
signature (~> 0.1.6)
quiet_assets (1.0.2)
railties (>= 3.1, < 5.0)
rabl (0.9.3)
activesupport (>= 2.3.14)
rack (1.5.2)
rack-cache (1.2)
rack (>= 0.4)
rack-livereload (0.3.15)
rack
rack-ssl-enforcer (0.2.6)
rack-status (1.0.0)
rack-test (0.6.2)
rack (>= 1.0)
rails (4.0.8)
actionmailer (= 4.0.8)
actionpack (= 4.0.8)
activerecord (= 4.0.8)
activesupport (= 4.0.8)
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.8)
sprockets-rails (~> 2.0)
rails_12factor (0.0.2)
rails_serve_static_assets
rails_stdout_logging
rails_autolink (1.1.5)
rails (> 3.1)
rails_serve_static_assets (0.0.2)
rails_stdout_logging (0.0.3)
railties (4.0.8)
actionpack (= 4.0.8)
activesupport (= 4.0.8)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.13.0)
rake (10.3.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.3)
ffi (>= 0.5.0)
redis (3.0.7)
redis-namespace (1.4.1)
redis (~> 3.0.4)
rescue_me (0.1.3)
responders (1.0.0)
railties (>= 3.2, < 5)
roauth (0.0.8)
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_gntp (0.3.4)
rubyzip (1.1.3)
safe_yaml (1.0.2)
sass (3.2.19)
sass-rails (4.0.3)
railties (>= 4.0.0, < 5.0)
sass (~> 3.2.0)
sprockets (~> 2.8, <= 2.11.0)
sprockets-rails (~> 2.0)
sextant (0.2.4)
rails (>= 3.2)
shoulda-matchers (2.5.0)
activesupport (>= 3.0.0)
show_me_the_cookies (2.2.0)
capybara (~> 2.0)
sidekiq (2.17.7)
celluloid (>= 0.15.2)
connection_pool (>= 1.0.0)
json
redis (>= 3.0.6)
redis-namespace (>= 1.3.1)
signature (0.1.7)
simple_oauth (0.2.0)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.5.0)
snail (1.1.0)
activesupport
solve (0.8.2)
sprockets (2.11.0)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.1.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
state_machine (1.2.0)
sublime_video_layout (2.8.2)
coffee-rails
haml
jquery-rails
rails (>= 3.2.12)
sublime_video_private_api (1.6.1)
activesupport (~> 4.0.3)
faraday-http-cache (~> 0.4.0)
her (~> 0.6.8)
kaminari
multi_json
rescue_me
responders
timecop
teaspoon (0.7.9)
railties (>= 3.2.5, < 5)
thor (0.19.1)
thread_safe (0.1.3)
atomic
tilt (1.4.1)
timecop (0.7.1)
timers (1.1.0)
tinder (1.9.4)
eventmachine (~> 1.0)
faraday (~> 0.8.9)
faraday_middleware (~> 0.9)
hashie (>= 1.0, < 3)
json (~> 1.8.0)
mime-types (~> 1.19)
multi_json (~> 1.7)
twitter-stream (~> 0.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
turbolinks (1.3.1)
coffee-rails
twitter (5.3.0)
addressable (~> 2.3)
buftok (~> 0.2.0)
descendants_tracker (~> 0.0.1)
equalizer (~> 0.0.7, != 0.0.8)
faraday (>= 0.8, < 0.10)
http (~> 0.5.0)
http_parser.rb (~> 0.6.0)
json (~> 1.8)
memoizable (~> 0.3.1)
simple_oauth (~> 0.2.0)
twitter-stream (0.1.12)
eventmachine (>= 0.12.8)
roauth (>= 0.0.2)
tzinfo (0.3.39)
uglifier (2.5.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.6)
unicorn (4.8.2)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
uniform_notifier (1.4.0)
uniquify (0.1.0)
vcr (2.9.0)
warden (1.2.3)
rack (>= 1.0)
webmock (1.17.4)
addressable (>= 2.2.7)
crack (>= 0.3.2)
websocket-driver (0.3.2)
xpath (2.0.0)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
PageRankr
acts-as-taggable-on!
annotate
array_stats
backbone-rails
better_errors
binding_of_caller
bullet
capybara (~> 2.1.0)
capybara-email
carrierwave
chartkick
chosen-rails!
cocaine
codeclimate-test-reporter
coffee-rails
compass-rails!
countries
country_select
crack
createsend (~> 3.4)
dalli
database_cleaner
devise
devise-async
devise_invitable
display_case
dotenv-rails
execjs
factory_girl
factory_girl_rails
faraday (~> 0.8.9)
ffaker
fog
font_assets
google-analytics-turbolinks
groupdate
guard-livereload
guard-pow
guard-rspec
guard-shell
guard-teaspoon
haml
haml_coffee_assets
has_scope
honeybadger
hpricot
http_content_type
i18n
kaminari
kgio
launchy
letter_opener
librato-rails
libxml-ruby
liquid
lograge
memcachier
mime-types
mongoid (~> 4.0.0.beta1)
newrelic-redis
newrelic_moped
newrelic_rpm
oauth
oauth-plugin!
oj
paper_trail (= 3.0.0.beta1)
paranoia
pg (= 0.17.1)
poltergeist
powder
premailer-rails
prowl
public_suffix
pusher
quiet_assets
rabl
rack-cache
rack-google-analytics!
rack-livereload
rack-ssl-enforcer
rack-status
rails (= 4.0.8)
rails_12factor
rails_autolink
redis
rescue_me
responders
rspec-rails
ruby_gntp
rubyzip
sass-rails (~> 4.0.2)
sextant
shoulda-matchers
show_me_the_cookies
sidekiq (~> 2.17)
simplecov (~> 0.7.1)
snail
solve
state_machine
sublime_video_layout (= 2.8.2)
sublime_video_private_api (~> 1.6)
teaspoon
timecop
tinder
turbolinks (~> 1.3.1)
twitter (~> 5.3.0)
uglifier
unf
unicorn
uniquify
vcr
webmock