Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
427 changes: 224 additions & 203 deletions clients/algoliasearch-client-javascript/yarn.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions clients/algoliasearch-client-ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
connection_pool (2.4.1)
connection_pool (2.5.0)
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
json
Expand All @@ -21,14 +21,14 @@ GEM
faraday-net_http_persistent (2.3.0)
faraday (~> 2.5)
net-http-persistent (>= 4.0.4, < 5)
json (2.9.0)
logger (1.6.2)
json (2.10.1)
logger (1.6.6)
net-http (0.6.0)
uri
net-http-persistent (4.0.5)
connection_pool (~> 2.2)
rake (13.2.1)
uri (1.0.2)
uri (1.0.3)

PLATFORMS
aarch64-linux
Expand Down
48 changes: 24 additions & 24 deletions playground/python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 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.11.0)
algolia (3.12.2)
base64 (>= 0.2.0, < 1)
faraday (>= 1.0.1, < 3.0)
faraday-net_http_persistent (>= 0.15, < 3)
Expand All @@ -11,8 +11,8 @@ GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
connection_pool (2.4.1)
dotenv (3.1.4)
connection_pool (2.5.0)
dotenv (3.1.7)
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
json
Expand All @@ -22,13 +22,13 @@ GEM
faraday-net_http_persistent (2.3.0)
faraday (~> 2.5)
net-http-persistent (>= 4.0.4, < 5)
json (2.9.0)
logger (1.6.2)
json (2.10.1)
logger (1.6.6)
net-http (0.6.0)
uri
net-http-persistent (4.0.5)
connection_pool (~> 2.2)
uri (1.0.2)
uri (1.0.3)

PLATFORMS
aarch64-linux
Expand Down
178 changes: 89 additions & 89 deletions scripts/ci/actions/restore-artifacts/builddir/index.cjs

Large diffs are not rendered by default.

Loading
Loading