We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d8f74 commit 558b1e8Copy full SHA for 558b1e8
Gemfile
@@ -24,7 +24,7 @@ group :development do
24
# memory profiling
25
gem 'memory_profiler'
26
# cpu profiling
27
- gem 'ruby-prof', '1.4.2'
+ gem 'ruby-prof'
28
# Metasploit::Aggregator external session proxy
29
# disabled during 2.5 transition until aggregator is available
30
# gem 'metasploit-aggregator'
Gemfile.lock
@@ -531,7 +531,7 @@ GEM
531
parser (>= 3.3.1.0)
532
ruby-macho (4.1.0)
533
ruby-mysql (4.2.0)
534
- ruby-prof (1.4.2)
+ ruby-prof (1.7.1)
535
ruby-progressbar (1.13.0)
536
ruby-rc4 (0.1.5)
537
ruby2_keywords (0.0.5)
@@ -624,7 +624,7 @@ DEPENDENCIES
624
rspec-rails
625
rspec-rerun
626
rubocop (= 1.67.0)
627
- ruby-prof (= 1.4.2)
+ ruby-prof
628
simplecov (= 0.18.2)
629
test-prof
630
timecop
0 commit comments