Unverified Commit f59a544b authored by Robin Gloster's avatar Robin Gloster
Browse files

jsduck: fix build

json 1.8.3 is broken with ruby 2.4
parent 20f51922
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
+3 −3
Original line number Diff line number Diff line
@@ -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 = {