1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00

Remove the rubysl dependency

This commit is contained in:
Petko Bordjukov 2014-11-20 13:34:27 +02:00
parent de07c1b134
commit 4675623fe0

View file

@ -32,5 +32,4 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake-compiler"
s.add_development_dependency "rspec"
s.add_development_dependency "rspec-spies"
s.add_development_dependency "rubysl", "~> 2.0" if RUBY_ENGINE == "rbx"
end