diff options
author | Nick Thomas <nick@gitlab.com> | 2016-12-20 11:24:44 +0000 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-02-01 02:46:07 +0000 |
commit | 6ba149279445bd376e145dab2d7fa58808031692 (patch) | |
tree | 2ffc61951ad484100662682fe381c3387ec6dfa5 /Gemfile | |
parent | 7163da6046c2b57f9e9cf3b83959a57763e2f460 (diff) | |
download | gitlab-ce-6ba149279445bd376e145dab2d7fa58808031692.tar.gz |
Update validates_hostname to 1.0.6 to fix a bug in parsing hexadecimal-looking domain names
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ gem 'attr_encrypted', '~> 3.0.0' gem 'u2f', '~> 0.2.1' # GitLab Pages -gem 'validates_hostname', '~> 1.0.0' +gem 'validates_hostname', '~> 1.0.6' # Browser detection gem 'browser', '~> 2.2' |