Skip to content

Weird require 'enumerator' issue caused by this gem #433

@fbacall

Description

@fbacall

Hi,

I'm in the process of upgrading our Rails app to version 6 on Ruby 2.7.5, and have encountered a weird interaction between three gems: this one, bio ruby and ruby-progressbar.

It seems that when having ruby-progressbar loaded when this gem is loaded, something breaks that then causes require 'enumerator' (used in bioruby) to cause:

`require': cannot load such file -- enumerator (LoadError)

It seems to happen because ruby-progressbar includes a file named enumerator.rb.

I've created a minimal repository that reproduces this error: https://github.com/fbacall/rdf-issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions