Skip to content

Commit

Permalink
temporary fix for ruby-prof dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stuzart committed Nov 24, 2023
1 parent 9bd8a4f commit 4fdc21f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ group :development do
gem 'web-console', '>= 4.1.0'
gem 'rack-mini-profiler', '~> 2.0'
gem 'listen', '~> 3.3'
gem 'ruby-prof'
end

group :test do
gem 'ruby-prof'
gem 'test-prof'
gem 'rails-perftest'
gem 'minitest', '~> 5.14'
Expand Down
2 changes: 1 addition & 1 deletion lib/tasks/seek_dev.rake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 'rubygems'
require 'rake'
require 'active_record/fixtures'
require 'benchmark'
require 'ruby-prof'
#require 'ruby-prof'

include SysMODB::SpreadsheetExtractor

Expand Down

0 comments on commit 4fdc21f

Please sign in to comment.