mirror of
https://github.com/hendrikschneider/jekyll-analytics
synced 2024-11-10 06:14:18 +00:00
Bump test-unit from 3.3.4 to 3.4.4
Bumps [test-unit](https://github.com/test-unit/test-unit) from 3.3.4 to 3.4.4. - [Release notes](https://github.com/test-unit/test-unit/releases) - [Commits](https://github.com/test-unit/test-unit/compare/3.3.4...3.4.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
40e09570de
commit
c02faaaefa
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -8,5 +8,5 @@ group :test do
|
|||
gem "simplecov", "~> 0.17.1"
|
||||
gem "simplecov-rcov", "~> 0.2.3"
|
||||
gem "rake", "~> 13.0"
|
||||
gem "test-unit", "~> 3.3"
|
||||
gem "test-unit", "~> 3.4"
|
||||
end
|
||||
|
|
|
@ -3,7 +3,7 @@ GEM
|
|||
specs:
|
||||
docile (1.3.2)
|
||||
json (2.3.1)
|
||||
power_assert (1.1.5)
|
||||
power_assert (2.0.0)
|
||||
rake (13.0.0)
|
||||
simplecov (0.17.1)
|
||||
docile (~> 1.1)
|
||||
|
@ -12,7 +12,7 @@ GEM
|
|||
simplecov-html (0.10.2)
|
||||
simplecov-rcov (0.2.3)
|
||||
simplecov (>= 0.4.1)
|
||||
test-unit (3.3.4)
|
||||
test-unit (3.4.4)
|
||||
power_assert
|
||||
|
||||
PLATFORMS
|
||||
|
@ -22,7 +22,7 @@ DEPENDENCIES
|
|||
rake (~> 13.0)
|
||||
simplecov (~> 0.17.1)
|
||||
simplecov-rcov (~> 0.2.3)
|
||||
test-unit (~> 3.3)
|
||||
test-unit (~> 3.4)
|
||||
|
||||
BUNDLED WITH
|
||||
2.0.2
|
||||
|
|
Loading…
Reference in a new issue