1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00

Require Ruby 2

Closes #16
This commit is contained in:
Rafael Mendonça França 2015-04-08 18:50:21 -03:00
parent 7e514ae13d
commit d05949b190

View file

@ -17,4 +17,6 @@ Gem::Specification.new do |s|
s.authors = ["Sam Stephenson", "Josh Peek"] s.authors = ["Sam Stephenson", "Josh Peek"]
s.email = ["sstephenson@gmail.com", "josh@joshpeek.com"] s.email = ["sstephenson@gmail.com", "josh@joshpeek.com"]
s.required_ruby_version = '>= 2.0.0'
end end