jsduck: fix build

json 1.8.3 is broken with ruby 2.4
This commit is contained in:
Robin Gloster 2018-03-24 14:02:04 +01:00
parent 20f51922c0
commit f59a544bf1
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ GEM
parallel (~> 0.7.1)
rdiscount (~> 2.1.6)
rkelly-remix (~> 0.0.4)
json (1.8.3)
json (1.8.6)
parallel (0.7.1)
rdiscount (2.1.8)
rkelly-remix (0.0.7)

View File

@ -19,10 +19,10 @@
json = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1nsby6ry8l9xg3yw4adlhk2pnc7i0h0rznvcss4vk3v74qg0k8lc";
sha256 = "0qmj7fypgb9vag723w1a49qihxrcf5shzars106ynw2zk352gbv5";
type = "gem";
};
version = "1.8.3";
version = "1.8.6";
};
parallel = {
source = {
@ -48,4 +48,4 @@
};
version = "0.0.7";
};
}
}