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.
This commit is contained in:
Derek Prior 2016-03-05 17:30:44 -05:00
parent aedc24651f
commit f3a3413e66
No known key found for this signature in database
GPG key ID: 60D9C7F1019704B4

View file

@ -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)