ruby-prof / ruby-prof

A ruby profiler. See https://ruby-prof.github.io for more information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bump ruby-prof from 1.5.0 to 1.6.0 is failing

kapso opened this issue · comments

commented
rails db:migrate
rails aborted!
LoadError: cannot load such file -- /Users/kapil/.rbenv/versions/3.2.1/lib/ruby/gems/3.2.0/gems/ruby-prof-1.6.0/ext/ruby_prof/ruby_prof.so

So where is ruby_prof.so then (well on MacOS ruby_prof.bundle)? In ruby_prof/lib?

What does ruby -v return? How did you install the gem?

A clean install on Linux works fine. And at least on the github ci/cd a clean install also works fine on MacOS.

Ok 1.6.1 should work, just tested on MacOS. Thanks for the report.

Hey, any reasons why you have yanked the 1.6.0. It will break bundled applications.

Because it didn't work on MacOS due to this bug. It was only out for one day, so hopefully not too many people are impacted.