use branched metasm until 2.5 fix is released

master
Jeffrey Martin 2019-04-06 19:50:23 -05:00
parent 0c7e589db8
commit e8eed3bb6a
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
2 changed files with 11 additions and 1 deletions

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

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:
@ -158,7 +165,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)
@ -369,6 +375,7 @@ PLATFORMS
DEPENDENCIES
factory_bot_rails
fivemat
metasm!
metasploit-framework!
octokit
pry