coltrane
coltrane copied to clipboard
"Gem.gunzip is deprecated; use Gem::Util.gunzip instead." when using Coltrane
I am using ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux] and Gem v2.7.7.
I found this link referring to deprecating Gem v2.7.6. I'm not sure if this issue comes from my installation or Coltrane?

I think this is related to your build. Is it still happening?
It is. I am using Gem v2.7.7.
Is one of your files calling Gem.unzip? This issue says that Gem::Util.gunzip is the currently maintained method. Not sure if this is on my side, or if it's being called in the code.