Skip to content

Commit

Permalink
Verify nokogiri update
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed May 22, 2024
1 parent 40b54fe commit ced571e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
repository: rapid7/metasploit-framework
path: metasploit-framework
# If testing a custom branch is required
# ref: 'update-bundler-version'
ref: 'update-nokogiri-version'

- name: Run omnibus
run: |
Expand Down Expand Up @@ -426,6 +426,8 @@ jobs:
with:
repository: rapid7/metasploit-framework
path: metasploit-framework
# If testing a custom branch is required
ref: 'update-nokogiri-version'

- name: Extract xz files
run: |
Expand Down
2 changes: 1 addition & 1 deletion config/software/metasploit-framework.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def has_windows_metasploit_framework_repo?
source path: "../metasploit-framework"
else
source git: "https://github.com/rapid7/metasploit-framework.git"
default_version "master"
default_version "update-nokogiri-version"
end

dependency "cacerts"
Expand Down

0 comments on commit ced571e

Please sign in to comment.