Skip to content

Commit

Permalink
Merge pull request #3139 from 3scale/hotfix/httpclient_2_13
Browse files Browse the repository at this point in the history
Backport httpclient fix in 2.13 stream
  • Loading branch information
akostadinov committed Dec 20, 2022
2 parents ec062e5 + 18169dc commit 76d278a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ gem 'ransack', '2.4.1' # we can remove line when stop using ruby 2.4
gem 'browser', '~> 5.0.0' # we can update to lts when we stop using ruby 2.4
gem 'diff-lcs', '~> 1.2'
gem 'hiredis', '~> 0.6.3'
gem 'httpclient', github: 'mikz/httpclient', branch: 'ssl-env-cert'
gem 'httpclient', github: '3scale/httpclient', branch: 'ssl-env-cert'
gem 'json-schema', git: 'https://github.com/3scale/json-schema.git'
gem 'paperclip', '~> 6.0'
gem 'prawn-core', git: 'https://github.com/3scale/prawn.git', branch: '0.5.1-3scale'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ GIT
swagger-ui_rails (0.1.7)

GIT
remote: https://github.com/mikz/httpclient.git
revision: fec23fb32fb899b87a8b2c94e2d2069b6b4c633c
remote: https://github.com/3scale/httpclient.git
revision: 779beabd653afcd03c4468e0a69dc043f3bbb748
branch: ssl-env-cert
specs:
httpclient (2.8.3)
Expand Down

0 comments on commit 76d278a

Please sign in to comment.