File tree 3 files changed +12
-14
lines changed
3 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 7
7
continue-on-error : ${{ matrix.failure-allowed }}
8
8
strategy :
9
9
matrix :
10
- ruby-version : ['2.7.8', ' 3.0.6', '3.1.4', '3.2.2']
10
+ ruby-version : ['3.0.6', '3.1.4', '3.2.2', '3.3.0 ']
11
11
failure-allowed : [false]
12
12
include :
13
13
- ruby-version : ' truffleruby'
14
14
failure-allowed : true
15
- - ruby-version : ' 3.3.0-preview3'
16
- failure-allowed : true
17
15
steps :
18
16
- uses : actions/checkout@v4
19
17
- name : Set up Ruby
Original file line number Diff line number Diff line change 1
- 3.2.2
1
+ 3.3.0
Original file line number Diff line number Diff line change 13
13
GEM
14
14
remote: https://rubygems.org/
15
15
specs:
16
- addressable (2.8.5 )
16
+ addressable (2.8.6 )
17
17
public_suffix (>= 2.0.2 , < 6.0 )
18
18
base64 (0.2.0 )
19
19
bibtex-ruby (6.0.0 )
20
20
latex-decode (~> 0.0 )
21
- cgi (0.4.0 )
21
+ cgi (0.4.1 )
22
22
charlock_holmes (0.7.7 )
23
23
chronic (0.10.2 )
24
24
concurrent-ruby (1.2.2 )
27
27
rexml
28
28
diff-lcs (1.5.0 )
29
29
dotenv (2.8.1 )
30
- faraday (2.7.11 )
30
+ faraday (2.8.1 )
31
31
base64
32
32
faraday-net_http (>= 2.0 , < 3.1 )
33
33
ruby2_keywords (>= 0.0.4 )
36
36
faraday-net_http (3.0.2 )
37
37
faraday-retry (2.2.0 )
38
38
faraday (~> 2.0 )
39
- github-linguist (7.27 .0 )
39
+ github-linguist (7.28 .0 )
40
40
cgi
41
41
charlock_holmes (~> 0.7.7 )
42
42
mini_mime (~> 1.0 )
43
43
rugged (~> 1.0 )
44
- hashdiff (1.0.1 )
44
+ hashdiff (1.1.0 )
45
45
issue (1.0.0 )
46
46
openssl
47
47
rack
51
51
multi_json (1.15.0 )
52
52
mustermann (3.0.0 )
53
53
ruby2_keywords (~> 0.0.1 )
54
- nio4r (2.5.9 )
55
- nokogiri (1.15.4 )
54
+ nio4r (2.7.0 )
55
+ nokogiri (1.15.5 )
56
56
mini_portile2 (~> 2.8.2 )
57
57
racc (~> 1.4 )
58
58
octokit (8.0.0 )
61
61
ojra (1.1.0 )
62
62
faraday (~> 2.7 )
63
63
openssl (3.2.0 )
64
- public_suffix (5.0.3 )
64
+ public_suffix (5.0.4 )
65
65
puma (6.4.0 )
66
66
nio4r (~> 2.0 )
67
67
racc (1.7.3 )
70
70
rack (~> 2.2 , >= 2.2.4 )
71
71
rack-test (2.1.0 )
72
72
rack (>= 1.3 )
73
- redis-client (0.18.0 )
73
+ redis-client (0.19.1 )
74
74
connection_pool
75
75
reverse_markdown (2.1.1 )
76
76
nokogiri
@@ -147,4 +147,4 @@ DEPENDENCIES
147
147
webmock
148
148
149
149
BUNDLED WITH
150
- 2.3 .4
150
+ 2.5 .4
You can’t perform that action at this time.
0 commit comments