File tree Expand file tree Collapse file tree 4 files changed +22
-24
lines changed Expand file tree Collapse file tree 4 files changed +22
-24
lines changed Original file line number Diff line number Diff line change
1
+ require :
2
+ - rubocop-performance
3
+
1
4
inherit_from :
2
5
- https://shopify.github.io/ruby-style-guide/rubocop-cli.yml
3
6
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ ruby '2.3.7'
7
7
# `dev` uses no gems
8
8
9
9
group :development , :test do
10
- gem 'rubocop' , '~> 0.65.0'
11
- gem 'shopify-cops' , require : false , source : 'https://packages.shopify.io/shopify/gems '
10
+ gem 'rubocop'
11
+ gem 'rubocop-performance '
12
12
gem 'rake'
13
13
end
14
14
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
- remote: https://packages.shopify.io/shopify/gems/
4
3
specs:
5
4
ansi (1.5.0 )
6
5
ast (2.4.0 )
7
6
builder (3.2.3 )
8
- jaro_winkler (1.5.2 )
7
+ jaro_winkler (1.5.4 )
9
8
metaclass (0.0.4 )
10
- minitest (5.11.3 )
11
- minitest-reporters (1.3.6 )
9
+ minitest (5.13.0 )
10
+ minitest-reporters (1.4.2 )
12
11
ansi
13
12
builder
14
13
minitest (>= 5.0 )
15
14
ruby-progressbar
16
- mocha (1.2.1 )
15
+ mocha (1.9.0 )
17
16
metaclass (~> 0.0.1 )
18
- parallel (1.14 .0 )
19
- parser (2.6.2 .0 )
17
+ parallel (1.18 .0 )
18
+ parser (2.6.5 .0 )
20
19
ast (~> 2.4.0 )
21
- powerpack (0.1.2 )
22
- psych (3.1.0 )
23
20
rainbow (3.0.0 )
24
- rake (12.3.2 )
25
- rubocop (0.65 .0 )
21
+ rake (13.0.0 )
22
+ rubocop (0.76 .0 )
26
23
jaro_winkler (~> 1.5.1 )
27
24
parallel (~> 1.10 )
28
- parser (>= 2.5 , != 2.5.1.1 )
29
- powerpack (~> 0.1 )
30
- psych (>= 3.1.0 )
25
+ parser (>= 2.6 )
31
26
rainbow (>= 2.2.2 , < 4.0 )
32
27
ruby-progressbar (~> 1.7 )
33
- unicode-display_width (~> 1.4.0 )
34
- ruby-progressbar (1.10 .0 )
35
- shopify-cops ( 0.0.20 )
36
- rubocop ( ~> 0.53 )
37
- unicode-display_width (1.4.1 )
28
+ unicode-display_width (>= 1.4.0 , < 1.7 )
29
+ rubocop-performance (1.5 .0 )
30
+ rubocop ( >= 0.71.0 )
31
+ ruby-progressbar ( 1.10.1 )
32
+ unicode-display_width (1.6.0 )
38
33
39
34
PLATFORMS
40
35
ruby
@@ -44,8 +39,8 @@ DEPENDENCIES
44
39
minitest-reporters
45
40
mocha
46
41
rake
47
- rubocop ( ~> 0.65.0 )
48
- shopify-cops !
42
+ rubocop
43
+ rubocop-performance
49
44
50
45
RUBY VERSION
51
46
ruby 2.3.7p456
Original file line number Diff line number Diff line change 2
2
require 'git_chain'
3
3
4
4
require 'minitest'
5
- require 'mocha/mini_test '
5
+ require 'mocha/minitest '
6
6
require "minitest/autorun"
7
7
require 'minitest/reporters'
8
8
You can’t perform that action at this time.
0 commit comments