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