Skip to content

Commit 558b1e8

Browse files
committed
Update Ruby-prof version
1 parent e5d8f74 commit 558b1e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ group :development do
2424
# memory profiling
2525
gem 'memory_profiler'
2626
# cpu profiling
27-
gem 'ruby-prof', '1.4.2'
27+
gem 'ruby-prof'
2828
# Metasploit::Aggregator external session proxy
2929
# disabled during 2.5 transition until aggregator is available
3030
# gem 'metasploit-aggregator'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ GEM
531531
parser (>= 3.3.1.0)
532532
ruby-macho (4.1.0)
533533
ruby-mysql (4.2.0)
534-
ruby-prof (1.4.2)
534+
ruby-prof (1.7.1)
535535
ruby-progressbar (1.13.0)
536536
ruby-rc4 (0.1.5)
537537
ruby2_keywords (0.0.5)
@@ -624,7 +624,7 @@ DEPENDENCIES
624624
rspec-rails
625625
rspec-rerun
626626
rubocop (= 1.67.0)
627-
ruby-prof (= 1.4.2)
627+
ruby-prof
628628
simplecov (= 0.18.2)
629629
test-prof
630630
timecop

0 commit comments

Comments
 (0)