File tree Expand file tree Collapse file tree 3 files changed +15
-13
lines changed Expand file tree Collapse file tree 3 files changed +15
-13
lines changed 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
You can’t perform that action at this time.
0 commit comments