Skip to content

Commit

Permalink
Fix ext/mkrf_conf.rb s variable bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed May 2, 2015
1 parent 5b916af commit 9908137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/mkrf_conf.rb
Expand Up @@ -36,9 +36,9 @@
end
if RUBY_VERSION < '2'
puts "Installing highline < 1.7 because Ruby #{RUBY_VERSION}"
s.add_dependency 'highline', '< 1.7'
di.install 'highline', '< 1.7'
puts "Installing ohai < 8 because Ruby #{RUBY_VERSION}"
s.add_dependency 'ohai', '< 8'
di.install 'ohai', '< 8'
end
rescue => e
warn "#{$PROGRAM_NAME}: #{e}"
Expand Down

0 comments on commit 9908137

Please sign in to comment.