Skip to content

Commit 6121b29

Browse files
committed
Rails 7.1 upgrade tests
1 parent a1093b0 commit 6121b29

File tree

24 files changed

+175
-137
lines changed

24 files changed

+175
-137
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
timeout-minutes: 60
3636

3737
strategy:
38-
fail-fast: true
38+
fail-fast: false
3939
matrix:
4040
ruby:
4141
- '3.0'

.github/workflows/ldap_acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
timeout-minutes: 60
4848

4949
strategy:
50-
fail-fast: true
50+
fail-fast: false
5151
matrix:
5252
ruby:
5353
- '3.2'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
BUNDLE_WITHOUT: "coverage development pcap"
3636

3737
strategy:
38-
fail-fast: true
38+
fail-fast: false
3939
matrix:
4040
ruby:
4141
- '3.2'

.github/workflows/mssql_acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
--health-timeout 5s
6060
--health-retries 5
6161
strategy:
62-
fail-fast: true
62+
fail-fast: false
6363
matrix:
6464
ruby:
6565
- '3.2'

.github/workflows/mysql_acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
--health-timeout 10s
5959
--health-retries 5
6060
strategy:
61-
fail-fast: true
61+
fail-fast: false
6262
matrix:
6363
ruby:
6464
- '3.2'

.github/workflows/postgres_acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
--health-retries 5
6161
6262
strategy:
63-
fail-fast: true
63+
fail-fast: false
6464
matrix:
6565
ruby:
6666
- '3.2'

.github/workflows/shared_smb_acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 60
2121

2222
strategy:
23-
fail-fast: true
23+
fail-fast: false
2424
matrix:
2525
ruby:
2626
- '3.2'

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
--health-retries 5
5858
5959
strategy:
60-
fail-fast: true
60+
fail-fast: false
6161
matrix:
6262
ruby:
6363
- '3.2'

.github/workflows/weekly-data-and-external-tool-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
BUNDLE_WITHOUT: "coverage development pcap"
3333

3434
strategy:
35-
fail-fast: true
35+
fail-fast: false
3636
matrix:
3737
ruby:
3838
- '3.2'

Gemfile.lock

Lines changed: 46 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ PATH
44
metasploit-framework (6.4.53)
55
aarch64
66
abbrev
7-
actionpack (~> 7.0.0)
8-
activerecord (~> 7.0.0)
9-
activesupport (~> 7.0.0)
7+
actionpack (~> 7.1.0)
8+
activerecord (~> 7.1.0)
9+
activesupport (~> 7.1.0)
1010
aws-sdk-ec2
1111
aws-sdk-ec2instanceconnect
1212
aws-sdk-iam
@@ -122,28 +122,40 @@ GEM
122122
aarch64 (2.1.0)
123123
racc (~> 1.6)
124124
abbrev (0.1.2)
125-
actionpack (7.0.8.7)
126-
actionview (= 7.0.8.7)
127-
activesupport (= 7.0.8.7)
128-
rack (~> 2.0, >= 2.2.4)
125+
actionpack (7.1.5.1)
126+
actionview (= 7.1.5.1)
127+
activesupport (= 7.1.5.1)
128+
nokogiri (>= 1.8.5)
129+
racc
130+
rack (>= 2.2.4)
131+
rack-session (>= 1.0.1)
129132
rack-test (>= 0.6.3)
130-
rails-dom-testing (~> 2.0)
131-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
132-
actionview (7.0.8.7)
133-
activesupport (= 7.0.8.7)
133+
rails-dom-testing (~> 2.2)
134+
rails-html-sanitizer (~> 1.6)
135+
actionview (7.1.5.1)
136+
activesupport (= 7.1.5.1)
134137
builder (~> 3.1)
135-
erubi (~> 1.4)
136-
rails-dom-testing (~> 2.0)
137-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
138-
activemodel (7.0.8.7)
139-
activesupport (= 7.0.8.7)
140-
activerecord (7.0.8.7)
141-
activemodel (= 7.0.8.7)
142-
activesupport (= 7.0.8.7)
143-
activesupport (7.0.8.7)
138+
erubi (~> 1.11)
139+
rails-dom-testing (~> 2.2)
140+
rails-html-sanitizer (~> 1.6)
141+
activemodel (7.1.5.1)
142+
activesupport (= 7.1.5.1)
143+
activerecord (7.1.5.1)
144+
activemodel (= 7.1.5.1)
145+
activesupport (= 7.1.5.1)
146+
timeout (>= 0.4.0)
147+
activesupport (7.1.5.1)
148+
base64
149+
benchmark (>= 0.3)
150+
bigdecimal
144151
concurrent-ruby (~> 1.0, >= 1.0.2)
152+
connection_pool (>= 2.2.5)
153+
drb
145154
i18n (>= 1.6, < 2)
155+
logger (>= 1.4.2)
146156
minitest (>= 5.1)
157+
mutex_m
158+
securerandom (>= 0.3)
147159
tzinfo (~> 2.0)
148160
addressable (2.8.7)
149161
public_suffix (>= 2.0.2, < 7.0)
@@ -201,6 +213,7 @@ GEM
201213
chunky_png (1.4.0)
202214
coderay (1.1.3)
203215
concurrent-ruby (1.3.4)
216+
connection_pool (2.5.0)
204217
cookiejar (0.3.4)
205218
crass (1.0.6)
206219
csv (3.3.2)
@@ -388,22 +401,28 @@ GEM
388401
rack-protection (3.2.0)
389402
base64 (>= 0.1.0)
390403
rack (~> 2.2, >= 2.2.4)
404+
rack-session (1.0.2)
405+
rack (< 3)
391406
rack-test (2.2.0)
392407
rack (>= 1.3)
408+
rackup (1.0.1)
409+
rack (< 3)
410+
webrick
393411
rails-dom-testing (2.2.0)
394412
activesupport (>= 5.0.0)
395413
minitest
396414
nokogiri (>= 1.6)
397415
rails-html-sanitizer (1.6.2)
398416
loofah (~> 2.21)
399417
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
400-
railties (7.0.8.7)
401-
actionpack (= 7.0.8.7)
402-
activesupport (= 7.0.8.7)
403-
method_source
418+
railties (7.1.5.1)
419+
actionpack (= 7.1.5.1)
420+
activesupport (= 7.1.5.1)
421+
irb
422+
rackup (>= 1.0.0)
404423
rake (>= 12.2)
405-
thor (~> 1.0)
406-
zeitwerk (~> 2.5)
424+
thor (~> 1.0, >= 1.2.2)
425+
zeitwerk (~> 2.6)
407426
rainbow (3.1.1)
408427
rake (13.2.1)
409428
rasn1 (0.14.0)
@@ -520,6 +539,7 @@ GEM
520539
sawyer (0.9.2)
521540
addressable (>= 2.3.5)
522541
faraday (>= 0.17.3, < 3)
542+
securerandom (0.4.1)
523543
simplecov (0.18.2)
524544
docile (~> 1.1)
525545
simplecov-html (~> 0.11)

0 commit comments

Comments
 (0)