Skip to content

Commit

Permalink
add dependency on debase/ruby-debug-base
Browse files Browse the repository at this point in the history
  • Loading branch information
valich committed Nov 16, 2017
1 parent 845abb1 commit c24646f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ruby-debug-ide.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ EOF
spec.extensions << "ext/mkrf_conf.rb" unless ENV['NO_EXT']
spec.add_dependency("rake", ">= 0.8.1")

if RUBY_VERSION < '2.0' || defined?(JRUBY_VERSION)
spec.add_dependency 'ruby-debug-base'
else
spec.add_dependency 'debase', '~> 0.2.2.beta11'
end

spec.required_ruby_version = '>= 1.8.2'
spec.date = DateTime.now
spec.rubyforge_project = 'debug-commons'
Expand Down

0 comments on commit c24646f

Please sign in to comment.