Skip to content

Commit 14ffae2

Browse files
committed
edited dependency for 1.9, allow prerelease
1 parent 8440dc7 commit 14ffae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/mkrf_conf.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
rescue NoMethodError
1010
end
1111

12-
inst = Gem::DependencyInstaller.new
12+
inst = Gem::DependencyInstaller.new(:prerelease => true)
1313
begin
1414
if RUBY_VERSION < "1.9"
1515
inst.install "ruby-debug-base", '>=0.10.4'
1616
else
17-
inst.install "ruby-debug-base19", '>=0.11.24'
17+
inst.install "ruby-debug-base19x", '>=0.11.24'
1818
end
1919
rescue
2020
exit(1)

0 commit comments

Comments
 (0)