I believe there should be a dependency on debase in the gemspec. I get an error when trying to run "rdebug-ide" saying
LoadError: cannot load such file -- debase /home/vagrant/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/ruby-debug-ide-0.6.0/lib/ruby-debug-ide.rb:8:in 'require'
While this can be resolved by simply installing the gem, it should not be necessary after I have added the "ruby-debug-ide" gem to my Gemfile and did a bundle install. Any dependencies for this gem should be pulled in on install, but since the dependency is not listed in the Gemfile, it needs to be done manually.
I believe there should be a dependency on debase in the gemspec. I get an error when trying to run "rdebug-ide" saying
LoadError: cannot load such file -- debase /home/vagrant/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/ruby-debug-ide-0.6.0/lib/ruby-debug-ide.rb:8:in 'require'While this can be resolved by simply installing the gem, it should not be necessary after I have added the "ruby-debug-ide" gem to my Gemfile and did a bundle install. Any dependencies for this gem should be pulled in on install, but since the dependency is not listed in the Gemfile, it needs to be done manually.