Skip to content

Commit c5e756a

Browse files
committed
Update gemset
1 parent 4bfb7b1 commit c5e756a

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

gemset.nix

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -242,15 +242,14 @@
242242
version = "0.10.1";
243243
};
244244
rexml = {
245-
dependencies = ["strscan"];
246245
groups = ["default" "jekyll_plugins"];
247246
platforms = [];
248247
source = {
249248
remotes = ["https://rubygems.org"];
250-
sha256 = "1ik3in0957l9s6iwdm3nsk4za072cj27riiqgpx6zzcd22flbw3s";
249+
sha256 = "1j9p66pmfgxnzp76ksssyfyqqrg7281dyi3xyknl3wwraaw7a66p";
251250
type = "gem";
252251
};
253-
version = "3.3.6";
252+
version = "3.3.9";
254253
};
255254
rouge = {
256255
groups = ["default" "jekyll_plugins"];
@@ -283,16 +282,6 @@
283282
};
284283
version = "2.4.0";
285284
};
286-
strscan = {
287-
groups = ["default" "jekyll_plugins"];
288-
platforms = [];
289-
source = {
290-
remotes = ["https://rubygems.org"];
291-
sha256 = "0mamrl7pxacbc79ny5hzmakc9grbjysm3yy6119ppgsg44fsif01";
292-
type = "gem";
293-
};
294-
version = "3.1.0";
295-
};
296285
terminal-table = {
297286
dependencies = ["unicode-display_width"];
298287
groups = ["default" "jekyll_plugins"];

0 commit comments

Comments
 (0)