File tree 3 files changed +29
-0
lines changed
3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ ruby_version : 2.5.0
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ group :development do
87
87
gem 'bullet'
88
88
gem 'foreman'
89
89
gem 'onesky-rails'
90
+ gem 'standard' , '~> 1.3'
90
91
gem 'web-console'
91
92
end
92
93
Original file line number Diff line number Diff line change 98
98
sshkit (>= 1.6.1 , != 1.7.0 )
99
99
ansi (1.5.0 )
100
100
arel (8.0.0 )
101
+ ast (2.4.2 )
101
102
autoprefixer-rails (9.4.9 )
102
103
execjs
103
104
bcrypt (3.1.13 )
280
281
mime-types
281
282
mimemagic (~> 0.3.0 )
282
283
terrapin (~> 0.6.0 )
284
+ parallel (1.21.0 )
283
285
paranoia (2.4.1 )
284
286
activerecord (>= 4.0 , < 5.3 )
287
+ parser (3.0.2.0 )
288
+ ast (~> 2.4.1 )
285
289
pdf-core (0.6.1 )
286
290
pg (0.21.0 )
287
291
poltergeist (1.18.1 )
340
344
method_source
341
345
rake (>= 0.8.7 )
342
346
thor (>= 0.18.1 , < 2.0 )
347
+ rainbow (3.0.0 )
343
348
rake (12.3.3 )
344
349
rb-fsevent (0.10.3 )
345
350
rb-inotify (0.10.0 )
349
354
redcarpet (3.4.0 )
350
355
redis (3.3.5 )
351
356
ref (2.0.0 )
357
+ regexp_parser (2.1.1 )
352
358
request_store (1.4.1 )
353
359
rack (>= 1.4 )
354
360
responders (3.0.0 )
358
364
http-cookie (>= 1.0.2 , < 2.0 )
359
365
mime-types (>= 1.16 , < 3.0 )
360
366
netrc (~> 0.7 )
367
+ rexml (3.2.5 )
361
368
roadie (3.3.0 )
362
369
css_parser (~> 1.4 )
363
370
nokogiri (~> 1.5 )
398
405
rspec-support (3.7.1 )
399
406
rspec_junit_formatter (0.4.1 )
400
407
rspec-core (>= 2 , < 4 , != 2.12.0 )
408
+ rubocop (1.20.0 )
409
+ parallel (~> 1.10 )
410
+ parser (>= 3.0.0.0 )
411
+ rainbow (>= 2.2.2 , < 4.0 )
412
+ regexp_parser (>= 1.8 , < 3.0 )
413
+ rexml
414
+ rubocop-ast (>= 1.9.1 , < 2.0 )
415
+ ruby-progressbar (~> 1.7 )
416
+ unicode-display_width (>= 1.4.0 , < 3.0 )
417
+ rubocop-ast (1.12.0 )
418
+ parser (>= 3.0.1.1 )
419
+ rubocop-performance (1.11.5 )
420
+ rubocop (>= 1.7.0 , < 2.0 )
421
+ rubocop-ast (>= 0.4.0 )
422
+ ruby-progressbar (1.11.0 )
401
423
ruby_dep (1.5.0 )
402
424
rufus-scheduler (3.4.2 )
403
425
et-orbi (~> 1.0 )
445
467
sshkit (1.19.1 )
446
468
net-scp (>= 1.1.2 )
447
469
net-ssh (>= 2.8.0 )
470
+ standard (1.3.0 )
471
+ rubocop (= 1.20.0 )
472
+ rubocop-performance (= 1.11.5 )
448
473
terrapin (0.6.0 )
449
474
climate_control (>= 0.0.3 , < 1.0 )
450
475
therubyracer (0.12.3 )
464
489
unf (0.1.4 )
465
490
unf_ext
466
491
unf_ext (0.0.7.2 )
492
+ unicode-display_width (2.1.0 )
467
493
uniform_notifier (1.11.0 )
468
494
warden (1.2.8 )
469
495
rack (>= 2.0.6 )
@@ -554,6 +580,7 @@ DEPENDENCIES
554
580
sidekiq-unique-jobs
555
581
simple_form
556
582
sitemap_generator
583
+ standard (~> 1.3 )
557
584
therubyracer
558
585
turbolinks
559
586
uglifier
You can’t perform that action at this time.
0 commit comments