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

Minimal version is Ruby 2.0

This commit is contained in:
Sam Saffron 2016-05-17 10:47:38 +10:00
parent d6c173f533
commit 4d1ff7cc4c

View file

@ -30,4 +30,6 @@ Gem::Specification.new do |spec|
spec.extensions = ["ext/mini_racer_extension/extconf.rb"]
spec.required_ruby_version = '>= 2.0'
end