From 7867fe55bc1209d47285a3d5e6c9b6e0579be186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 13:07:51 +0000 Subject: [PATCH] Bump minitest from 5.16.2 to 5.16.3 Bumps [minitest](https://github.com/seattlerb/minitest) from 5.16.2 to 5.16.3. - [Release notes](https://github.com/seattlerb/minitest/releases) - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/seattlerb/minitest/compare/v5.16.2...v5.16.3) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 578cafb..c8d6010 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gemspec -gem 'minitest', '~> 5.11' +gem 'minitest', '~> 5.16' gem 'minitest-ci', '~> 3.4' gem 'minitest-reporters', '~> 1.3' gem 'rake', '~> 13.0' diff --git a/Gemfile.lock b/Gemfile.lock index 76da4df..b7d37a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GEM ast (2.4.2) builder (3.2.4) json (2.6.2) - minitest (5.16.2) + minitest (5.16.3) minitest-ci (3.4.0) minitest (>= 5.0.6) minitest-reporters (1.5.0) @@ -56,7 +56,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - minitest (~> 5.11) + minitest (~> 5.16) minitest-ci (~> 3.4) minitest-reporters (~> 1.3) rake (~> 13.0)