From b3b9102728cecb58a9de4d638474c139bc2b7af1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 04:18:24 +0000 Subject: [PATCH] chore(deps): bump commander from 4.6.0 to 5.0.0 Bumps [commander](https://github.com/commander-rb/commander) from 4.6.0 to 5.0.0. - [Changelog](https://github.com/commander-rb/commander/blob/master/History.rdoc) - [Commits](https://github.com/commander-rb/commander/compare/v4.6.0...v5.0.0) --- updated-dependencies: - dependency-name: commander dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 99b14dd..c23a489 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'sqlite3', '~> 1.6.9' # Tools gem 'chronic_duration', '~> 0.10.6' -gem 'commander', '~> 4.6.0' +gem 'commander', '~> 5.0.0' gem 'git', '~> 1.19.1' gem 'gitlab', '~> 4.19.0' gem 'rake' diff --git a/Gemfile.lock b/Gemfile.lock index 549b979..a5b52a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,8 +26,8 @@ GEM chronic_duration (0.10.6) numerizer (~> 0.1.1) coderay (1.1.3) - commander (4.6.0) - highline (~> 2.0.0) + commander (5.0.0) + highline (~> 3.0.0) concurrent-ruby (1.2.3) connection_pool (2.4.1) diff-lcs (1.5.1) @@ -58,7 +58,7 @@ GEM guard-sidekiq (0.1.0) guard (>= 2) sidekiq - highline (2.0.3) + highline (3.0.1) httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) @@ -185,7 +185,7 @@ DEPENDENCIES activerecord (~> 7.1.3) awesome_print chronic_duration (~> 0.10.6) - commander (~> 4.6.0) + commander (~> 5.0.0) git (~> 1.19.1) gitlab (~> 4.19.0) guard