Skip to content

Commit a1a855c

Browse files
algolia-botrenovate[bot]millotp
committed
chore(deps): dependencies 2025-09-29 (generated)
algolia/api-clients-automation#5393 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pierre Millot <[email protected]>
1 parent 0e7af04 commit a1a855c

File tree

566 files changed

+13
-1064
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

566 files changed

+13
-1064
lines changed

.github/workflows/do-not-edit-this-repository.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Close PR
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- name: Close PR
2020
env:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
id-token: write
1717
contents: write
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

2121
- name: Install Ruby
2222
uses: ruby/setup-ruby@v1
2323
with:
2424
ruby-version: 3.4.6
2525
bundler-cache: true
2626

27-
- uses: rubygems/release-gem@ebe1ec66bd8d2c709ac29aa2b43438d450e7a0a6
27+
- uses: rubygems/release-gem@9fc8c0f9a461e67716cde28f188b9a5c029333a8
2828
with:
2929
await-release: false

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
base64 (0.2.0)
14-
connection_pool (2.5.2)
15-
faraday (2.13.1)
13+
base64 (0.3.0)
14+
connection_pool (2.5.4)
15+
faraday (2.14.0)
1616
faraday-net_http (>= 2.0, < 3.5)
1717
json
1818
logger
19-
faraday-net_http (3.4.0)
19+
faraday-net_http (3.4.1)
2020
net-http (>= 0.5.0)
21-
faraday-net_http_persistent (2.3.0)
21+
faraday-net_http_persistent (2.3.1)
2222
faraday (~> 2.5)
2323
net-http-persistent (>= 4.0.4, < 5)
24-
json (2.11.3)
24+
json (2.15.0)
2525
logger (1.7.0)
2626
net-http (0.6.0)
2727
uri
28-
net-http-persistent (4.0.5)
29-
connection_pool (~> 2.2)
30-
rake (13.2.1)
31-
uri (1.0.3)
28+
net-http-persistent (4.0.6)
29+
connection_pool (~> 2.2, >= 2.2.4)
30+
rake (13.3.0)
31+
uri (1.0.4)
3232

3333
PLATFORMS
3434
aarch64-linux

lib/algolia/models/abtesting-v3/ab_test.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,6 @@ def _to_hash(value)
316316
value
317317
end
318318
end
319-
320319
end
321-
322320
end
323321
end

lib/algolia/models/abtesting-v3/ab_test_configuration.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@ def _to_hash(value)
223223
value
224224
end
225225
end
226-
227226
end
228-
229227
end
230228
end

lib/algolia/models/abtesting-v3/ab_test_response.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,6 @@ def _to_hash(value)
228228
value
229229
end
230230
end
231-
232231
end
233-
234232
end
235233
end

lib/algolia/models/abtesting-v3/ab_tests_variant.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ def _to_hash(value)
226226
value
227227
end
228228
end
229-
230229
end
231-
232230
end
233231
end

lib/algolia/models/abtesting-v3/ab_tests_variant_search_params.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,6 @@ def _to_hash(value)
252252
value
253253
end
254254
end
255-
256255
end
257-
258256
end
259257
end

lib/algolia/models/abtesting-v3/add_ab_tests_request.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,6 @@ def _to_hash(value)
253253
value
254254
end
255255
end
256-
257256
end
258-
259257
end
260258
end

lib/algolia/models/abtesting-v3/add_ab_tests_variant.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,5 @@ def find_and_cast_into_type(klass, data)
104104
end
105105
end
106106
end
107-
108107
end
109108
end

0 commit comments

Comments
 (0)