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:
parent
3097959f64
commit
3bb6794a46
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue