diff --git a/Gemfile b/Gemfile
index 2324e29a1318f67c01abf302a5be8905d29c2491..139774bdb5d3c95662084ede9d84a274ae38ac9d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -164,7 +164,7 @@ gem 'sidekiq-limit_fetch', '~> 3.4', require: false
 gem 'rufus-scheduler', '~> 3.4'
 
 # HTTP requests
-gem 'httparty', '~> 0.15.6'
+gem 'httparty', '~> 0.13.3'
 
 # Colored output to console
 gem 'rainbow', '~> 2.2'
diff --git a/Gemfile.lock b/Gemfile.lock
index fcc6ef8468ca18c030ef69c3f2d4ac328f9197e8..10b683a44ee67ae67ff92ee9ee09190c889a616e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -411,7 +411,8 @@ GEM
       domain_name (~> 0.5)
     http-form_data (1.0.1)
     http_parser.rb (0.6.0)
-    httparty (0.15.7)
+    httparty (0.13.7)
+      json (~> 1.8)
       multi_xml (>= 0.5.2)
     httpclient (2.8.2)
     i18n (0.9.5)
@@ -1081,7 +1082,7 @@ DEPENDENCIES
   hipchat (~> 1.5.0)
   html-pipeline (~> 1.11.0)
   html2text
-  httparty (~> 0.15.6)
+  httparty (~> 0.13.3)
   influxdb (~> 0.2)
   jira-ruby (~> 1.4)
   jquery-atwho-rails (~> 1.3.2)