Skip to content

Commit

Permalink
Merge pull request #509 from typelevel/dependabot/bundler/rexml-3.2.8
Browse files Browse the repository at this point in the history
Bump rexml from 3.2.5 to 3.2.8
  • Loading branch information
rossabaker authored May 21, 2024
2 parents c6c0267 + e00f9ea commit 2677062
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@ GEM
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rexml (3.2.8)
strscan (>= 3.0.9)
rouge (3.26.1)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
strscan (3.1.0)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
Expand Down
17 changes: 14 additions & 3 deletions gemset.nix
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,15 @@
version = "0.10.1";
};
rexml = {
dependencies = ["strscan"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["http://rubygems.org"];
sha256 = "08ximcyfjy94pm1rhcx04ny1vx2sk0x4y185gzn86yfsbzwkng53";
remotes = ["https://rubygems.org"];
sha256 = "0d8ivcirrrxpkpjc1c835wknc9s2fl54xpw08s177yfrh5ish209";
type = "gem";
};
version = "3.2.5";
version = "3.2.8";
};
rouge = {
groups = ["default" "jekyll_plugins"];
Expand Down Expand Up @@ -282,6 +283,16 @@
};
version = "2.4.0";
};
strscan = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0mamrl7pxacbc79ny5hzmakc9grbjysm3yy6119ppgsg44fsif01";
type = "gem";
};
version = "3.1.0";
};
terminal-table = {
dependencies = ["unicode-display_width"];
groups = ["default" "jekyll_plugins"];
Expand Down

0 comments on commit 2677062

Please sign in to comment.