Skip to content

Commit e00f9ea

Browse files
committed
Update gemset
1 parent 65b99b6 commit e00f9ea

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

gemset.nix

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,14 +242,15 @@
242242
version = "0.10.1";
243243
};
244244
rexml = {
245+
dependencies = ["strscan"];
245246
groups = ["default" "jekyll_plugins"];
246247
platforms = [];
247248
source = {
248-
remotes = ["http://rubygems.org"];
249-
sha256 = "08ximcyfjy94pm1rhcx04ny1vx2sk0x4y185gzn86yfsbzwkng53";
249+
remotes = ["https://rubygems.org"];
250+
sha256 = "0d8ivcirrrxpkpjc1c835wknc9s2fl54xpw08s177yfrh5ish209";
250251
type = "gem";
251252
};
252-
version = "3.2.5";
253+
version = "3.2.8";
253254
};
254255
rouge = {
255256
groups = ["default" "jekyll_plugins"];
@@ -282,6 +283,16 @@
282283
};
283284
version = "2.4.0";
284285
};
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+
};
285296
terminal-table = {
286297
dependencies = ["unicode-display_width"];
287298
groups = ["default" "jekyll_plugins"];

0 commit comments

Comments
 (0)