diff --git a/execjs.gemspec b/execjs.gemspec index 44734e8..28978a3 100644 --- a/execjs.gemspec +++ b/execjs.gemspec @@ -17,4 +17,6 @@ Gem::Specification.new do |s| s.authors = ["Sam Stephenson", "Josh Peek"] s.email = ["sstephenson@gmail.com", "josh@joshpeek.com"] + + s.required_ruby_version = '>= 2.0.0' end