File tree 10 files changed +86
-61
lines changed
algoliasearch-client-dart/.github/workflows
algoliasearch-client-ruby
10 files changed +86
-61
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,18 @@ jobs:
29
29
with :
30
30
working-directory : packages/client_core
31
31
32
+ wait_for_core :
33
+ needs : publish_core
34
+ runs-on : ubuntu-latest
35
+ steps :
36
+ - name : Wait for core package to be published
37
+ shell : bash
38
+ run : sleep 300
39
+
32
40
publish_clients :
33
41
needs :
34
42
- check
35
- - publish_core
43
+ - wait_for_core
36
44
strategy :
37
45
matrix :
38
46
package :
Original file line number Diff line number Diff line change 21
21
- name : Install Ruby
22
22
uses : ruby/setup-ruby@v1
23
23
with :
24
- ruby-version : 3.2.2
24
+ ruby-version : 3.3.6
25
25
bundler-cache : true
26
26
27
27
- uses : rubygems/release-gem@a25424ba2ba8b387abc8ef40807c2c85b96cbe32
Original file line number Diff line number Diff line change 12
12
specs:
13
13
base64 (0.2.0 )
14
14
connection_pool (2.4.1 )
15
- faraday (2.11.0 )
16
- faraday-net_http (>= 2.0 , < 3.4 )
15
+ faraday (2.12.2 )
16
+ faraday-net_http (>= 2.0 , < 3.5 )
17
+ json
17
18
logger
18
- faraday-net_http (3.3 .0 )
19
- net-http
20
- faraday-net_http_persistent (2.1 .0 )
19
+ faraday-net_http (3.4 .0 )
20
+ net-http ( >= 0.5.0 )
21
+ faraday-net_http_persistent (2.3 .0 )
21
22
faraday (~> 2.5 )
22
- net-http-persistent (~> 4.0 )
23
- logger (1.6.1 )
24
- net-http (0.4.1 )
23
+ net-http-persistent (>= 4.0.4 , < 5 )
24
+ json (2.9.0 )
25
+ logger (1.6.2 )
26
+ net-http (0.6.0 )
25
27
uri
26
- net-http-persistent (4.0.4 )
28
+ net-http-persistent (4.0.5 )
27
29
connection_pool (~> 2.2 )
28
30
rake (13.2.1 )
29
- uri (0.13.1 )
31
+ uri (1.0.2 )
30
32
31
33
PLATFORMS
32
34
aarch64-linux
33
35
x86_64-linux
34
36
35
37
DEPENDENCIES
36
38
algolia !
37
- bundler
39
+ bundler ( >= 2.4.10 )
38
40
rake
39
41
40
42
BUNDLED WITH
Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ Gem::Specification.new do |s|
30
30
31
31
s . add_dependency 'net-http-persistent'
32
32
33
- s . add_development_dependency 'bundler'
33
+ s . add_development_dependency 'bundler' , '>= 2.4.10'
34
34
s . add_development_dependency 'rake'
35
35
end
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ export const patterns = [
40
40
'clients/algoliasearch-client-dart/packages/client_core/lib/src/version.dart' ,
41
41
'!clients/algoliasearch-client-dart/packages/*/lib/src/extension.dart' ,
42
42
'!clients/algoliasearch-client-dart/packages/algoliasearch/lib/algoliasearch.dart' ,
43
+ '!clients/algoliasearch-client-dart/.github/workflows/release.yml' ,
43
44
44
45
// GO
45
46
'clients/algoliasearch-client-go/algolia/**' ,
Original file line number Diff line number Diff line change 13
13
base64 (0.2.0 )
14
14
connection_pool (2.4.1 )
15
15
dotenv (3.1.4 )
16
- faraday (2.12.0 )
17
- faraday-net_http (>= 2.0 , < 3.4 )
16
+ faraday (2.12.2 )
17
+ faraday-net_http (>= 2.0 , < 3.5 )
18
18
json
19
19
logger
20
- faraday-net_http (3.3 .0 )
21
- net-http
20
+ faraday-net_http (3.4 .0 )
21
+ net-http ( >= 0.5.0 )
22
22
faraday-net_http_persistent (2.3.0 )
23
23
faraday (~> 2.5 )
24
24
net-http-persistent (>= 4.0.4 , < 5 )
25
- json (2.7.2 )
26
- logger (1.6.1 )
27
- net-http (0.4.1 )
25
+ json (2.9.0 )
26
+ logger (1.6.2 )
27
+ net-http (0.6.0 )
28
28
uri
29
- net-http-persistent (4.0.4 )
29
+ net-http-persistent (4.0.5 )
30
30
connection_pool (~> 2.2 )
31
31
rake (13.2.1 )
32
- uri (0.13.1 )
32
+ uri (1.0.2 )
33
33
34
34
PLATFORMS
35
35
ruby
@@ -41,4 +41,4 @@ DEPENDENCIES
41
41
rake
42
42
43
43
BUNDLED WITH
44
- 2.5.16
44
+ 2.5.23
Original file line number Diff line number Diff line change 13
13
base64 (0.2.0 )
14
14
connection_pool (2.4.1 )
15
15
dotenv (3.1.4 )
16
- faraday (2.12.0 )
17
- faraday-net_http (>= 2.0 , < 3.4 )
16
+ faraday (2.12.2 )
17
+ faraday-net_http (>= 2.0 , < 3.5 )
18
18
json
19
19
logger
20
- faraday-net_http (3.3 .0 )
21
- net-http
20
+ faraday-net_http (3.4 .0 )
21
+ net-http ( >= 0.5.0 )
22
22
faraday-net_http_persistent (2.3.0 )
23
23
faraday (~> 2.5 )
24
24
net-http-persistent (>= 4.0.4 , < 5 )
25
- json (2.7.2 )
26
- logger (1.6.1 )
27
- net-http (0.4.1 )
25
+ json (2.9.0 )
26
+ logger (1.6.2 )
27
+ net-http (0.6.0 )
28
28
uri
29
- net-http-persistent (4.0.4 )
29
+ net-http-persistent (4.0.5 )
30
30
connection_pool (~> 2.2 )
31
31
rake (13.2.1 )
32
- uri (0.13.1 )
32
+ uri (1.0.2 )
33
33
34
34
PLATFORMS
35
35
ruby
@@ -41,4 +41,4 @@ DEPENDENCIES
41
41
rake
42
42
43
43
BUNDLED WITH
44
- 2.5.16
44
+ 2.5.23
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ../../clients/algoliasearch-client-ruby
3
3
specs:
4
- algolia (3.5.1 )
4
+ algolia (3.10.0 )
5
5
base64 (>= 0.2.0 , < 1 )
6
6
faraday (>= 1.0.1 , < 3.0 )
7
7
faraday-net_http_persistent (>= 0.15 , < 3 )
12
12
specs:
13
13
base64 (0.2.0 )
14
14
connection_pool (2.4.1 )
15
- dotenv (3.1.2 )
16
- faraday (2.11.0 )
17
- faraday-net_http (>= 2.0 , < 3.4 )
15
+ dotenv (3.1.4 )
16
+ faraday (2.12.2 )
17
+ faraday-net_http (>= 2.0 , < 3.5 )
18
+ json
18
19
logger
19
- faraday-net_http (3.3 .0 )
20
- net-http
21
- faraday-net_http_persistent (2.1 .0 )
20
+ faraday-net_http (3.4 .0 )
21
+ net-http ( >= 0.5.0 )
22
+ faraday-net_http_persistent (2.3 .0 )
22
23
faraday (~> 2.5 )
23
- net-http-persistent (~> 4.0 )
24
- logger (1.6.1 )
25
- net-http (0.4.1 )
24
+ net-http-persistent (>= 4.0.4 , < 5 )
25
+ json (2.9.0 )
26
+ logger (1.6.2 )
27
+ net-http (0.6.0 )
26
28
uri
27
- net-http-persistent (4.0.4 )
29
+ net-http-persistent (4.0.5 )
28
30
connection_pool (~> 2.2 )
29
- uri (0.13.1 )
31
+ uri (1.0.2 )
30
32
31
33
PLATFORMS
32
34
aarch64-linux
@@ -37,4 +39,4 @@ DEPENDENCIES
37
39
dotenv
38
40
39
41
BUNDLED WITH
40
- 2.4.10
42
+ 2.5.23
Original file line number Diff line number Diff line change 207
207
"datasourceTemplate" : " ruby-version" ,
208
208
"depNameTemplate" : " ruby"
209
209
},
210
+ {
211
+ "customType" : " regex" ,
212
+ "description" : " Update ruby version on CI" ,
213
+ "fileMatch" : " clients/algoliasearch-client-ruby/.github/workflows/release.yml" ,
214
+ "matchStrings" : [
215
+ " ruby-version: (?<currentValue>.*)"
216
+ ],
217
+ "datasourceTemplate" : " ruby-version" ,
218
+ "depNameTemplate" : " ruby"
219
+ },
210
220
{
211
221
"customType" : " regex" ,
212
222
"description" : " Update .swift-version" ,
Original file line number Diff line number Diff line change 12
12
specs:
13
13
base64 (0.2.0 )
14
14
connection_pool (2.4.1 )
15
- dotenv (3.1.2 )
16
- faraday (2.11.0 )
17
- faraday-net_http (>= 2.0 , < 3.4 )
15
+ dotenv (3.1.4 )
16
+ faraday (2.12.2 )
17
+ faraday-net_http (>= 2.0 , < 3.5 )
18
+ json
18
19
logger
19
- faraday-net_http (3.3 .0 )
20
- net-http
21
- faraday-net_http_persistent (2.1 .0 )
20
+ faraday-net_http (3.4 .0 )
21
+ net-http ( >= 0.5.0 )
22
+ faraday-net_http_persistent (2.3 .0 )
22
23
faraday (~> 2.5 )
23
- net-http-persistent (~> 4.0 )
24
- logger (1.6.1 )
25
- net-http (0.4.1 )
24
+ net-http-persistent (>= 4.0.4 , < 5 )
25
+ json (2.9.0 )
26
+ logger (1.6.2 )
27
+ net-http (0.6.0 )
26
28
uri
27
- net-http-persistent (4.0.4 )
29
+ net-http-persistent (4.0.5 )
28
30
connection_pool (~> 2.2 )
29
- power_assert (2.0.3 )
31
+ power_assert (2.0.4 )
30
32
rake (13.2.1 )
31
- test-unit (3.6.2 )
33
+ test-unit (3.6.4 )
32
34
power_assert
33
- uri (0.13.1 )
35
+ uri (1.0.2 )
34
36
35
37
PLATFORMS
36
38
aarch64-linux
@@ -43,4 +45,4 @@ DEPENDENCIES
43
45
test-unit
44
46
45
47
BUNDLED WITH
46
- 2.4.10
48
+ 2.5.23
You can’t perform that action at this time.
0 commit comments