Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions ext/mkrf_conf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
STDERR.puts "Actually, there aren't any native extensions. I'm just dynamically installing dependencies based off of your operating system"
inst = Gem::DependencyInstaller.new

# this will fail if rake isn't installed.
begin
inst.install "rake"
rescue
# oh well. Let it fail later.
end

if RUBY_PLATFORM =~ /mswin|mingw/ and RUBY_VERSION < '1.9.1'
STDERR.puts "installing windows dependencies"
begin
Expand Down