Skip to content

Commit 187e4ab

Browse files
algolia-botmillotp
andcommitted
fix(clients): lock version (generated)
algolia/api-clients-automation#4228 Co-authored-by: Pierre Millot <[email protected]>
1 parent 977f19a commit 187e4ab

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Ruby
2222
uses: ruby/setup-ruby@v1
2323
with:
24-
ruby-version: 3.2.2
24+
ruby-version: 3.3.6
2525
bundler-cache: true
2626

2727
- uses: rubygems/release-gem@a25424ba2ba8b387abc8ef40807c2c85b96cbe32

Gemfile.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,31 @@ GEM
1212
specs:
1313
base64 (0.2.0)
1414
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
1718
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)
2122
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)
2527
uri
26-
net-http-persistent (4.0.4)
28+
net-http-persistent (4.0.5)
2729
connection_pool (~> 2.2)
2830
rake (13.2.1)
29-
uri (0.13.1)
31+
uri (1.0.2)
3032

3133
PLATFORMS
3234
aarch64-linux
3335
x86_64-linux
3436

3537
DEPENDENCIES
3638
algolia!
37-
bundler
39+
bundler (>= 2.4.10)
3840
rake
3941

4042
BUNDLED WITH

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

0 commit comments

Comments
 (0)