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

NameError: uninitialized constant Bundler::GemHelper from Rakefile

Apteryks opened this issue · comments

I encountered the error when trying to package ruby-prof 1.4.1 on GNU Guix. I could fix the error by adding " require 'bundler/gem_tasks'" under the line ' require "bundler/setup"'.

Thanks. I just removed that code.