Skip to content

Commit 57fb80b

Browse files
committed
Merge pull request #27 from os97673/patch-1
we always should load ruby-debug-base for JRuby
2 parents dcefde9 + abd9f82 commit 57fb80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby-debug-ide.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'stringio'
33
require "socket"
44
require 'thread'
5-
if (RUBY_VERSION < '2.0')
5+
if (RUBY_VERSION < '2.0' || defined?(JRUBY_VERSION))
66
require 'ruby-debug-base'
77
else
88
require 'debase'

0 commit comments

Comments
 (0)