Skip to content

Commit 32fec6b

Browse files
alexeyr-ci2alexeyr
andauthored
Revert httpx back to 1.3 for now (#523)
Due to https://gitlab.com/os85/httpx/-/issues/340. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Adjusted an underlying dependency to a stable release for enhanced reliability and to address compatibility concerns. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: Alexey Romanov <[email protected]>
1 parent 73ed932 commit 32fec6b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PATH
1313
addressable
1414
connection_pool
1515
execjs (~> 2.9)
16-
httpx (~> 1.4, >= 1.4.2)
16+
httpx (= 1.3.4)
1717
rainbow
1818
react_on_rails (>= 14.1.0)
1919

@@ -154,7 +154,7 @@ GEM
154154
railties
155155
hashdiff (1.1.0)
156156
http-2 (1.0.2)
157-
httpx (1.4.2)
157+
httpx (1.3.4)
158158
http-2 (>= 1.0.0)
159159
i18n (1.14.7)
160160
concurrent-ruby (~> 1.0)

react_on_rails_pro.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ Gem::Specification.new do |s|
3030
s.add_runtime_dependency "addressable"
3131
s.add_runtime_dependency "connection_pool"
3232
s.add_runtime_dependency "execjs", "~> 2.9"
33-
s.add_runtime_dependency "httpx", "~> 1.4", ">= 1.4.2"
33+
# 1.4.x runs into https://gitlab.com/os85/httpx/-/issues/340, upgrade when fixed
34+
# (and switch from max_concurrent_requests to pool_options.max_connections_per_origin)
35+
s.add_runtime_dependency "httpx", "1.3.4"
3436
s.add_runtime_dependency "rainbow"
3537
s.add_runtime_dependency "react_on_rails", ">= 14.1.0"
3638
s.add_development_dependency "bundler"

0 commit comments

Comments
 (0)