Skip to content

Commit

Permalink
chore(deps): lock file maintenance (#3377)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: shortcuts <[email protected]>
  • Loading branch information
renovate[bot] and shortcuts authored Jul 15, 2024
1 parent 0191f6a commit f32bad3
Show file tree
Hide file tree
Showing 8 changed files with 764 additions and 885 deletions.
4 changes: 3 additions & 1 deletion clients/algoliasearch-client-ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ GEM
specs:
base64 (0.2.0)
connection_pool (2.4.1)
faraday (2.9.0)
faraday (2.10.0)
faraday-net_http (>= 2.0, < 3.2)
logger
faraday-net_http (3.1.0)
net-http
faraday-net_http_persistent (2.1.0)
faraday (~> 2.5)
net-http-persistent (~> 4.0)
logger (1.6.0)
net-http (0.4.1)
uri
net-http-persistent (4.0.2)
Expand Down
7 changes: 5 additions & 2 deletions playground/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../clients/algoliasearch-client-ruby
specs:
algolia (3.0.0.beta.8)
algolia (3.0.0.beta.9)
base64 (>= 0.2.0, < 1)
faraday (>= 1.0.1, < 3.0)
faraday-net_http_persistent (>= 0.15, < 3)
Expand All @@ -13,13 +13,15 @@ GEM
base64 (0.2.0)
connection_pool (2.4.1)
dotenv (3.1.2)
faraday (2.9.0)
faraday (2.10.0)
faraday-net_http (>= 2.0, < 3.2)
logger
faraday-net_http (3.1.0)
net-http
faraday-net_http_persistent (2.1.0)
faraday (~> 2.5)
net-http-persistent (~> 4.0)
logger (1.6.0)
net-http (0.4.1)
uri
net-http-persistent (4.0.2)
Expand All @@ -28,6 +30,7 @@ GEM

PLATFORMS
aarch64-linux
x86_64-linux

DEPENDENCIES
algolia!
Expand Down
4 changes: 2 additions & 2 deletions scripts/ci/actions/restore-artifacts/builddir/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/ci/actions/restore-artifacts/builddir/index.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion snippets/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ GEM
base64 (0.2.0)
connection_pool (2.4.1)
dotenv (3.1.2)
faraday (2.9.1)
faraday (2.10.0)
faraday-net_http (>= 2.0, < 3.2)
logger
faraday-net_http (3.1.0)
net-http
faraday-net_http_persistent (2.1.0)
faraday (~> 2.5)
net-http-persistent (~> 4.0)
logger (1.6.0)
net-http (0.4.1)
uri
net-http-persistent (4.0.2)
Expand Down
4 changes: 3 additions & 1 deletion tests/output/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ GEM
base64 (0.2.0)
connection_pool (2.4.1)
dotenv (3.1.2)
faraday (2.9.0)
faraday (2.10.0)
faraday-net_http (>= 2.0, < 3.2)
logger
faraday-net_http (3.1.0)
net-http
faraday-net_http_persistent (2.1.0)
faraday (~> 2.5)
net-http-persistent (~> 4.0)
logger (1.6.0)
net-http (0.4.1)
uri
net-http-persistent (4.0.2)
Expand Down
Loading

0 comments on commit f32bad3

Please sign in to comment.