Skip to content

Commit 300e99d

Browse files
authored
Land rapid7#19867, Update nokogiri dependency
Update nokogiri dependency
2 parents dfb1ed6 + ad8c1c3 commit 300e99d

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.github/workflows/command_shell_acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- windows-2019
6767
- ubuntu-20.04
6868
ruby:
69-
- 3.1.5
69+
- '3.2'
7070
include:
7171
# Powershell
7272
- { command_shell: { name: powershell }, os: windows-2019 }

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: true
3939
matrix:
4040
ruby:
41-
- '3.1'
41+
- '3.2'
4242

4343
name: Lint msftidy
4444
steps:

.github/workflows/shared_meterpreter_acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- windows-2019
7272
- ubuntu-20.04
7373
ruby:
74-
- 3.1.5
74+
- '3.2'
7575
meterpreter:
7676
# Python
7777
- { name: python, runtime_version: 3.6 }

.github/workflows/verify.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
fail-fast: true
6161
matrix:
6262
ruby:
63-
- '3.1'
6463
- '3.2'
6564
- '3.3'
6665
- '3.4'
@@ -69,7 +68,7 @@ jobs:
6968
- ubuntu-latest
7069
include:
7170
- os: ubuntu-latest
72-
ruby: '3.1'
71+
ruby: '3.2'
7372
test_cmd: 'bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content" MSF_FEATURE_DEFER_MODULE_LOADS=1'
7473
test_cmd:
7574
- bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ GEM
323323
logger
324324
mime-types-data (~> 3.2015)
325325
mime-types-data (3.2024.1001)
326-
mini_portile2 (2.8.7)
326+
mini_portile2 (2.8.8)
327327
minitest (5.25.1)
328328
mqtt (0.6.0)
329329
msgpack (1.6.1)
@@ -346,7 +346,7 @@ GEM
346346
network_interface (0.0.4)
347347
nexpose (7.3.0)
348348
nio4r (2.7.4)
349-
nokogiri (1.16.7)
349+
nokogiri (1.18.2)
350350
mini_portile2 (~> 2.8.2)
351351
racc (~> 1.4)
352352
nori (2.7.1)

0 commit comments

Comments
 (0)