Skip to content
Snippets Groups Projects
Commit f902fd2fb0d6 authored by Takuya Noguchi's avatar Takuya Noguchi
Browse files

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: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 8c0ffb2c1cea
No related branches found
No related tags found
1 merge request!81Merged upstream 15.3.0+rc42.ce.0 into heptapod branch
......@@ -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
......
......@@ -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,8 +304,8 @@
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)
......@@ -310,6 +310,6 @@
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment