File tree 2 files changed +14
-11
lines changed
2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 84
84
ffi (1.15.5-java )
85
85
i18n (1.8.11 )
86
86
concurrent-ruby (~> 1.0 )
87
+ json (2.6.3 )
88
+ json (2.6.3-java )
87
89
matrix (0.4.2 )
88
90
method_source (1.0.0 )
89
91
middleware (0.1.0 )
96
98
racc (~> 1.4 )
97
99
nokogiri (1.12.5-java )
98
100
racc (~> 1.4 )
99
- parallel (1.21.0 )
100
- parser (3.1.0 .0 )
101
+ parallel (1.22.1 )
102
+ parser (3.1.3 .0 )
101
103
ast (~> 2.4.1 )
102
104
power_assert (2.0.1 )
103
105
protobuf-cucumber (3.10.8 )
120
122
rack (>= 1.0 , < 3 )
121
123
rainbow (3.1.1 )
122
124
rake (13.0.6 )
123
- regexp_parser (2.2.0 )
125
+ regexp_parser (2.6.1 )
124
126
rexml (3.2.5 )
125
127
rspec (3.10.0 )
126
128
rspec-core (~> 3.10.0 )
@@ -135,17 +137,18 @@ GEM
135
137
diff-lcs (>= 1.2.0 , < 2.0 )
136
138
rspec-support (~> 3.10.0 )
137
139
rspec-support (3.10.3 )
138
- rubocop (1.24.1 )
140
+ rubocop (1.42.0 )
141
+ json (~> 2.3 )
139
142
parallel (~> 1.10 )
140
- parser (>= 3.0.0.0 )
143
+ parser (>= 3.1.2.1 )
141
144
rainbow (>= 2.2.2 , < 4.0 )
142
145
regexp_parser (>= 1.8 , < 3.0 )
143
- rexml
144
- rubocop-ast (>= 1.15 .1 , < 2.0 )
146
+ rexml ( >= 3.2.5 , < 4.0 )
147
+ rubocop-ast (>= 1.24 .1 , < 2.0 )
145
148
ruby-progressbar (~> 1.7 )
146
149
unicode-display_width (>= 1.4.0 , < 3.0 )
147
- rubocop-ast (1.15 .1 )
148
- parser (>= 3.0. 1.1 )
150
+ rubocop-ast (1.24 .1 )
151
+ parser (>= 3.1.1.0 )
149
152
ruby-progressbar (1.11.0 )
150
153
simplecov-html (0.12.3 )
151
154
simplecov_json_formatter (0.1.3 )
160
163
thread_safe (0.3.6-java )
161
164
tzinfo (2.0.4 )
162
165
concurrent-ruby (~> 1.0 )
163
- unicode-display_width (2.1 .0 )
166
+ unicode-display_width (2.3 .0 )
164
167
webrick (1.7.0 )
165
168
websocket-driver (0.7.5 )
166
169
websocket-extensions (>= 0.1.0 )
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def covered_strength
86
86
end
87
87
88
88
def no_lines?
89
- lines . length . zero ? || ( lines . length == never_lines . size )
89
+ lines . empty ? || ( lines . length == never_lines . size )
90
90
end
91
91
92
92
def relevant_lines
You can’t perform that action at this time.
0 commit comments