-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathGemfile.lock
665 lines (649 loc) · 16.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
GIT
remote: https://github.com/spree-contrib/spree_analytics_trackers.git
revision: c891a9f51cb13d9316bb1197d9c2f8034aab6cf1
specs:
spree_analytics_trackers (1.0.0.rc2)
spree_backend (>= 3.1.0, < 4.0)
spree_core (>= 3.1.0, < 4.0)
spree_extension
GIT
remote: https://github.com/spree-contrib/spree_editor.git
revision: c3d147ac19bae1080e442f3002becafe71f0cdac
specs:
spree_editor (3.3.2)
ckeditor (~> 4.2.0)
spree_backend (>= 3.1.0, < 4.0)
spree_core (>= 3.1.0, < 4.0)
spree_extension
tinymce-rails (~> 4.2.5)
GIT
remote: https://github.com/spree-contrib/spree_mail_settings.git
revision: be7a9a9fa866054a81270f15e8e5fb289e80a9d7
specs:
spree_mail_settings (3.3.0)
spree_auth_devise (>= 3.1.0, < 4.0)
spree_backend (>= 3.1.0, < 4.0)
GIT
remote: https://github.com/spree-contrib/spree_recently_viewed.git
revision: f49f188372131c33cb28eea391b77764548787bb
specs:
spree_recently_viewed (3.3.0)
spree_core (>= 3.1.0, < 4.0)
GIT
remote: https://github.com/spree-contrib/spree_related_products.git
revision: 6d191fa6d3cb28abb310119d42d91ce9c9771e07
specs:
spree_related_products (3.3.0)
spree_backend (>= 3.1.0, < 4.0)
spree_extension
GIT
remote: https://github.com/spree-contrib/spree_reviews.git
revision: 5e7965f18d0610f9954728e1cb03970f1d2c8fef
specs:
spree_reviews (3.3.0)
spree_auth_devise (>= 3.1.0, < 4.0)
spree_core (>= 3.1.0, < 4.0)
spree_extension
GIT
remote: https://github.com/spree/spree_auth_devise.git
revision: f155d176565f7a669ec2288c2ed61cb29d8e50a3
branch: master
specs:
spree_auth_devise (3.3.3)
devise (~> 4.4.0)
devise-encryptable (= 0.2.0)
spree_core (>= 3.1.0, < 4.0)
spree_extension
GIT
remote: https://github.com/vinsol-spree-contrib/spree-admin-insights
revision: f8edbe84dd595a3271c68325741a69a82b599f05
branch: master
specs:
spree_admin_insights (3.2.0.alpha)
spree_core (>= 3.1.0, < 4.0.0)
spree_extension
wicked_pdf
wkhtmltopdf-binary
GIT
remote: https://github.com/vinsol-spree-contrib/spree-html-invoice.git
revision: 3f6f9eb69d8d1c5b5f48210d4b8d15e8b9c18df4
branch: master
specs:
spree_html_invoice (3.4.0)
spree_core (>= 3.2.0, < 4.0)
GIT
remote: https://github.com/vinsol-spree-contrib/spree_admin_roles_and_access.git
revision: b03279a83574990e27ad637bcfa8a2079973c1e4
specs:
spree_admin_roles_and_access (3.pre.0.pre.stable)
spree_auth_devise
spree_core (>= 3.2.0, < 4.0.0)
GIT
remote: https://github.com/vinsol-spree-contrib/spree_events_tracker.git
revision: 57022d48ecbb8ec451970fe2e223445f5280db54
branch: master
specs:
spree_events_tracker (3.3.1)
spree_core (>= 3.2.0, < 4.0)
spree_extension (~> 0.0.5)
GIT
remote: https://github.com/vinsol-spree-contrib/spree_favorite_products.git
revision: a3408eba962de5398872457e56279fb537576269
specs:
spree_favorite_products (3.3.0)
spree_core (>= 3.2.0, < 4.0.0)
spree_extension (~> 0.0.5)
GEM
remote: https://rubygems.org/
specs:
actioncable (5.2.0)
actionpack (= 5.2.0)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailer (5.2.0)
actionpack (= 5.2.0)
actionview (= 5.2.0)
activejob (= 5.2.0)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.2.0)
actionview (= 5.2.0)
activesupport (= 5.2.0)
rack (~> 2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.0)
activesupport (= 5.2.0)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
active_model_serializers (0.10.7)
actionpack (>= 4.1, < 6)
activemodel (>= 4.1, < 6)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (5.2.0)
activesupport (= 5.2.0)
globalid (>= 0.3.6)
activemerchant (1.80.0)
activesupport (>= 4.2, < 6.x)
builder (>= 2.1.2, < 4.0.0)
i18n (>= 0.6.9)
nokogiri (~> 1.4)
activemodel (5.2.0)
activesupport (= 5.2.0)
activerecord (5.2.0)
activemodel (= 5.2.0)
activesupport (= 5.2.0)
arel (>= 9.0)
activerecord-import (0.25.0)
activerecord (>= 3.2)
activestorage (5.2.0)
actionpack (= 5.2.0)
activerecord (= 5.2.0)
marcel (~> 0.3.1)
activestorage-cloudinary-service (0.1.0)
activesupport (5.2.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
acts-as-taggable-on (5.0.0)
activerecord (>= 4.2.8)
acts_as_list (0.9.15)
activerecord (>= 3.0)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
archive-zip (0.11.0)
io-like (~> 0.3.0)
arel (9.0.0)
ast (2.4.0)
autoprefixer-rails (8.6.3)
execjs
awesome_nested_set (3.1.4)
activerecord (>= 4.0.0, < 5.3)
aws-eventstream (1.0.1)
aws-partitions (1.91.0)
aws-sdk-core (3.21.2)
aws-eventstream (~> 1.0)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-kms (1.5.0)
aws-sdk-core (~> 3)
aws-sigv4 (~> 1.0)
aws-sdk-s3 (1.14.0)
aws-sdk-core (~> 3, >= 3.21.2)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.0)
aws-sigv4 (1.0.2)
aws_cf_signer (0.1.3)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
bcrypt (3.1.12)
bindex (0.5.0)
bootsnap (1.3.0)
msgpack (~> 1.0)
bootstrap-sass (3.3.7)
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
builder (3.2.3)
camertron-eprun (1.1.1)
cancancan (2.2.0)
canonical-rails (0.2.3)
rails (>= 4.1, < 5.3)
capybara (3.2.1)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
xpath (~> 3.1)
carmen (1.0.2)
activesupport (>= 3.0.0)
case_transform (0.2)
activesupport
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
chromedriver-helper (1.2.0)
archive-zip (~> 0.10)
nokogiri (~> 1.8)
ckeditor (4.2.4)
cocaine
orm_adapter (~> 0.5.0)
cldr-plurals-runtime-rb (1.0.1)
climate_control (0.2.0)
cloudinary (1.9.1)
aws_cf_signer
rest-client
cocaine (0.6.0)
terrapin (= 0.6.0)
codeclimate-engine-rb (0.4.1)
virtus (~> 1.0)
coderay (1.1.2)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
crass (1.0.4)
css_parser (1.6.0)
addressable
deface (1.3.0)
nokogiri (~> 1.6)
polyglot
rails (>= 4.1)
rainbow (>= 2.1.0)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
devise (4.4.3)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
responders
warden (~> 1.2.3)
devise-encryptable (0.2.0)
devise (>= 2.1.0)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.4.0)
dotenv-rails (2.4.0)
dotenv (= 2.4.0)
railties (>= 3.2, < 6.0)
equalizer (0.0.11)
erubi (1.7.1)
erubis (2.7.0)
execjs (2.7.0)
ffaker (2.9.0)
ffi (1.9.25)
flay (2.12.0)
erubis (~> 2.7.0)
path_expander (~> 1.0)
ruby_parser (~> 3.0)
sexp_processor (~> 4.0)
flog (4.6.2)
path_expander (~> 1.0)
ruby_parser (~> 3.1, > 3.1.0)
sexp_processor (~> 4.8)
friendly_id (5.2.4)
activerecord (>= 4.0.0)
globalid (0.4.1)
activesupport (>= 4.2.0)
highline (1.6.21)
htmlentities (4.3.4)
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
io-like (0.3.0)
jaro_winkler (1.5.1)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
jmespath (1.4.0)
jquery-rails (4.3.3)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
jsonapi-renderer (0.2.0)
kaminari (1.0.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.0.1)
kaminari-activerecord (= 1.0.1)
kaminari-core (= 1.0.1)
kaminari-actionview (1.0.1)
actionview
kaminari-core (= 1.0.1)
kaminari-activerecord (1.0.1)
activerecord
kaminari-core (= 1.0.1)
kaminari-core (1.0.1)
launchy (2.4.3)
addressable (~> 2.3)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0)
mini_mime (>= 0.1.1)
marcel (0.3.2)
mimemagic (~> 0.3.2)
method_source (0.9.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mimemagic (0.3.2)
mini_magick (4.8.0)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
monetize (1.8.0)
money (~> 6.11.2)
money (6.11.3)
i18n (>= 0.6.4, < 1.1)
msgpack (1.2.4)
multi_json (1.13.1)
netrc (0.11.0)
nio4r (2.3.1)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
oj (3.6.2)
orm_adapter (0.5.0)
paperclip (6.0.0)
activemodel (>= 4.2.0)
activesupport (>= 4.2.0)
mime-types
mimemagic (~> 0.3.0)
terrapin (~> 0.6.0)
parallel (1.12.1)
paranoia (2.4.1)
activerecord (>= 4.0, < 5.3)
parser (2.5.1.0)
ast (~> 2.4.0)
path_expander (1.0.3)
pg (0.21.0)
polyamorous (1.3.3)
activerecord (>= 3.0)
polyglot (0.3.5)
powerpack (0.1.2)
premailer (1.11.1)
addressable
css_parser (>= 1.6.0)
htmlentities (>= 4.0.0)
premailer-rails (1.10.2)
actionmailer (>= 3, < 6)
premailer (~> 1.7, >= 1.7.9)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (3.0.2)
puma (3.11.4)
rabl (0.13.1)
activesupport (>= 2.3.14)
rack (2.0.5)
rack-cors (1.0.2)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.0)
actioncable (= 5.2.0)
actionmailer (= 5.2.0)
actionpack (= 5.2.0)
actionview (= 5.2.0)
activejob (= 5.2.0)
activemodel (= 5.2.0)
activerecord (= 5.2.0)
activestorage (= 5.2.0)
activesupport (= 5.2.0)
bundler (>= 1.3.0)
railties (= 5.2.0)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.5)
rails_stdout_logging (0.0.5)
railties (5.2.0)
actionpack (= 5.2.0)
activesupport (= 5.2.0)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (3.0.0)
rake (12.3.1)
ransack (1.8.8)
actionpack (>= 3.0)
activerecord (>= 3.0)
activesupport (>= 3.0)
i18n
polyamorous (~> 1.3.2)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
reek (4.8.1)
codeclimate-engine-rb (~> 0.4.0)
parser (>= 2.5.0.0, < 2.6)
rainbow (>= 2.0, < 4.0)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rubocop (0.57.2)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
ruby_dep (1.5.0)
ruby_parser (3.11.0)
sexp_processor (~> 4.9)
rubycritic (3.4.0)
flay (~> 2.8)
flog (~> 4.4)
launchy (= 2.4.3)
parser (~> 2.5.0)
rainbow (~> 3.0)
reek (~> 4.4)
ruby_parser (~> 3.8)
tty-which (~> 0.3.0)
virtus (~> 1.0)
rubyzip (1.2.1)
sass (3.5.6)
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.7)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
select2-rails (3.5.9.1)
thor (~> 0.14)
selenium-webdriver (3.12.0)
childprocess (~> 0.5)
rubyzip (~> 1.2)
sexp_processor (4.11.0)
spree (3.6.1)
spree_api (= 3.6.1)
spree_backend (= 3.6.1)
spree_cmd (= 3.6.1)
spree_core (= 3.6.1)
spree_frontend (= 3.6.1)
spree_sample (= 3.6.1)
spree_api (3.6.1)
rabl (~> 0.13.1)
spree_core (= 3.6.1)
versioncake (~> 3.4.0)
spree_backend (3.6.1)
bootstrap-sass (~> 3.3)
jquery-rails (~> 4.3)
jquery-ui-rails (~> 6.0.1)
select2-rails (= 3.5.9.1)
spree_api (= 3.6.1)
spree_core (= 3.6.1)
spree_cmd (3.6.1)
thor (~> 0.14)
spree_core (3.6.1)
activemerchant (~> 1.67)
acts-as-taggable-on (~> 5.0)
acts_as_list (~> 0.8)
awesome_nested_set (~> 3.1.3)
cancancan (~> 2.0)
carmen (~> 1.0.0)
deface (~> 1.0)
ffaker (~> 2.2)
friendly_id (~> 5.2.1)
highline (~> 1.6.18)
kaminari (~> 1.0.1)
mini_magick (~> 4.8.0)
monetize (~> 1.1)
paperclip (~> 6.0.0)
paranoia (~> 2.4.1)
premailer-rails
rails (~> 5.2.0)
ransack (~> 1.8.0)
responders
sprockets-rails
state_machines-activerecord (~> 0.5)
stringex
twitter_cldr (~> 4.3)
spree_extension (0.0.5)
activerecord (>= 4.2)
spree_frontend (3.6.1)
bootstrap-sass (>= 3.3.5.1, < 3.4)
canonical-rails (~> 0.2.3)
jquery-rails (~> 4.3)
spree_api (= 3.6.1)
spree_core (= 3.6.1)
spree_gateway (3.3.3)
spree_core (>= 3.1.0, < 4.0)
spree_extension
spree_sample (3.6.1)
spree_core (= 3.6.1)
spring (2.0.2)
activesupport (>= 4.2)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
state_machines (0.5.0)
state_machines-activemodel (0.5.1)
activemodel (>= 4.1, < 6.0)
state_machines (>= 0.5.0)
state_machines-activerecord (0.5.1)
activerecord (>= 4.1, < 6.0)
state_machines-activemodel (>= 0.5.0)
stringex (2.8.4)
terrapin (0.6.0)
climate_control (>= 0.0.3, < 1.0)
thor (0.20.0)
thread_safe (0.3.6)
tilt (2.0.8)
tinymce-rails (4.2.8)
railties (>= 3.1.1)
tty-which (0.3.0)
turbolinks (5.1.1)
turbolinks-source (~> 5.1)
turbolinks-source (5.1.0)
twitter_cldr (4.4.3)
camertron-eprun
cldr-plurals-runtime-rb (~> 1.0)
tzinfo
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (4.1.11)
execjs (>= 0.3.0, < 3)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
unicode-display_width (1.4.0)
versioncake (3.4.0)
actionpack (>= 3.2)
activesupport (>= 3.2)
railties (>= 3.2)
tzinfo
virtus (1.0.5)
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
equalizer (~> 0.0, >= 0.0.9)
warden (1.2.7)
rack (>= 1.0)
web-console (3.6.2)
actionview (>= 5.0)
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
wicked_pdf (1.1.0)
wkhtmltopdf-binary (0.12.4)
xpath (3.1.0)
nokogiri (~> 1.8)
PLATFORMS
ruby
DEPENDENCIES
active_model_serializers
activerecord-import
activestorage-cloudinary-service
aws-sdk-s3
bootsnap (>= 1.1.0)
capybara (>= 2.15, < 4.0)
chromedriver-helper
cloudinary
coffee-rails (~> 4.2)
dotenv-rails
httpclient
i18n (~> 0.9.5)
jbuilder (~> 2.5)
listen (>= 3.0.5, < 3.2)
oj
pg (~> 0.18)
pry
puma (~> 3.11)
rack-cors
rails (~> 5.2.0)
rails_12factor
rubocop
rubycritic
sass-rails (~> 5.0)
selenium-webdriver
spree (~> 3.6.0)
spree_admin_insights!
spree_admin_roles_and_access!
spree_analytics_trackers!
spree_auth_devise!
spree_editor!
spree_events_tracker!
spree_favorite_products!
spree_gateway (~> 3.3)
spree_html_invoice!
spree_mail_settings!
spree_recently_viewed!
spree_related_products!
spree_reviews!
spring
spring-watcher-listen (~> 2.0.0)
turbolinks (~> 5)
tzinfo-data
uglifier (>= 1.3.0)
web-console (>= 3.3.0)
RUBY VERSION
ruby 2.5.1p57
BUNDLED WITH
1.16.2