-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
661 lines (653 loc) · 15.2 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
GIT
remote: https://github.com/mconf/bigbluebutton-api-ruby.git
revision: 41fbc58ad108bd1d1097495eb3621beafcfd724f
branch: master
specs:
bigbluebutton-api-ruby (1.6.0)
xml-simple (~> 1.1)
GIT
remote: https://github.com/mconf/bigbluebutton_rails.git
revision: 1514773a83a8b1dfd95d2c6bba1242a655fe5feb
branch: release-2.3
specs:
bigbluebutton_rails (2.3.1)
activerecord-import (~> 1.0)
bigbluebutton-api-ruby (~> 1.6)
browser (~> 0.8.0)
rails (>= 4.0.0)
resque (~> 1.25.1)
resque-scheduler (~> 3.0)
GIT
remote: https://github.com/mconf/fineuploader-rails.git
revision: 1b30664cec12439c74c0d41bc5510893bc4ccf7e
specs:
fineuploader-rails (3.3)
actionpack (>= 3.1)
railties (>= 3.1)
GIT
remote: https://github.com/mconf/translate.git
revision: 849ba4469953233cd3a569cf793901d8f018cda9
specs:
translate-rails3 (0.1.1)
ya2yaml (~> 0.30)
GIT
remote: https://github.com/sevenwire/forgery.git
revision: b20bb0b99f0d9291d0704827ca86095bae20a192
specs:
forgery (0.6.0)
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.1.14.2)
actionpack (= 4.1.14.2)
actionview (= 4.1.14.2)
mail (~> 2.5, >= 2.5.4)
actionpack (4.1.14.2)
actionview (= 4.1.14.2)
activesupport (= 4.1.14.2)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
actionview (4.1.14.2)
activesupport (= 4.1.14.2)
builder (~> 3.1)
erubis (~> 2.7.0)
active_record_union (1.1.0)
activerecord (>= 4.0)
active_sanity (0.2.0)
rails (>= 3.1.0)
activemodel (4.1.14.2)
activesupport (= 4.1.14.2)
builder (~> 3.1)
activerecord (4.1.14.2)
activemodel (= 4.1.14.2)
activesupport (= 4.1.14.2)
arel (~> 5.0.0)
activerecord-import (1.0.8)
activerecord (>= 3.2)
activesupport (4.1.14.2)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
acts-as-taggable-on (4.0.0)
activerecord (>= 4.0)
acts_as_tree (2.0.0)
activerecord (>= 3.0.0)
addressable (2.3.6)
akami (1.3.1)
gyoku (>= 0.4.0)
nokogiri
ansi (1.4.3)
arel (5.0.1.20140414130214)
bcrypt (3.1.10)
better_errors (1.1.0)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
bootstrap3-datetimepicker-rails (3.1.3)
momentjs-rails (>= 2.8.1)
brakeman (2.6.3)
erubis (~> 2.6)
fastercsv (~> 1.5)
haml (>= 3.0, < 5.0)
highline (~> 1.6.20)
multi_json (~> 1.2)
ruby2ruby (~> 2.1.1)
ruby_parser (~> 3.5.0)
sass (~> 3.0)
slim (>= 1.3.6, < 3.0)
terminal-table (~> 1.4)
browser (0.8.0)
builder (3.2.2)
cancancan (1.13.1)
capybara (2.4.1)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
capybara-webkit (1.3.0)
capybara (>= 2.0.2, < 2.5.0)
json
carrierwave (0.10.0)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
json (>= 1.7)
mime-types (>= 1.16)
chef (12.0.3)
chef-zero (~> 3.2)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
ffi-yajl (~> 1.2)
highline (~> 1.6, >= 1.6.9)
mixlib-authentication (~> 1.3)
mixlib-cli (~> 1.4)
mixlib-config (~> 2.0)
mixlib-log (~> 1.3)
mixlib-shellout (>= 2.0.0.rc.0, < 3.0)
net-ssh (~> 2.6)
net-ssh-multi (~> 1.1)
ohai (~> 8.0)
plist (~> 3.1.0)
pry (~> 0.9)
chef-zero (3.2.1)
ffi-yajl (~> 1.1)
hashie (~> 2.0)
mixlib-log (~> 1.3)
rack
uuidtools (~> 2.1)
chronic (0.10.2)
chunky_png (1.3.1)
codeclimate-test-reporter (0.4.8)
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.3.0)
coffee-script-source
execjs
coffee-script-source (1.7.1)
commonjs (0.2.7)
compass (0.13.alpha.4)
chunky_png (~> 1.2)
listen (<= 0.9.9)
sass (~> 3.2.5)
compass-rails (2.0.0)
compass (>= 0.12.2)
crack (0.4.2)
safe_yaml (~> 1.0.0)
css_parser (1.3.5)
addressable
daemons (1.2.2)
database_cleaner (1.3.0)
debug_inspector (0.0.2)
devise (3.5.6)
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)
diff-lcs (1.2.5)
docile (1.1.5)
dotenv (2.7.6)
dotenv-rails (2.7.6)
dotenv (= 2.7.6)
railties (>= 3.2)
dotiw (2.0)
actionpack (>= 3)
i18n
epic-editor-rails (0.2.4)
railties (>= 3.2, < 5.0)
erubis (2.7.0)
eventmachine (1.0.5)
exception_notification (4.0.1)
actionmailer (>= 3.0.4)
activesupport (>= 3.0.4)
execjs (2.6.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)
fastercsv (1.5.5)
ffi (1.9.6)
ffi-yajl (1.3.1)
ffi (~> 1.5)
libyajl2 (~> 1.2)
filesize (0.1.1)
font-awesome-rails (4.1.0.0)
railties (>= 3.2, < 5.0)
fooldap (0.0.2)
ruby-ldapserver
friendly_id (5.0.4)
activerecord (>= 4.0.0)
geocoder (1.2.9)
gravatar_image_tag (1.2.0)
gyoku (1.3.1)
builder (>= 2.1.2)
haml (4.0.5)
tilt
handlebars_assets (0.17.1)
execjs (>= 1.2.9)
multi_json
sprockets (>= 2.0.3)
tilt
has_scope (0.6.0)
actionpack (>= 3.2, < 5)
activesupport (>= 3.2, < 5)
hashie (2.1.2)
highline (1.6.21)
hike (1.2.3)
htmlentities (4.3.3)
httparty (0.13.1)
json (~> 1.8)
multi_xml (>= 0.5.2)
httpi (2.4.2)
rack
socksify
i18n (0.7.0)
i18n-js (3.0.0.rc12)
i18n (~> 0.6, >= 0.6.6)
icalendar (2.1.1)
inherited_resources (1.6.0)
actionpack (>= 3.2, < 5)
has_scope (~> 0.6.0.rc)
railties (>= 3.2, < 5)
responders
ipaddress (0.8.0)
jquery-rails (3.1.3)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
launchy (2.4.2)
addressable (~> 2.3)
leaflet-rails (0.7.4)
less (2.5.1)
commonjs (~> 0.2.7)
less-rails (2.5.0)
actionpack (>= 3.1)
less (~> 2.5.0)
librarian (0.1.2)
highline
thor (~> 0.15)
librarian-chef (0.0.4)
chef (>= 0.10)
librarian (~> 0.1.0)
minitar (>= 0.5.2)
libv8 (3.16.14.3)
libyajl2 (1.2.0)
listen (0.7.3)
lograge (0.3.2)
actionpack (>= 3)
activesupport (>= 3)
railties (>= 3)
logstash-event (1.2.02)
mail (2.6.4)
mime-types (>= 1.16, < 4)
mailcatcher (0.6.1)
activesupport (>= 4.0.0, < 5)
eventmachine (~> 1.0.0, <= 1.0.5)
mail (~> 2.3)
sinatra (~> 1.2)
skinny (~> 0.2.3)
sqlite3 (~> 1.3)
thin (~> 1.5.0)
method_source (0.8.2)
mime-types (1.25.1)
mini_magick (3.8.1)
subexec (~> 0.2.1)
mini_portile2 (2.0.0)
minitar (0.5.4)
minitest (5.8.4)
mixlib-authentication (1.3.0)
mixlib-log
mixlib-cli (1.5.0)
mixlib-config (2.1.0)
mixlib-log (1.6.0)
mixlib-shellout (2.0.1)
momentjs-rails (2.8.3)
railties (>= 3.1)
mono_logger (1.1.0)
multi_json (1.12.0)
multi_xml (0.5.5)
mysql2 (0.3.21)
net-dhcp (1.3.2)
net-ldap (0.6.1)
net-ssh (2.9.3.beta1)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
net-ssh-multi (1.2.0)
net-ssh (>= 2.6.5)
net-ssh-gateway (>= 1.2.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
nori (2.6.0)
ohai (8.0.1)
ffi (~> 1.9)
ffi-yajl (~> 1.1)
ipaddress
mime-types (~> 1.16)
mixlib-cli
mixlib-config (~> 2.0)
mixlib-log
mixlib-shellout (~> 2.0)
net-dhcp
rake (~> 10.1)
systemu (~> 2.6.4)
wmi-lite (~> 1.0)
orm_adapter (0.5.0)
plist (3.1.0)
populator (1.0.0)
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)
prism (0.1.0)
nokogiri
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
public_activity (1.5.0)
actionpack (>= 3.0.0)
activerecord (>= 3.0)
i18n (>= 0.5.0)
railties (>= 3.0.0)
quiet_assets (1.0.3)
railties (>= 3.1, < 5.0)
rabl (0.10.1)
activesupport (>= 2.3.14)
rack (1.5.5)
rack-protection (1.5.3)
rack
rack-test (0.6.3)
rack (>= 1.0)
rails (4.1.14.2)
actionmailer (= 4.1.14.2)
actionpack (= 4.1.14.2)
actionview (= 4.1.14.2)
activemodel (= 4.1.14.2)
activerecord (= 4.1.14.2)
activesupport (= 4.1.14.2)
bundler (>= 1.3.0, < 2.0)
railties (= 4.1.14.2)
sprockets-rails (~> 2.0)
rails-footnotes (4.0.2)
rails (>= 3.2)
rails_autolink (1.1.6)
rails (> 3.1)
railties (4.1.14.2)
actionpack (= 4.1.14.2)
activesupport (= 4.1.14.2)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.5.0)
recaptcha (3.3.0)
json
redcarpet (3.3.2)
redis (3.1.0)
redis-namespace (1.5.0)
redis (~> 3.0, >= 3.0.4)
ref (1.0.5)
responders (1.1.2)
railties (>= 3.2, < 4.2)
resque (1.25.2)
mono_logger (~> 1.0)
multi_json (~> 1.0)
redis-namespace (~> 1.3)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
resque-lock-timeout (0.4.4)
resque (~> 1.22)
resque-scheduler (3.0.0)
mono_logger (~> 1.0)
redis (~> 3.0)
resque (~> 1.25)
rufus-scheduler (~> 2.0)
resque_mailer (2.2.6)
actionmailer (>= 3.0)
resque_spec (0.15.0)
resque (>= 1.19.0)
rspec-core (>= 2.5.0)
rspec-expectations (>= 2.5.0)
rspec-mocks (>= 2.5.0)
rmagick (2.16.0)
rspec-collection_matchers (1.0.0)
rspec-expectations (>= 2.99.0.beta1)
rspec-core (2.99.1)
rspec-expectations (2.99.1)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.99.1)
rspec-rails (2.99.0)
actionpack (>= 3.0)
activemodel (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-collection_matchers
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
rspec-mocks (~> 2.99.0)
ruby-ldapserver (0.5.0)
ruby2ruby (2.1.3)
ruby_parser (~> 3.1)
sexp_processor (~> 4.0)
ruby_parser (3.5.0)
sexp_processor (~> 4.1)
rubyntlm (0.6.1)
rubyzip (1.1.6)
rufus-scheduler (2.0.24)
tzinfo (>= 0.3.22)
safe_yaml (1.0.4)
sass (3.2.19)
sass-rails (4.0.5)
railties (>= 4.0.0, < 5.0)
sass (~> 3.2.2)
sprockets (~> 2.8, < 3.0)
sprockets-rails (~> 2.0)
savon (2.11.1)
akami (~> 1.2)
builder (>= 2.1.2)
gyoku (~> 1.2)
httpi (~> 2.3)
nokogiri (>= 1.4.0)
nori (~> 2.4)
wasabi (~> 3.4)
select2-rails (3.5.9)
thor (~> 0.14)
sexp_processor (4.4.4)
shoulda-kept-assign-to (1.0.1)
shoulda-matchers (>= 2.1.0)
shoulda-matchers (3.0.1)
activesupport (>= 4.0.0)
simple_form (3.1.0)
actionpack (~> 4.0)
activemodel (~> 4.0)
simplecov (0.8.2)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
skinny (0.2.3)
eventmachine (~> 1.0.0)
thin (~> 1.5.0)
slim (2.1.0)
temple (~> 0.6.9)
tilt (>= 1.3.3, < 2.1)
slop (3.6.0)
socksify (1.7.0)
spring (1.3.4)
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)
sqlite3 (1.3.9)
subexec (0.2.3)
systemu (2.6.4)
temple (0.6.9)
terminal-table (1.4.5)
therubyracer (0.12.1)
libv8 (~> 3.16.14.0)
ref
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.19.1)
thread_safe (0.3.5)
tilt (1.4.1)
timecop (0.8.0)
turn (0.8.2)
ansi (>= 1.2.2)
twitter-bootstrap-rails (2.2.8)
actionpack (>= 3.1)
execjs
rails (>= 3.1)
railties (>= 3.1)
tzinfo (1.2.2)
thread_safe (~> 0.1)
tzinfo-data (1.2021.5)
tzinfo (>= 1.0.0)
uglifier (3.0.0)
execjs (>= 0.3.0, < 3)
uuidtools (2.1.5)
valid_email (0.0.11)
activemodel
mail (~> 2.6.1)
vegas (0.1.11)
rack (>= 1.0.0)
vpim (13.11.11)
warden (1.2.6)
rack (>= 1.0)
wasabi (3.5.0)
httpi (~> 2.0)
nokogiri (>= 1.4.2)
webmock (1.21.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
webrat (0.7.3)
nokogiri (>= 1.2.0)
rack (>= 1.0)
rack-test (>= 0.5.3)
will_paginate (3.0.7)
wmi-lite (1.0.0)
xml-simple (1.1.5)
xpath (2.0.0)
nokogiri (~> 1.3)
xray-rails (0.1.18)
coffee-rails
rails (>= 3.1.0)
ya2yaml (0.31)
yajl-ruby (1.2.1)
yui-compressor (0.12.0)
zip-zip (0.3)
rubyzip (>= 1.0.0)
zonebie (0.5.1)
PLATFORMS
ruby
DEPENDENCIES
active_record_union (~> 1.1.0)
active_sanity
activerecord-import
acts-as-taggable-on (~> 4.0)
acts_as_tree (~> 2.0.0)
bcrypt (~> 3.1.5)
better_errors
bigbluebutton-api-ruby!
bigbluebutton_rails!
binding_of_caller
bootstrap3-datetimepicker-rails (~> 3.1.3)
brakeman
cancancan (~> 1.9)
capybara
capybara-webkit
carrierwave (~> 0.10.0)
chronic
codeclimate-test-reporter
coffee-rails (~> 4.0.0)
compass (~> 0.13.alpha)
compass-rails (~> 2.0)
database_cleaner
devise (~> 3.5.4)
devise-encryptable
dotenv-rails
dotiw
epic-editor-rails
exception_notification (~> 4.0.0)
factory_girl_rails
filesize
fineuploader-rails!
font-awesome-rails (~> 4.1.0.0)
fooldap
forgery!
friendly_id (~> 5.0.4)
geocoder
gravatar_image_tag
haml
handlebars_assets
htmlentities (~> 4.3.3)
httparty
i18n-js (~> 3.0.0.rc12)
icalendar
inherited_resources (~> 1.6.0)
jquery-rails (~> 3.1.3)
launchy
leaflet-rails
less-rails
librarian-chef
lograge
logstash-event
mailcatcher
mini_magick (~> 3.8.1)
momentjs-rails (>= 2.8.1)
mysql2 (~> 0.3.0)
net-ldap
nokogiri
populator
premailer-rails
prism
public_activity (~> 1.5.0)
quiet_assets
rabl
rack (~> 1.5.4)
rails (~> 4.1.14.2)
rails-footnotes
rails_autolink (~> 1.1.0)
rake (~> 10.5.0)
recaptcha
redcarpet
resque (~> 1.25.2)
resque-lock-timeout
resque-scheduler
resque_mailer
resque_spec
rmagick (~> 2.16.0)
rspec-mocks
rspec-rails (~> 2.99.0)
rubyntlm
rubyzip (>= 1.0.0)
sass-rails (~> 4.0.4)
savon (~> 2.0)
select2-rails
shoulda-kept-assign-to
shoulda-matchers (~> 3.0)
simple_form (~> 3.1.0)
simplecov
spring
sprockets (~> 2.12.4)
sqlite3
therubyracer
timecop
translate-rails3!
turn (= 0.8.2)
twitter-bootstrap-rails (~> 2.2.8)
tzinfo-data
uglifier (>= 1.0.3)
valid_email (~> 0.0.10)
vpim (~> 13.11.11)
webmock
webrat
will_paginate
xray-rails
yajl-ruby
yui-compressor
zip-zip
zonebie
BUNDLED WITH
1.14.5