File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ruby '~> 2.7'
33
44group :development , :test do
55 gem 'byebug' , '~> 11.1'
6- gem 'codecov' , '~> 0.5' , require : false
6+ gem 'codecov' , '~> 0.5.2 ' , require : false
77 gem 'fasterer' , '~> 0.9' , require : false
88 gem 'rake' , '~> 13.0'
99 gem 'rspec' , '~> 3.10'
Original file line number Diff line number Diff line change 33 specs:
44 ast (2.4.2 )
55 byebug (11.1.3 )
6- codecov (0.5.1 )
6+ codecov (0.5.2 )
77 simplecov (>= 0.15 , < 0.22 )
88 colorize (0.8.1 )
99 diff-lcs (1.4.4 )
5151 simplecov-html (~> 0.11 )
5252 simplecov_json_formatter (~> 0.1 )
5353 simplecov-html (0.12.3 )
54- simplecov_json_formatter (0.1.2 )
54+ simplecov_json_formatter (0.1.3 )
5555 unicode-display_width (1.7.0 )
5656
5757PLATFORMS
5858 ruby
5959
6060DEPENDENCIES
6161 byebug (~> 11.1 )
62- codecov (~> 0.5 )
62+ codecov (~> 0.5.2 )
6363 fasterer (~> 0.9 )
6464 rake (~> 13.0 )
6565 rspec (~> 3.10 )
You can’t perform that action at this time.
0 commit comments