Skip to content

Commit

Permalink
Revert "add dependency on debase/ruby-debug-base"
Browse files Browse the repository at this point in the history
This reverts commit c24646f
  • Loading branch information
valich committed Nov 16, 2017
1 parent c24646f commit fca6ea4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ruby-debug-ide.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ 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 fca6ea4

Please sign in to comment.