Skip to content

Commit 57d2aac

Browse files
Bump httpx from 1.3.4 to 1.6.2
Bumps [httpx](https://gitlab.com/os85/httpx) from 1.3.4 to 1.6.2. - [Commits](https://gitlab.com/os85/httpx/compare/v1.3.4...v1.6.2) --- updated-dependencies: - dependency-name: httpx dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6402fbc commit 57d2aac

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
@@ -18,7 +18,7 @@ gem "stimulus-rails"
1818
gem "jbuilder"
1919
gem 'dotenv', groups: [:development, :test]
2020
gem 'devise', '~> 4.9.4'
21-
gem 'httpx', '~> 1.3.1'
21+
gem 'httpx', '~> 1.6.2'
2222

2323
# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
2424
# gem "bcrypt", "~> 3.1.7"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ GEM
119119
raabro (~> 1.4)
120120
globalid (1.2.1)
121121
activesupport (>= 6.1)
122-
http-2 (1.0.2)
123-
httpx (1.3.4)
122+
http-2 (1.1.1)
123+
httpx (1.6.2)
124124
http-2 (>= 1.0.0)
125125
i18n (1.14.7)
126126
concurrent-ruby (~> 1.0)
@@ -378,7 +378,7 @@ DEPENDENCIES
378378
debug
379379
devise (~> 4.9.4)
380380
dotenv
381-
httpx (~> 1.3.1)
381+
httpx (~> 1.6.2)
382382
importmap-rails
383383
jbuilder
384384
kamal

0 commit comments

Comments
 (0)