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

Depend on multi_json 1.x

This commit is contained in:
Joshua Peek 2011-04-26 10:59:19 -05:00
parent 3097959f64
commit 3bb6794a46

View file

@ -25,7 +25,7 @@ Gem::Specification.new do |s|
"README.md"
]
s.add_dependency "multi_json", ">=1.0.0"
s.add_dependency "multi_json", "~>1.0"
s.add_development_dependency "mustang"
s.add_development_dependency "therubyracer"
s.add_development_dependency "therubyrhino"