File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
coffee-script-source
51
51
execjs
52
52
coffee-script-source (1.10.0 )
53
- coveralls (0.8.9 )
53
+ coveralls (0.8.10 )
54
54
json (~> 1.8 )
55
55
rest-client (>= 1.6.8 , < 2 )
56
- simplecov (~> 0.10 .0 )
56
+ simplecov (~> 0.11 .0 )
57
57
term-ansicolor (~> 1.3 )
58
58
thor (~> 0.19.1 )
59
59
tins (~> 1.6.0 )
185
185
sprockets (>= 2.8 , < 4.0 )
186
186
sprockets-rails (>= 2.0 , < 4.0 )
187
187
tilt (>= 1.1 , < 3 )
188
- simplecov (0.10 .0 )
188
+ simplecov (0.11 .0 )
189
189
docile (~> 1.1.0 )
190
190
json (~> 1.8 )
191
191
simplecov-html (~> 0.10.0 )
Original file line number Diff line number Diff line change 5
5
6
6
SimpleCov . formatters = [ SimpleCov ::Formatter ::HTMLFormatter , Coveralls ::SimpleCov ::Formatter ]
7
7
SimpleCov . start ( 'rails' ) do
8
- minimum_coverage ( 97.19 )
8
+ minimum_coverage ( 96.11 )
9
9
end
10
10
11
11
require File . expand_path ( '../../config/environment' , __FILE__ )
You can’t perform that action at this time.
0 commit comments