Bump to released metasm 1.0.4

master
Jeffrey Martin 2019-04-08 17:55:43 -05:00
parent 8502f0cc53
commit dfd35cd7e3
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
2 changed files with 1 additions and 11 deletions

View File

@ -5,9 +5,6 @@ gemspec name: 'metasploit-framework'
gem 'sqlite3', '~>1.3.0' 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 # separate from test as simplecov is not run on travis-ci
group :coverage do group :coverage do
# code coverage for tests # code coverage for tests

View File

@ -1,10 +1,3 @@
GIT
remote: https://github.com/rapid7/metasm
revision: 916b7ca5a728321a8a4a890bd21e588e1f2ac5a6
branch: ruby_2_5_compat
specs:
metasm (1.0.4)
PATH PATH
remote: . remote: .
specs: specs:
@ -165,6 +158,7 @@ GEM
loofah (2.2.3) loofah (2.2.3)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
metasm (1.0.4)
metasploit-concern (2.0.5) metasploit-concern (2.0.5)
activemodel (~> 4.2.6) activemodel (~> 4.2.6)
activesupport (~> 4.2.6) activesupport (~> 4.2.6)
@ -375,7 +369,6 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
factory_bot_rails factory_bot_rails
fivemat fivemat
metasm!
metasploit-framework! metasploit-framework!
octokit octokit
pry pry