Merge branch 'dz-bump-httparty' into 'master'
Bump httparty to version 1.16.4 Closes #44342 See merge request gitlab-org/gitlab-ce!25893
This commit is contained in:
commit
9ca3951345
3 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
|
@ -379,8 +379,8 @@ GEM
|
|||
domain_name (~> 0.5)
|
||||
http-form_data (2.1.1)
|
||||
http_parser.rb (0.6.0)
|
||||
httparty (0.13.7)
|
||||
json (~> 1.8)
|
||||
httparty (0.16.4)
|
||||
mime-types (~> 3.0)
|
||||
multi_xml (>= 0.5.2)
|
||||
httpclient (2.8.3)
|
||||
i18n (1.2.0)
|
||||
|
@ -1040,7 +1040,7 @@ DEPENDENCIES
|
|||
health_check (~> 2.6.0)
|
||||
html-pipeline (~> 2.8)
|
||||
html2text
|
||||
httparty (~> 0.13.3)
|
||||
httparty (~> 0.16.4)
|
||||
icalendar
|
||||
influxdb (~> 0.2)
|
||||
jaeger-client (~> 0.10.0)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue