Skip to content

Commit 1eca319

Browse files
Bump httpx from 1.6.1 to 1.6.2
Bumps [httpx](https://gitlab.com/os85/httpx) from 1.6.1 to 1.6.2. - [Commits](https://gitlab.com/os85/httpx/compare/v1.6.1...v1.6.2) --- updated-dependencies: - dependency-name: httpx dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f9a160f commit 1eca319

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ gem "turbo-rails", "~> 2.0.0"
244244

245245
# There is a problem with version 1.4.0. Do not update until you're sure there is no infinite hang
246246
# happenning in failing tests when WebMock or VCR stub cannot be found.
247-
gem "httpx", "~> 1.6.1"
247+
gem "httpx", "~> 1.6.2"
248248

249249
# Brings actual deep freezing to most ruby objects
250250
gem "ice_nine"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ GEM
695695
htmlentities (4.3.4)
696696
http-2 (1.1.1)
697697
http_parser.rb (0.8.0)
698-
httpx (1.6.1)
698+
httpx (1.6.2)
699699
http-2 (>= 1.0.0)
700700
i18n (1.14.7)
701701
concurrent-ruby (~> 1.0)
@@ -1651,7 +1651,7 @@ DEPENDENCIES
16511651
grids!
16521652
html-pipeline (~> 2.14.0)
16531653
htmldiff
1654-
httpx (~> 1.6.1)
1654+
httpx (~> 1.6.2)
16551655
i18n-js (~> 4.2.3)
16561656
i18n-tasks (~> 1.0.13)
16571657
ice_cube (~> 0.17.0)
@@ -1986,7 +1986,7 @@ CHECKSUMS
19861986
htmlentities (4.3.4) sha256=125a73c6c9f2d1b62100b7c3c401e3624441b663762afa7fe428476435a673da
19871987
http-2 (1.1.1) sha256=1141a5a03c2f4e6b8d2fa62394de581e1ff6387711cd7ed577212e9d95562bba
19881988
http_parser.rb (0.8.0) sha256=5a0932f1fa82ce08a8516a2685d5a86031c000560f89946913c555a0697544be
1989-
httpx (1.6.1) sha256=5b507bb3ca85fa2334d4fde4af4fb9638f91d8ce0e8ea5782ee72ad2e3bd0976
1989+
httpx (1.6.2) sha256=464ee0228e96ad1ee0affe7fd86cc87078e99a6d37c9d6884e29e87195b911d9
19901990
i18n (1.14.7) sha256=ceba573f8138ff2c0915427f1fc5bdf4aa3ab8ae88c8ce255eb3ecf0a11a5d0f
19911991
i18n-js (4.2.3) sha256=ffb1a6d34afebd9ab2aff9bd86e8f2873191cbe8b9ac5c2c8efe4dfa1107ca3b
19921992
i18n-tasks (1.0.15) sha256=74f3e9e0e2db5d757c58e659f4269ee698c7a7532ed29066a2aaffc9efbdfb56

0 commit comments

Comments
 (0)