Skip to content

Commit

Permalink
Bump http from 5.1.1 to 5.2.0 in /updater (#971)
Browse files Browse the repository at this point in the history
Bumps [http](https://github.com/httprb/http) from 5.1.1 to 5.2.0.
- [Changelog](https://github.com/httprb/http/blob/main/CHANGELOG.md)
- [Commits](httprb/http@v5.1.1...v5.2.0)

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 508a438 commit 6b84da0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion updater/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem "dependabot-omnibus", "~>0.242.1"
# gem "dependabot-omnibus", github: "dependabot/dependabot-core", tag: "v0.232.0"
# gem "dependabot-omnibus", github: "dependabot/dependabot-core", ref: "ffde6f6"

gem "http", "~> 5.1"
gem "http", "~> 5.2"
gem "octokit", "6.1.1"
gem "opentelemetry-exporter-otlp", "~> 0.26"
gem "opentelemetry-instrumentation-excon", "~> 0.22"
Expand Down
13 changes: 7 additions & 6 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ GEM
faraday-net_http (3.0.2)
faraday-retry (2.2.0)
faraday (~> 2.0)
ffi (1.15.5)
ffi (1.16.3)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
Expand All @@ -127,11 +127,12 @@ GEM
googleapis-common-protos-types (1.11.0)
google-protobuf (~> 3.18)
hashdiff (1.0.1)
http (5.1.1)
http (5.2.0)
addressable (~> 2.8)
base64 (~> 0.1)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
llhttp-ffi (~> 0.4.0)
llhttp-ffi (~> 0.5.0)
http-accept (1.7.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
Expand All @@ -142,7 +143,7 @@ GEM
jmespath (1.6.2)
json (2.6.3)
language_server-protocol (3.17.0.3)
llhttp-ffi (0.4.0)
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
mime-types (3.5.2)
Expand Down Expand Up @@ -207,7 +208,7 @@ GEM
public_suffix (5.0.4)
racc (1.7.3)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
regexp_parser (2.9.0)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
Expand Down Expand Up @@ -273,7 +274,7 @@ PLATFORMS

DEPENDENCIES
dependabot-omnibus (~> 0.242.1)
http (~> 5.1)
http (~> 5.2)
octokit (= 6.1.1)
opentelemetry-exporter-otlp (~> 0.26)
opentelemetry-instrumentation-excon (~> 0.22)
Expand Down

0 comments on commit 6b84da0

Please sign in to comment.