We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845abb1 commit c24646fCopy full SHA for c24646f
ruby-debug-ide.gemspec
@@ -42,6 +42,12 @@ EOF
42
spec.extensions << "ext/mkrf_conf.rb" unless ENV['NO_EXT']
43
spec.add_dependency("rake", ">= 0.8.1")
44
45
+ if RUBY_VERSION < '2.0' || defined?(JRUBY_VERSION)
46
+ spec.add_dependency 'ruby-debug-base'
47
+ else
48
+ spec.add_dependency 'debase', '~> 0.2.2.beta11'
49
+ end
50
+
51
spec.required_ruby_version = '>= 1.8.2'
52
spec.date = DateTime.now
53
spec.rubyforge_project = 'debug-commons'
0 commit comments