# HG changeset patch # User Takuya Noguchi <takninnovationresearch@gmail.com> # Date 1659731516 0 # Fri Aug 05 20:31:56 2022 +0000 # Node ID f902fd2fb0d60c0939131589fd093e61ae4b4b01 # Parent 8c0ffb2c1cea0c00ba0d300959be1f0835bc2efb Update package_cloud from 0.3.05 to 0.3.09 - Updates package cloud and related gems, notably the thor gem which is used as part of Omnibus GitLab. Changelog: changed Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> diff --git a/Gemfile b/Gemfile --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,6 @@ end gem 'ohai', '~> 17.0' gem 'rainbow', '~> 2.2' # This is used by gitlab-ctl and the chef formatter -gem 'thor', '0.20.3' # This specific version is required by package_cloud gem 'json' gem 'rspec' gem 'rake' @@ -43,6 +42,7 @@ group :packagecloud, optional: true do gem 'package_cloud' + gem 'thor', '~> 1.2' end group :rubocop do diff --git a/Gemfile.lock b/Gemfile.lock --- a/Gemfile.lock +++ b/Gemfile.lock @@ -222,7 +222,7 @@ builder (>= 2.1.2) rexml (~> 3.0) hashie (4.1.0) - highline (1.6.20) + highline (2.0.3) http (4.1.1) addressable (~> 2.3) http-cookie (~> 1.0) @@ -245,7 +245,7 @@ ipaddress (0.8.3) jmespath (1.6.1) json (2.6.1) - json_pure (1.8.1) + json_pure (2.3.1) knapsack (1.17.1) rake libyajl2 (2.1.0) @@ -304,12 +304,12 @@ train-core wmi-lite (~> 1.0) omnibus-ctl (0.3.6) - package_cloud (0.3.05) - highline (= 1.6.20) - json_pure (= 1.8.1) + package_cloud (0.3.09) + highline (~> 2.0.0) + json_pure (~> 2.3.0) rainbow (= 2.2.2) rest-client (~> 2.0) - thor (~> 0.18) + thor (~> 1.2) parallel (1.19.2) parser (3.1.1.0) ast (~> 2.4.1) @@ -417,7 +417,7 @@ syslog-logger (1.6.8) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - thor (0.20.3) + thor (1.2.1) thread_safe (0.3.6) toml-rb (2.1.2) citrus (~> 3.0, > 3.0) @@ -524,7 +524,7 @@ rspec-parameterized rspec_junit_formatter simplecov-cobertura - thor (= 0.20.3) + thor (~> 1.2) yard BUNDLED WITH