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>
parent
8c0ffb2c1cea
No related branches found
No related tags found
... | ... | @@ -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 | ||
... | ... |
Please register or sign in to comment