Skip to content

Commit 74e0194

Browse files
committed
fix(clients): lock version
1 parent 15696dd commit 74e0194

File tree

3 files changed

+26
-14
lines changed

3 files changed

+26
-14
lines changed

clients/algoliasearch-client-ruby/algolia.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
3535
end

playground/ruby/Gemfile.lock

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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)
@@ -12,21 +12,23 @@ GEM
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

3133
PLATFORMS
3234
aarch64-linux
@@ -37,4 +39,4 @@ DEPENDENCIES
3739
dotenv
3840

3941
BUNDLED WITH
40-
2.4.10
42+
2.5.23

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,16 @@
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",

0 commit comments

Comments
 (0)