File tree 7 files changed +21
-23
lines changed
7 files changed +21
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,5 +7,4 @@ gem "aruba"
7
7
gem "cucumber" , "1.3.19"
8
8
gem "rake"
9
9
gem "rspec-rails"
10
-
11
- gem "rubocop" , "0.54" , require : false
10
+ gem "standard"
Original file line number Diff line number Diff line change 76
76
parallel (1.19.1 )
77
77
parser (2.7.1.3 )
78
78
ast (~> 2.4.0 )
79
- powerpack (0.1.2 )
80
79
rack (2.2.2 )
81
80
rack-test (1.1.0 )
82
81
rack (>= 1.0 , < 3 )
93
92
thor (>= 0.20.3 , < 2.0 )
94
93
rainbow (3.0.0 )
95
94
rake (13.0.1 )
95
+ regexp_parser (1.7.0 )
96
+ rexml (3.2.4 )
96
97
rspec-core (3.9.2 )
97
98
rspec-support (~> 3.9.3 )
98
99
rspec-expectations (3.9.2 )
@@ -110,14 +111,23 @@ GEM
110
111
rspec-mocks (~> 3.9 )
111
112
rspec-support (~> 3.9 )
112
113
rspec-support (3.9.3 )
113
- rubocop (0.54 .0 )
114
+ rubocop (0.85 .0 )
114
115
parallel (~> 1.10 )
115
- parser (>= 2.5 )
116
- powerpack (~> 0.1 )
116
+ parser (>= 2.7.0.1 )
117
117
rainbow (>= 2.2.2 , < 4.0 )
118
+ regexp_parser (>= 1.7 )
119
+ rexml
120
+ rubocop-ast (>= 0.0.3 )
118
121
ruby-progressbar (~> 1.7 )
119
- unicode-display_width (~> 1.0 , >= 1.0.1 )
122
+ unicode-display_width (>= 1.4.0 , < 2.0 )
123
+ rubocop-ast (0.0.3 )
124
+ parser (>= 2.7.0.1 )
125
+ rubocop-performance (1.6.1 )
126
+ rubocop (>= 0.71.0 )
120
127
ruby-progressbar (1.10.1 )
128
+ standard (0.4.7 )
129
+ rubocop (~> 0.85.0 )
130
+ rubocop-performance (~> 1.6.0 )
121
131
thor (1.0.1 )
122
132
thread_safe (0.3.6 )
123
133
thread_safe (0.3.6-java )
@@ -137,7 +147,7 @@ DEPENDENCIES
137
147
factory_bot_rails !
138
148
rake
139
149
rspec-rails
140
- rubocop ( = 0.54 )
150
+ standard
141
151
142
152
BUNDLED WITH
143
153
2.1.4
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ gem "aruba"
7
7
gem "cucumber", "1.3.19"
8
8
gem "rake"
9
9
gem "rspec-rails"
10
- gem "rubocop", "0.54", require: false
10
+ gem "standard"
11
11
gem "byebug"
12
12
gem "listen", "~> 3.0.5"
13
13
gem "puma", "~> 3.0"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ gem "aruba"
7
7
gem "cucumber", "1.3.19"
8
8
gem "rake"
9
9
gem "rspec-rails"
10
- gem "rubocop", "0.54", require: false
10
+ gem "standard"
11
11
gem "byebug"
12
12
gem "listen", ">= 3.0.5", "< 3.2"
13
13
gem "puma", "~> 3.7"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ gem "aruba"
7
7
gem "cucumber", "1.3.19"
8
8
gem "rake"
9
9
gem "rspec-rails"
10
- gem "rubocop", "0.54", require: false
10
+ gem "standard"
11
11
gem "byebug"
12
12
gem "listen", ">= 3.0.5", "< 3.2"
13
13
gem "puma", "~> 3.11"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ gem "aruba"
7
7
gem "cucumber", "1.3.19"
8
8
gem "rake"
9
9
gem "rspec-rails"
10
- gem "rubocop", "0.54", require: false
10
+ gem "standard"
11
11
gem "byebug"
12
12
gem "listen", "~> 3.2"
13
13
gem "puma", "~> 4.1"
You can’t perform that action at this time.
0 commit comments