File tree Expand file tree Collapse file tree 3 files changed +26
-14
lines changed
clients/algoliasearch-client-ruby Expand file tree Collapse file tree 3 files changed +26
-14
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ Gem::Specification.new do |s|
3030
3131 s . add_dependency 'net-http-persistent'
3232
33- s . add_development_dependency 'bundler'
33+ s . add_development_dependency 'bundler' , '>= 2.4.10'
3434 s . add_development_dependency 'rake'
3535end
Original file line number Diff line number Diff line change 11PATH
22 remote: ../../clients/algoliasearch-client-ruby
33 specs:
4- algolia (3.5.1 )
4+ algolia (3.10.0 )
55 base64 (>= 0.2.0 , < 1 )
66 faraday (>= 1.0.1 , < 3.0 )
77 faraday-net_http_persistent (>= 0.15 , < 3 )
1212 specs:
1313 base64 (0.2.0 )
1414 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
1819 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 )
2223 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 )
2628 uri
27- net-http-persistent (4.0.4 )
29+ net-http-persistent (4.0.5 )
2830 connection_pool (~> 2.2 )
29- uri (0.13.1 )
31+ uri (1.0.2 )
3032
3133PLATFORMS
3234 aarch64-linux
@@ -37,4 +39,4 @@ DEPENDENCIES
3739 dotenv
3840
3941BUNDLED WITH
40- 2.4.10
42+ 2.5.23
Original file line number Diff line number Diff line change 207207 "datasourceTemplate" : " ruby-version" ,
208208 "depNameTemplate" : " ruby"
209209 },
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+ },
210220 {
211221 "customType" : " regex" ,
212222 "description" : " Update .swift-version" ,
You can’t perform that action at this time.
0 commit comments