Skip to content

Commit 2677062

Browse files
authored
Merge pull request #509 from typelevel/dependabot/bundler/rexml-3.2.8
Bump rexml from 3.2.5 to 3.2.8
2 parents c6c0267 + e00f9ea commit 2677062

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,13 @@ GEM
5151
rb-fsevent (0.11.0)
5252
rb-inotify (0.10.1)
5353
ffi (~> 1.0)
54-
rexml (3.2.5)
54+
rexml (3.2.8)
55+
strscan (>= 3.0.9)
5556
rouge (3.26.1)
5657
safe_yaml (1.0.5)
5758
sassc (2.4.0)
5859
ffi (~> 1.9)
60+
strscan (3.1.0)
5961
terminal-table (2.0.0)
6062
unicode-display_width (~> 1.1, >= 1.1.1)
6163
unicode-display_width (1.8.0)

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)