summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-03-16 05:01:19 +0000
committerStan Hu <stanhu@gmail.com>2018-03-16 05:01:19 +0000
commit6886f64ec3f67a28f5d051100faf5b8fb3407386 (patch)
treeb952217813f0c372d540f46c17881c3f51f09092 /Gemfile
parent16d92de1e2ef5c187f7826c5a15fbc2121273dde (diff)
downloadgitlab-ce-6886f64ec3f67a28f5d051100faf5b8fb3407386.tar.gz
Revert "Merge branch 'update-httparty' into 'master'"
This reverts merge request !17737
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2324e29a131..139774bdb5d 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'