From 5f53962589c1a291095fa2067a8fcd85550e764c Mon Sep 17 00:00:00 2001
From: Mehmet Emin INAC <minac@gitlab.com>
Date: Tue, 6 Oct 2020 16:59:00 +0300
Subject: [PATCH] Add `ipaddress` gem into Gemfile

---
 Gemfile      | 3 +++
 Gemfile.lock | 1 +
 2 files changed, 4 insertions(+)

diff --git a/Gemfile b/Gemfile
index 103eecc83c658..cd7bac0a84f89 100644
--- a/Gemfile
+++ b/Gemfile
@@ -517,3 +517,6 @@ gem 'multi_json', '~> 1.14.1'
 gem 'yajl-ruby', '~> 1.4.1', require: 'yajl'
 
 gem 'webauthn', '~> 2.3'
+
+# IPAddress utilities
+gem 'ipaddress', '~> 0.8.3'
diff --git a/Gemfile.lock b/Gemfile.lock
index 566093206ec34..7d522f3aed0f3 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1362,6 +1362,7 @@ DEPENDENCIES
   httparty (~> 0.16.4)
   icalendar
   invisible_captcha (~> 0.12.1)
+  ipaddress (~> 0.8.3)
   jira-ruby (~> 2.0.0)
   js_regex (~> 3.4)
   json (~> 2.3.0)
-- 
GitLab