Skip to content

Commit 1dcfe77

Browse files
committed
pin codecov and simplecov versions
1 parent 3902d77 commit 1dcfe77

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ gemspec
55
group :development, :test do
66
gem "bundler", ">= 1.6", "< 3.0"
77
gem "byebug"
8-
gem "codecov"
8+
gem "codecov", "~> 0.6.0"
99
gem "minitest"
1010
gem "minitest-around"
1111
gem "minitest-spec-context"
12-
gem "simplecov"
12+
gem "simplecov", "~> 0.21"
1313
gem "simplecov-console"
1414
end

test/fixtures/console-output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
Declared Gems 9
1616
Total Gems 18
17-
Unpinned Versions 8
17+
Unpinned Versions 6
1818
Github Refs 0
1919

2020
+----------------------+---------+---------+---------+---------+---------+-----+-------+

test/lib/rails_stats/json_formatter_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[{
99
"summary": {
1010
"declared": 9,
11-
"unpinned": 8,
11+
"unpinned": 6,
1212
"total": 18,
1313
"github": 0
1414
},

0 commit comments

Comments
 (0)