Skip to content

Commit e79ce98

Browse files
committed
fixed require issues on 1.8 with bundler
1 parent a02f4a7 commit e79ce98

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/rdebug-ide

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Debugger::PROG_SCRIPT = ARGV.shift
9494
if (options.dispatcher_port != -1)
9595
ENV['IDE_PROCESS_DISPATCHER'] = options.dispatcher_port.to_s
9696
if RUBY_VERSION < "1.9"
97+
$: << File.expand_path(File.dirname(__FILE__) + "/../lib/")
9798
require 'ruby-debug-ide/multiprocess'
9899
else
99100
require_relative '../lib/ruby-debug-ide/multiprocess'

lib/ruby-debug-ide/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Debugger
2-
IDE_VERSION='0.4.17.beta12'
2+
IDE_VERSION='0.4.17.beta13'
33
end

0 commit comments

Comments
 (0)