mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-04-27 14:57:42 +00:00
Bump minitest from 5.25.0 to 5.25.1
Bumps [minitest](https://github.com/minitest/minitest) from 5.25.0 to 5.25.1. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.25.0...v5.25.1) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f0cb1fc251
commit
345e4c677d
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -1,7 +1,7 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
gem 'minitest', '~> 5.20'
|
gem 'minitest', '~> 5.25'
|
||||||
gem 'minitest-ci', '~> 3.4'
|
gem 'minitest-ci', '~> 3.4'
|
||||||
gem 'minitest-reporters', '~> 1.6'
|
gem 'minitest-reporters', '~> 1.6'
|
||||||
gem 'rake', '~> 13.2'
|
gem 'rake', '~> 13.2'
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ GEM
|
||||||
builder (3.3.0)
|
builder (3.3.0)
|
||||||
json (2.7.2)
|
json (2.7.2)
|
||||||
language_server-protocol (3.17.0.3)
|
language_server-protocol (3.17.0.3)
|
||||||
minitest (5.25.0)
|
minitest (5.25.1)
|
||||||
minitest-ci (3.4.0)
|
minitest-ci (3.4.0)
|
||||||
minitest (>= 5.0.6)
|
minitest (>= 5.0.6)
|
||||||
minitest-reporters (1.7.1)
|
minitest-reporters (1.7.1)
|
||||||
|
|
@ -66,7 +66,7 @@ PLATFORMS
|
||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
minitest (~> 5.20)
|
minitest (~> 5.25)
|
||||||
minitest-ci (~> 3.4)
|
minitest-ci (~> 3.4)
|
||||||
minitest-reporters (~> 1.6)
|
minitest-reporters (~> 1.6)
|
||||||
rake (~> 13.2)
|
rake (~> 13.2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue