Skip to content

Commit

Permalink
jsduck: fix build
Browse files Browse the repository at this point in the history
json 1.8.3 is broken with ruby 2.4
  • Loading branch information
globin committed Mar 24, 2018
1 parent 20f5192 commit f59a544
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/tools/jsduck/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions pkgs/development/tools/jsduck/gemset.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand All @@ -48,4 +48,4 @@
};
version = "0.0.7";
};
}
}

0 comments on commit f59a544

Please sign in to comment.