From f3a3413e66b4cb7bdd8195067a53697d2aa2d4fa Mon Sep 17 00:00:00 2001 From: Derek Prior Date: Sat, 5 Mar 2016 17:30:44 -0500 Subject: [PATCH] Update htmlentities to remove warning The previous version of `htmlentities` had a duplicate key in one of its hashes, which produced the following warning: ``` .../htmlentities-4.3.2/lib/htmlentities/mappings/expanded.rb:465: warning: key "inodot" is duplicated and overwritten on line 466 ``` Updating to the latest removes this warning. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 81f6f41..2391d48 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,7 +39,7 @@ GEM execjs (2.2.1) faker (1.4.2) i18n (~> 0.5) - htmlentities (4.3.2) + htmlentities (4.3.4) i18n (0.7.0) innertube (1.1.0) joiner (0.3.4)