Skip to content

Commit 77b63ad

Browse files
authored
Merge pull request #532 from typelevel/dependabot/bundler/rexml-3.3.9
Bump rexml from 3.3.6 to 3.3.9
2 parents 1663139 + c5e756a commit 77b63ad

2 files changed

Lines changed: 3 additions & 16 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,11 @@ GEM
5151
rb-fsevent (0.11.0)
5252
rb-inotify (0.10.1)
5353
ffi (~> 1.0)
54-
rexml (3.3.6)
55-
strscan
54+
rexml (3.3.9)
5655
rouge (3.26.1)
5756
safe_yaml (1.0.5)
5857
sassc (2.4.0)
5958
ffi (~> 1.9)
60-
strscan (3.1.0)
6159
terminal-table (2.0.0)
6260
unicode-display_width (~> 1.1, >= 1.1.1)
6361
unicode-display_width (1.8.0)

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)