This commit is contained in:
Brent Cook
2019-04-08 09:10:15 -05:00
committed by Metasploit
parent 3ad3e39c4d
commit f1946b080b
2 changed files with 11 additions and 1 deletions
+3
View File
@@ -5,6 +5,9 @@ gemspec name: 'metasploit-framework'
gem 'sqlite3', '~>1.3.0'
# use custom metasm until fix for 2.5 is released
gem 'metasm', git: "https://github.com/rapid7/metasm", branch: "ruby_2_5_compat"
# separate from test as simplecov is not run on travis-ci
group :coverage do
# code coverage for tests
+8 -1
View File
@@ -1,3 +1,10 @@
GIT
remote: https://github.com/rapid7/metasm
revision: 916b7ca5a728321a8a4a890bd21e588e1f2ac5a6
branch: ruby_2_5_compat
specs:
metasm (1.0.4)
PATH
remote: .
specs:
@@ -142,7 +149,6 @@ GEM
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
metasm (1.0.3)
metasploit-concern (2.0.5)
activemodel (~> 4.2.6)
activesupport (~> 4.2.6)
@@ -338,6 +344,7 @@ PLATFORMS
DEPENDENCIES
factory_girl_rails
fivemat
metasm!
metasploit-framework!
octokit
pry