mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
parent
96451ee682
commit
7e5d634a28
1 changed files with 2 additions and 1 deletions
|
@ -18,5 +18,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'
|
# We only support MRI 2+ but this is needed to work with JRuby 1.7.
|
||||||
|
s.required_ruby_version = '>= 1.9.3'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue