diff --git a/Gemfile b/Gemfile index b897dc0a7412c..59e71ea17c33a 100644 --- a/Gemfile +++ b/Gemfile @@ -135,7 +135,7 @@ gem 'sidekiq-cron', '~> 0.4.0' gem 'redis-namespace' # HTTP requests -gem "httparty", '~> 0.13.3' +gem "httparty", "~> 0.24.0" # Colored output to console gem "colorize", '~> 0.7.0' @@ -158,7 +158,7 @@ gem 'connection_pool', '~> 2.0' gem 'tinder', '~> 1.10.0' # HipChat integration -gem 'hipchat', '~> 1.5.0' +gem 'hipchat', '~> 1.5.3' # Flowdock integration gem "gitlab-flowdock-git-hook", "~> 1.0.1"