doing icon indicating copy to clipboard operation
doing copied to clipboard

Require cannot load such file

Open krzysiek-b opened this issue 3 years ago • 1 comments

Describe the bug

Latest version 2.1.54 throws error

Traceback (most recent call last):
        4: from /usr/local/bin/doing:23:in `<main>'
        3: from /usr/local/bin/doing:23:in `load'
        2: from /var/lib/gems/2.7.0/gems/doing-2.1.54/bin/doing:6:in `<top (required)>'
        1: from /usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require'
/usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require': cannot load such file -- doing/help_monkey_patch (LoadError)

Is this anything you already know and have fixed?

krzysiek-b avatar May 26 '22 09:05 krzysiek-b

Known issue affecting people who install using sudo. I think I have it repaired in 2.1.55, let me know if that works for you.

On 26 May 2022, at 4:36, Krzysztof Blacha wrote:

Describe the bug

Latest version 2.1.54 throws error

Traceback (most recent call last):
        4: from /usr/local/bin/doing:23:in `<main>'
        3: from /usr/local/bin/doing:23:in `load'
        2: from /var/lib/gems/2.7.0/gems/doing-2.1.54/bin/doing:6:in 
`<top (required)>'
        1: from 
/usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in 
`require'
/usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in 
`require': cannot load such file -- doing/help_monkey_patch 
(LoadError)

Is this anything you already know and have fixed?

-- Reply to this email directly or view it on GitHub: https://github.com/ttscoff/doing/issues/151 You are receiving this because you were assigned.

Message ID: @.***>

ttscoff avatar May 26 '22 12:05 ttscoff

Hi, this seems to be fixed.

krzysiek-b avatar Mar 10 '23 17:03 krzysiek-b