File tree 4 files changed +21
-16
lines changed
4 files changed +21
-16
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,13 @@ on: [push, pull_request]
3
3
jobs :
4
4
tests :
5
5
strategy :
6
+ fail-fast : false
6
7
matrix :
7
8
ruby-version :
8
9
- " 2.7"
9
10
- " 3.0"
10
11
- " 3.1"
12
+ - " 3.2"
11
13
gemfile :
12
14
- Gemfile
13
15
- gemfiles/rails_7_propshaft.gemfile
22
24
BUNDLE_GEMFILE : ${{ matrix.gemfile }}
23
25
24
26
steps :
25
- - uses : actions/checkout@v1
27
+ - uses : actions/checkout@v3
26
28
27
29
- name : Install Ruby
28
30
uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change @@ -103,14 +103,14 @@ GEM
103
103
mini_mime (1.1.2 )
104
104
minitest (5.16.2 )
105
105
nio4r (2.5.8 )
106
- nokogiri (1.13.6 -arm64-darwin )
106
+ nokogiri (1.14.0 -arm64-darwin )
107
107
racc (~> 1.4 )
108
- nokogiri (1.13.6 -x86_64-darwin )
108
+ nokogiri (1.14.0 -x86_64-darwin )
109
109
racc (~> 1.4 )
110
- nokogiri (1.13.6 -x86_64-linux )
110
+ nokogiri (1.14.0 -x86_64-linux )
111
111
racc (~> 1.4 )
112
112
public_suffix (4.0.7 )
113
- racc (1.6.0 )
113
+ racc (1.6.2 )
114
114
rack (2.2.4 )
115
115
rack-test (2.0.2 )
116
116
rack (>= 1.3 )
@@ -183,6 +183,7 @@ PLATFORMS
183
183
arm64-darwin-21
184
184
x86_64-darwin-20
185
185
x86_64-darwin-21
186
+ x86_64-darwin-22
186
187
x86_64-linux
187
188
188
189
DEPENDENCIES
@@ -199,4 +200,4 @@ DEPENDENCIES
199
200
webdrivers
200
201
201
202
BUNDLED WITH
202
- 2.3.17
203
+ 2.4.3
Original file line number Diff line number Diff line change @@ -124,19 +124,19 @@ GEM
124
124
net-protocol
125
125
timeout
126
126
nio4r (2.5.8)
127
- nokogiri (1.13.6 -arm64-darwin)
127
+ nokogiri (1.14.0 -arm64-darwin)
128
128
racc (~> 1.4)
129
- nokogiri (1.13.6 -x86_64-darwin)
129
+ nokogiri (1.14.0 -x86_64-darwin)
130
130
racc (~> 1.4)
131
- nokogiri (1.13.6 -x86_64-linux)
131
+ nokogiri (1.14.0 -x86_64-linux)
132
132
racc (~> 1.4)
133
133
propshaft (0.6.4)
134
134
actionpack (>= 7.0.0)
135
135
activesupport (>= 7.0.0)
136
136
rack
137
137
railties (>= 7.0.0)
138
138
public_suffix (4.0.7)
139
- racc (1.6.0 )
139
+ racc (1.6.2 )
140
140
rack (2.2.4)
141
141
rack-test (2.0.2)
142
142
rack (>= 1.3)
202
202
PLATFORMS
203
203
arm64-darwin-21
204
204
x86_64-darwin-21
205
+ x86_64-darwin-22
205
206
x86_64-linux
206
207
207
208
DEPENDENCIES
@@ -219,4 +220,4 @@ DEPENDENCIES
219
220
webdrivers
220
221
221
222
BUNDLED WITH
222
- 2.3.17
223
+ 2.4.3
Original file line number Diff line number Diff line change @@ -124,14 +124,14 @@ GEM
124
124
net-protocol
125
125
timeout
126
126
nio4r (2.5.8)
127
- nokogiri (1.13.6 -arm64-darwin)
127
+ nokogiri (1.14.0 -arm64-darwin)
128
128
racc (~> 1.4)
129
- nokogiri (1.13.6 -x86_64-darwin)
129
+ nokogiri (1.14.0 -x86_64-darwin)
130
130
racc (~> 1.4)
131
- nokogiri (1.13.6 -x86_64-linux)
131
+ nokogiri (1.14.0 -x86_64-linux)
132
132
racc (~> 1.4)
133
133
public_suffix (4.0.7)
134
- racc (1.6.0 )
134
+ racc (1.6.2 )
135
135
rack (2.2.4)
136
136
rack-test (2.0.2)
137
137
rack (>= 1.3)
204
204
PLATFORMS
205
205
arm64-darwin-21
206
206
x86_64-darwin-21
207
+ x86_64-darwin-22
207
208
x86_64-linux
208
209
209
210
DEPENDENCIES
@@ -221,4 +222,4 @@ DEPENDENCIES
221
222
webdrivers
222
223
223
224
BUNDLED WITH
224
- 2.3.17
225
+ 2.4.3
You can’t perform that action at this time.
0 commit comments