You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my first try of the t executable, to run authorize, I get this error, apparently coming from a gem spec.
$ tauthorize/home/ajfaraday/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/rubygems/specification.rb:2158:in`method_missing': undefined method `this' for #<Gem::Specification:0x61ca88 oauth-0.4.7> (NoMethodError) from /home/ajfaraday/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/rubygems/specification.rb:1057:in `find_active_stub_by_path'from/home/ajfaraday/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:64:in`require' from /home/ajfaraday/.rvm/gems/ruby-2.3.0/gems/t-2.10.0/bin/t:7:in `<top(required)>' from /home/ajfaraday/.rvm/gems/ruby-2.3.0/bin/t:23:in `load'from/home/ajfaraday/.rvm/gems/ruby-2.3.0/bin/t:23:in`<main>' from /home/ajfaraday/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in `eval' from /home/ajfaraday/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in `<main>'
This same error is thrown in all ruby executables.
@AJFaraday I checked it on ruby version 2.3.1 and it works as expected. I didn't face any issue so I think you can now upgrade to ruby 2.3.1 instead of downgrading to 2.2.2
I've just run a fresh install of t on Lubuntu.
On my first try of the t executable, to run authorize, I get this error, apparently coming from a gem spec.
This same error is thrown in all ruby executables.
I'm using ruby 2.3.0 via rvm...
Note: Changing back to ruby 2.2.2 fixed this issue.
The text was updated successfully, but these errors were encountered: