forked from Coursemology/coursemology2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
653 lines (643 loc) · 15.6 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
GIT
remote: git://github.com/Coursemology/active_record-acts_as.git
revision: 01e577fb26d77a0ddc305909f2cd9cec75c1f70c
branch: rails5
specs:
active_record-acts_as (2.5.0.2)
activerecord (>= 4.2, <= 5.1)
activesupport (>= 4.2, <= 5.1)
GIT
remote: git://github.com/Coursemology/themes_on_rails.git
revision: c96d43d479fc307b5227ad18e891fcf347d1e22b
branch: cache-theme-templates
specs:
themes_on_rails (0.4.0)
rails (>= 3.2)
GIT
remote: git://github.com/doabit/bootstrap-sass-extras.git
revision: 6aa549b91a66055a5f5e37400dbe44f4d17f09c3
specs:
bootstrap-sass-extras (0.0.7)
rails (>= 3.1.0)
GIT
remote: git://github.com/jeremyyap/cancancan-baby_squeel.git
revision: e8d6c23ba93e34405652f1d85c077feca9b48b41
specs:
cancancan-baby_squeel (0.1.6)
activerecord (>= 4.1)
baby_squeel (~> 1.1.5)
cancancan (>= 1.10)
GIT
remote: git://github.com/jeremyyap/simple_form-bootstrap.git
revision: 28ca2c5ef02a8b4ec4cead92d7bdbe71140b3de3
specs:
simple_form-bootstrap (1.5.0)
actionpack (>= 4.1, < 6)
activemodel (>= 4.1, < 6)
bootstrap-sass (~> 3)
railties (>= 4.1, < 6)
simple_form (>= 3.1.0)
GIT
remote: git://github.com/lowjoel/activerecord-userstamp.git
revision: 752f1e30ed8a2f0b09408bcdfa2c2dad1e5523c4
specs:
activerecord-userstamp (3.0.5)
rails (>= 4.1)
GEM
remote: https://rubygems.org/
specs:
actioncable (5.0.6)
actionpack (= 5.0.6)
nio4r (>= 1.2, < 3.0)
websocket-driver (~> 0.6.1)
actionmailer (5.0.6)
actionpack (= 5.0.6)
actionview (= 5.0.6)
activejob (= 5.0.6)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.0.6)
actionview (= 5.0.6)
activesupport (= 5.0.6)
rack (~> 2.0)
rack-test (~> 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.0.6)
activesupport (= 5.0.6)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.0.6)
activesupport (= 5.0.6)
globalid (>= 0.3.6)
activemodel (5.0.6)
activesupport (= 5.0.6)
activerecord (5.0.6)
activemodel (= 5.0.6)
activesupport (= 5.0.6)
arel (~> 7.0)
activerecord-import (0.20.2)
activerecord (>= 3.2)
activesupport (5.0.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
acts_as_tenant (0.4.1)
rails (>= 3.1)
request_store (>= 1.0.5)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
after_commit_action (1.1.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
anbt-sql-formatter (0.0.5)
archive-zip (0.7.0)
io-like (~> 0.3.0)
arel (7.1.4)
ast (2.3.0)
autoprefixer-rails (7.1.6)
execjs
awesome_print (1.8.0)
baby_squeel (1.1.5)
activerecord (>= 4.2.0)
polyamorous (~> 1.3)
bcrypt (3.1.11)
bootstrap-sass (3.3.7)
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
bootstrap-select-rails (1.12.1)
bootstrap3-datetimepicker-rails (4.17.47)
momentjs-rails (>= 2.8.1)
bootstrap_tokenfield_rails (0.12.1)
builder (3.2.3)
bullet (5.6.1)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.10.0)
byebug (9.1.0)
calculated_attributes (0.2.0)
activerecord (>= 3.2.20)
cancancan (2.0.0)
capybara (2.15.4)
addressable
mini_mime (>= 0.1.3)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
capybara-screenshot (1.0.17)
capybara (>= 1.0, < 3)
launchy
capybara-selenium (0.0.6)
capybara
selenium-webdriver
carrierwave (1.2.1)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
childprocess (0.8.0)
ffi (~> 1.0, >= 1.0.11)
chromedriver-helper (1.1.0)
archive-zip (~> 0.7.0)
nokogiri (~> 1.6)
cocoon (1.2.10)
codeclimate-test-reporter (1.0.8)
simplecov (<= 0.13)
codecov (0.1.10)
json
simplecov
url
concurrent-ruby (1.0.5)
consistency_fail (0.3.5)
coursemology-polyglot (0.2.9.1)
activesupport (>= 4.2, <= 5.1)
crass (1.0.2)
devise (4.3.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.2)
responders
warden (~> 1.2.3)
devise-multi_email (2.0.1)
devise
devise_masquerade (0.6.1)
devise (>= 2.1.0)
railties (>= 3.0)
diff-lcs (1.3)
docile (1.1.5)
docker-api (1.33.6)
excon (>= 0.38.0)
json
easy_translate (0.5.0)
json
thread
thread_safe
edge (0.5.1)
activerecord (>= 4.1.0)
ejs (1.1.1)
email_spec (2.1.1)
htmlentities (~> 4.3.3)
launchy (~> 2.1)
mail (~> 2.6)
erubi (1.7.0)
erubis (2.7.0)
excon (0.59.0)
execjs (2.7.0)
exifr (1.3.2)
factory_girl (4.8.1)
activesupport (>= 3.0.0)
factory_girl_rails (4.8.0)
factory_girl (~> 4.8.0)
railties (>= 3.0.0)
faraday (0.12.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.18)
filename (0.1.2)
font-awesome-rails (4.7.0.2)
railties (>= 3.2, < 5.2)
friendly_id (5.2.3)
activerecord (>= 4.0.0)
fspath (3.1.0)
globalid (0.4.0)
activesupport (>= 4.2.0)
hashie (3.5.6)
high_voltage (3.0.0)
highline (1.7.8)
html-pipeline (2.7.1)
activesupport (>= 2)
nokogiri (>= 1.4)
html-pipeline-rouge_filter (1.0.6)
activesupport
html-pipeline (>= 1.11)
rouge (>= 2.0.0, < 3)
htmlentities (4.3.4)
http_accept_language (2.1.1)
i18n (0.9.0)
concurrent-ruby (~> 1.0)
i18n-js (3.0.1)
i18n (~> 0.6, >= 0.6.6)
i18n-tasks (0.9.18)
activesupport (>= 4.0.2)
ast (>= 2.1.0)
easy_translate (>= 0.5.0)
erubi
highline (>= 1.7.3)
i18n
parser (>= 2.2.3.0)
rainbow (~> 2.2)
terminal-table (>= 1.5.1)
image_optim (0.25.0)
exifr (~> 1.2, >= 1.2.2)
fspath (~> 3.0)
image_size (~> 1.5)
in_threads (~> 1.3)
progress (~> 3.0, >= 3.0.1)
image_optim_rails (0.4.1)
image_optim (~> 0.24)
rails
sprockets
image_size (1.5.0)
in_threads (1.4.0)
io-like (0.3.0)
its-it (1.3.0)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
jquery-rails (4.3.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
js-routes (1.4.1)
railties (>= 3.2)
sprockets-rails
json (2.1.0)
jwt (1.5.6)
kaminari (1.1.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.1.1)
kaminari-activerecord (= 1.1.1)
kaminari-core (= 1.1.1)
kaminari-actionview (1.1.1)
actionview
kaminari-core (= 1.1.1)
kaminari-activerecord (1.1.1)
activerecord
kaminari-core (= 1.1.1)
kaminari-core (1.1.1)
key_struct (0.4.2)
launchy (2.4.3)
addressable (~> 2.3)
listen (1.3.1)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
lol_dba (2.1.4)
actionpack (>= 3.0)
activerecord (>= 3.0)
railties (>= 3.0)
loofah (2.1.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.6.6)
mime-types (>= 1.16, < 4)
method_source (0.9.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_magick (4.8.0)
mini_mime (0.1.4)
mini_portile2 (2.3.0)
minitest (5.10.3)
modware (0.1.3)
key_struct (~> 0.4)
momentjs-rails (2.17.1)
railties (>= 3.1)
multi_json (1.12.2)
multi_xml (0.6.0)
multipart-post (2.0.0)
nio4r (2.1.0)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
nokogumbo (1.4.13)
nokogiri
oauth2 (1.4.0)
faraday (>= 0.8, < 0.13)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.7.1)
hashie (>= 3.4.6, < 3.6.0)
rack (>= 1.6.2, < 3)
omniauth-facebook (4.0.0)
omniauth-oauth2 (~> 1.2)
omniauth-oauth2 (1.4.0)
oauth2 (~> 1.0)
omniauth (~> 1.2)
orm_adapter (0.5.0)
parallel (1.12.0)
parallel_tests (2.17.0)
parallel
parser (2.4.0.0)
ast (~> 2.2)
pg (0.21.0)
polyamorous (1.3.1)
activerecord (>= 3.0)
progress (3.4.0)
public_suffix (3.0.0)
puma (3.10.0)
rack (2.0.3)
rack-proxy (0.6.2)
rack
rack-test (0.6.3)
rack (>= 1.0)
rails (5.0.6)
actioncable (= 5.0.6)
actionmailer (= 5.0.6)
actionpack (= 5.0.6)
actionview (= 5.0.6)
activejob (= 5.0.6)
activemodel (= 5.0.6)
activerecord (= 5.0.6)
activesupport (= 5.0.6)
bundler (>= 1.3.0)
railties (= 5.0.6)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.2)
actionpack (~> 5.x, >= 5.0.1)
actionview (~> 5.x, >= 5.0.1)
activesupport (~> 5.x)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-flog (1.4.0)
anbt-sql-formatter
awesome_print
rails (>= 3.2.0)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails_utils (4.0.0)
rails (>= 3.2)
railties (5.0.6)
actionpack (= 5.0.6)
activesupport (= 5.0.6)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.2.2)
rake
rake (12.1.0)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-kqueue (0.2.5)
ffi (>= 0.5.0)
record_tag_helper (1.0.0)
actionview (~> 5.x)
request_store (1.3.2)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
rinku (2.0.3)
rouge (2.2.1)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.0)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-html-matchers (0.9.1)
nokogiri (~> 1)
rspec (>= 3.0.0.a, < 4)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-rails (3.7.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-support (~> 3.7.0)
rspec-retry (0.5.0)
rspec-core (~> 3.3)
rspec-support (3.7.0)
rubyzip (1.2.1)
sanitize (4.5.0)
crass (~> 1.0.2)
nokogiri (>= 1.4.4)
nokogumbo (~> 1.4.1)
sass (3.5.2)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
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)
schema_monkey (2.1.5)
activerecord (>= 4.2)
modware (~> 0.1)
schema_plus_association_inverses (0.1.0)
schema_plus_core (>= 0.3.1)
schema_plus_columns (0.2.0)
activerecord (>= 4.2, < 5.2)
its-it (~> 1.2)
schema_plus_core
schema_plus_indexes (~> 0.2)
schema_plus_compatibility (0.3.0)
activerecord (>= 4.2, < 5.2)
schema_monkey (~> 2.1)
schema_plus_core (2.1.1)
activerecord (~> 5.0)
its-it (~> 1.2)
schema_monkey (~> 2.1)
schema_plus_enums (0.1.6)
activerecord (>= 4.2, <= 5.1)
its-it (~> 1.2)
schema_plus_core
schema_plus_foreign_keys (0.1.7)
activerecord (>= 4.2, < 5.1)
its-it (~> 1.2)
schema_plus_compatibility (~> 0.2)
schema_plus_core
valuable
schema_plus_indexes (0.3.0)
activerecord (>= 4.2, < 5.2)
its-it (~> 1.2)
schema_plus_core
schema_plus_pg_indexes (0.3.0)
activerecord (~> 5.0, >= 5.0.1)
its-it (~> 1.2)
schema_plus_core (~> 2.0)
schema_plus_indexes (~> 0.2, >= 0.2.4)
schema_validations (2.3.0)
activerecord (~> 5.0)
schema_plus_columns
valuable
selenium-webdriver (3.6.0)
childprocess (~> 0.5)
rubyzip (~> 1.0)
settings_on_rails (0.3.1)
activerecord (>= 3.1)
should_not (1.1.0)
shoulda-matchers (3.1.2)
activesupport (>= 4.0.0)
simple_form (3.5.0)
actionpack (> 4, < 5.2)
activemodel (> 4, < 5.2)
simplecov (0.13.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
slim (3.0.8)
temple (>= 0.7.6, < 0.9)
tilt (>= 1.3.3, < 2.1)
slim-rails (3.1.3)
actionpack (>= 3.1)
railties (>= 3.1)
slim (~> 3.0)
spring (2.0.2)
activesupport (>= 4.2)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
summernote-rails (0.8.3.0)
railties (>= 3.1)
temple (0.8.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (0.20.0)
thread (0.2.2)
thread_safe (0.3.6)
tilt (2.0.8)
traceroute (0.5.0)
rails (>= 3.0.0)
twitter-typeahead-rails (0.11.1)
actionpack (>= 3.1)
jquery-rails
railties (>= 3.1)
tzinfo (1.2.3)
thread_safe (~> 0.1)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.3.0)
uniform_notifier (1.10.0)
unread (0.9.1)
activerecord (>= 3)
url (0.3.2)
validates_hostname (1.0.7)
activerecord (>= 3.0)
activesupport (>= 3.0)
valuable (0.9.14)
warden (1.2.7)
rack (>= 1.0)
webpacker (3.0.2)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
railties (>= 4.2)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
workflow (1.2.0)
xpath (2.1.0)
nokogiri (~> 1.3)
yard (0.9.9)
PLATFORMS
ruby
DEPENDENCIES
active_record-acts_as!
activerecord-import (>= 0.2.0)
activerecord-userstamp!
acts_as_tenant
after_commit_action
autoprefixer-rails
baby_squeel
bootstrap-sass
bootstrap-sass-extras (>= 0.0.7)!
bootstrap-select-rails
bootstrap3-datetimepicker-rails
bootstrap_tokenfield_rails
bullet (>= 4.14.9)
bundler (>= 1.10.3)
byebug
calculated_attributes (>= 0.1.3)
cancancan
cancancan-baby_squeel!
capybara
capybara-screenshot
capybara-selenium
carrierwave
chromedriver-helper
cocoon
codeclimate-test-reporter
codecov
consistency_fail
coursemology-polyglot
devise
devise-multi_email
devise_masquerade
docker-api
edge
ejs
email_spec
factory_girl_rails
filename
font-awesome-rails
friendly_id
high_voltage
html-pipeline
html-pipeline-rouge_filter
http_accept_language
i18n-js (>= 3.0.0.rc1)
i18n-tasks
image_optim_rails
jbuilder
jquery-rails
js-routes
kaminari
listen (~> 1.3.1)
lol_dba
mini_magick
nokogiri (>= 1.8.1)
omniauth
omniauth-facebook
parallel_tests
pg (>= 0.18.2)
puma
rails (~> 5.0.0)
rails-controller-testing
rails-flog
rails_utils (>= 3.3.3)
record_tag_helper
rinku
rspec-html-matchers
rspec-rails
rspec-retry
rubyzip
sanitize
sass-rails
schema_monkey
schema_plus_association_inverses (>= 0.1.0)
schema_plus_columns
schema_plus_enums
schema_plus_foreign_keys
schema_plus_indexes
schema_plus_pg_indexes
schema_validations
settings_on_rails
should_not
shoulda-matchers
simple_form
simple_form-bootstrap!
simplecov
slim-rails
spring
summernote-rails
themes_on_rails (>= 0.3.1)!
traceroute
twitter-typeahead-rails
tzinfo-data
uglifier (>= 1.3.0)
unread
validates_hostname
wdm (>= 0.0.3)
webpacker
workflow
yard
BUNDLED WITH
1.15.4