Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible incompatibility with Ruby 2.3.0 #467

Open
ChrisBAshton opened this issue Sep 21, 2016 · 1 comment
Open

Possible incompatibility with Ruby 2.3.0 #467

ChrisBAshton opened this issue Sep 21, 2016 · 1 comment
Labels

Comments

@ChrisBAshton
Copy link
Contributor

A colleague seemed to consistently have issues when using 2.3.0. Downgrading to Ruby 2.2.0 fixed the issue.

/users/rajank01/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/rubygems/specification.rb:2158:in `method_missing': undefined method `this' for #<Gem::Specification:0x3fdfa4c0ca10 wraith-3.2.1> (NoMethodError)
    from /Users/rajank01/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/rubygems/specification.rb:1057:in `find_active_stub_by_path'
    from /Users/rajank01/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:64:in `require'
    from /Users/rajank01/.rvm/gems/ruby-2.3.0/gems/wraith-3.2.1/bin/wraith:4:in `<top (required)>'
    from /Users/rajank01/.rvm/gems/ruby-2.3.0/bin/wraith:23:in `load'
    from /Users/rajank01/.rvm/gems/ruby-2.3.0/bin/wraith:23:in `<main>'
    from /Users/rajank01/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in `eval'
    from /Users/rajank01/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in `<main>'
@thedaviddias
Copy link

Same issue for me. I've got the same message with Ruby 2.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants