Skip to content

Commit ffdd0a0

Browse files
authored
chore: upgrade minitest-reporters dependency to ~> 1.8.0 (#255)
1 parent c3d3611 commit ffdd0a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

google-cloud-spanner/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem "irb", "~> 1.17"
1616
gem "minitest", "~> 5.25"
1717
gem "minitest-autotest", "~> 1.0"
1818
gem "minitest-focus", "~> 1.4"
19-
gem "minitest-reporters", "~> 1.7"
19+
gem "minitest-reporters", "~> 1.8.0"
2020
gem "minitest-rg", "~> 5.3"
2121

2222
gem "mutex_m", "~> 0.3.0"

google-cloud-spanner/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ DEPENDENCIES
314314
minitest (~> 5.25)
315315
minitest-autotest (~> 1.0)
316316
minitest-focus (~> 1.4)
317-
minitest-reporters (~> 1.7)
317+
minitest-reporters (~> 1.8.0)
318318
minitest-rg (~> 5.3)
319319
mutex_m (~> 0.3.0)
320320
pry

0 commit comments

Comments
 (0)