diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2019-03-07 23:07:09 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2019-03-19 19:00:44 +0200 |
commit | 6af99db01ba00b242e6aa3f3a262f5c98249035d (patch) | |
tree | 25fdd8be4295c23619280083420ed36693c9e784 /Gemfile | |
parent | 81e63951ffc2cadefb26682b6c58ee6ee510a73c (diff) | |
download | gitlab-ce-6af99db01ba00b242e6aa3f3a262f5c98249035d.tar.gz |
Bump httparty to version 1.16.4
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ gem 'gitlab-sidekiq-fetcher', '~> 0.4.0', require: 'sidekiq-reliable-fetch' gem 'fugit', '~> 1.1' # HTTP requests -gem 'httparty', '~> 0.13.3' +gem 'httparty', '~> 0.16.4' # Colored output to console gem 'rainbow', '~> 3.0' |