From 665c8ad76a0e504fa12931f3181228872f1be441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 07:07:25 +0000 Subject: [PATCH] Bump optparse from 0.2.0 to 0.3.0 Bumps [optparse](https://github.com/ruby/optparse) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/ruby/optparse/releases) - [Commits](https://github.com/ruby/optparse/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: optparse dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 19ab16f..1143d2c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,7 +25,7 @@ GEM octokit (4.25.0) faraday (>= 1, < 3) sawyer (~> 0.9) - optparse (0.2.0) + optparse (0.3.0) parallel (1.22.1) parser (3.1.2.0) ast (~> 2.4.1)