IDEA requires new debug gem debase

Its a new debug gem that targets Ruby 2.0 exclusively, apparently there
some dependencies that pull it in based on lang level.

I just ran into this issue since I have been using Jruby 1.7.4 with lang
level 2.0, the problem is that debase uses C extensions so its not
copacetic with Jruby

Here’s the link to that: debase | RubyGems.org | your community gem host
the author works for JetBrains

Unfortunately, when running Sinatra within IDEA I can’t start it via a
Run but have to start it with the debugger , so effectively this means
that I can’t use lang level 2.0 if I want to test Sinatra based apps
from IDEA using JRuby

thanks

Charles M.
[email protected]