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 /lib/sentry | |
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 'lib/sentry')
-rw-r--r-- | lib/sentry/client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sentry/client.rb b/lib/sentry/client.rb index 49ec196b103..5e0c9101de5 100644 --- a/lib/sentry/client.rb +++ b/lib/sentry/client.rb @@ -57,7 +57,7 @@ module Sentry raise Client::Error, "Sentry response status code: #{response.code}" end - response.as_json + response end def projects_api_url |