1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-25 10:48:31 +02:00

Lock ruby-prof until nightly builds can use c11

Due to 659faf3bc2 ruby-prof cannot be compiled on the centos6 currently used for nightly packaging by https://github.com/rapid7/metasploit-omnibus.  Lock to 1.4.2 until adjustments are made.
This commit is contained in:
Jeffrey Martin 2021-02-19 08:42:28 -06:00
parent bc456ec765
commit 3405a07e4f
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ group :development do
# memory profiling
gem 'memory_profiler'
# cpu profiling
gem 'ruby-prof'
gem 'ruby-prof', '1.4.2'
# Metasploit::Aggregator external session proxy
# disabled during 2.5 transition until aggregator is available
#gem 'metasploit-aggregator'

View File

@ -393,7 +393,7 @@ GEM
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
ruby-macho (2.5.0)
ruby-prof (1.4.3)
ruby-prof (1.4.2)
ruby-progressbar (1.11.0)
ruby-rc4 (0.1.5)
ruby2_keywords (0.0.4)
@ -469,7 +469,7 @@ DEPENDENCIES
rspec-rails
rspec-rerun
rubocop
ruby-prof
ruby-prof (= 1.4.2)
simplecov (= 0.18.2)
swagger-blocks
timecop