Skip to content

Commit 0ec0b46

Browse files
authored
Merge pull request #156 from artkirienko/dependabot/bundler/codecov-0.5.0
2 parents 235e6ef + 1b70816 commit 0ec0b46

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.2', require: false
6+
gem 'codecov', '~> 0.5', require: false
77
gem 'fasterer', '~> 0.9', require: false
88
gem 'rake', '~> 13.0'
99
gem 'rspec', '~> 3.10'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ GEM
33
specs:
44
ast (2.4.2)
55
byebug (11.1.3)
6-
codecov (0.2.15)
7-
simplecov (>= 0.15, < 0.21)
6+
codecov (0.5.0)
7+
simplecov (>= 0.15, < 0.22)
88
colorize (0.8.1)
99
diff-lcs (1.4.4)
1010
docile (1.3.5)
@@ -46,7 +46,7 @@ GEM
4646
ruby_parser (3.15.1)
4747
sexp_processor (~> 4.9)
4848
sexp_processor (4.15.2)
49-
simplecov (0.20.0)
49+
simplecov (0.21.2)
5050
docile (~> 1.1)
5151
simplecov-html (~> 0.11)
5252
simplecov_json_formatter (~> 0.1)
@@ -59,7 +59,7 @@ PLATFORMS
5959

6060
DEPENDENCIES
6161
byebug (~> 11.1)
62-
codecov (~> 0.2)
62+
codecov (~> 0.5)
6363
fasterer (~> 0.9)
6464
rake (~> 13.0)
6565
rspec (~> 3.10)

0 commit comments

Comments
 (0)