Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6af99db0
Commit
6af99db0
authored
Mar 07, 2019
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump httparty to version 1.16.4
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
81e63951
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Gemfile
Gemfile
+1
-1
Gemfile.lock
Gemfile.lock
+3
-3
lib/sentry/client.rb
lib/sentry/client.rb
+1
-1
No files found.
Gemfile
View file @
6af99db0
...
...
@@ -170,7 +170,7 @@ gem 'gitlab-sidekiq-fetcher', '~> 0.4.0', require: 'sidekiq-reliable-fetch'
gem
'
fugit
'
,
'~> 1.1'
# HTTP requests
gem
'
httparty
'
,
'~> 0.1
3.3
'
gem
'
httparty
'
,
'~> 0.1
6.4
'
# Colored output to console
gem
'
rainbow
'
,
'~> 3.0'
...
...
Gemfile.lock
View file @
6af99db0
...
...
@@ -379,8 +379,8 @@ GEM
domain_name (~> 0.5)
http-form_data (2.1.1)
http_parser.rb (0.6.0)
httparty (0.1
3.7
)
json (~> 1.8
)
httparty (0.1
6.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.1
3.3
)
httparty (~> 0.1
6.4
)
icalendar
influxdb (~> 0.2)
jaeger-client (~> 0.10.0)
...
...
lib/sentry/client.rb
View file @
6af99db0
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment