ERROR: undefined method `this' for #<Gem::Specification aptible-cli-0.5.15>
fancyremarker opened this issue · 3 comments
fancyremarker commented
$HOME/.rvm/rubies/ruby-2.2.1/lib/ruby/site_ruby/2.2.0/rubygems/specification.rb:2157:in `method_missing': undefined method `this' for #<Gem::Specification:0x3fda4a8052b4 aptible-cli-0.5.15> (NoMethodError)
codeanpeace commented
Seeing this as well for aptible-cli-0.5.15
fancyremarker commented
Closing this out. Either re-installing aptible-cli (gem install -N aptible-cli
) or installing aptible-toolbelt (gem install -N aptible-toolbelt
) has worked for users who've hit this.
codeanpeace commented
Still seeing this error after uninstalling all gems with aptible in it and then running gem install -N aptible-toolbelt
on ruby 2.3. Any idea what may be causing it? Thanks