Skip to content

Commit 49564de

Browse files
committed
Update codecov gem 💎
1 parent 71b1e6f commit 49564de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ruby '~> 2.7'
33

44
group :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'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
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)
@@ -51,15 +51,15 @@ GEM
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

5757
PLATFORMS
5858
ruby
5959

6060
DEPENDENCIES
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)

0 commit comments

Comments
 (0)