Open seb-sykio opened 4 years ago
That's not good. You got a project up that reproduces this? Or bisect it to a change?
sorry, nothing online. the only solution I found for now is to remove gem "grape-logging"
@dblock @seb-sykio try require 'grape'
before require 'grape_logging'
If this fixes that feels like grape_logging
should be doing a require 'grape'
. Open an issue in that repo.
Any updates?
CC @myxoh
@robert-hromej had the right idea.
If I move require 'grape_logging'
to spot in the load order after I am sure grape
has been loaded, then this error goes away. This gem, as is, doesn't load grape properly on it's own, but allowing bundler to load grape works.
In other words, if I have a require 'grape_logging'
early on, before bundler loads my environment, then I get this error with latest version of grape.