summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAishwarya Subramanian <asubramanian@gitlab.com>2019-09-11 16:02:11 +0000
committerJames Lopez <james@gitlab.com>2019-09-11 16:02:11 +0000
commit54b51d956e6fd1439f303f233da167d62ce2e50a (patch)
treeb4d3d8f85518da9c780a029b221b9aa2a0aa4391 /Gemfile
parent3ffdae92b3575960e21515e7646a6f906e9ac1e0 (diff)
downloadgitlab-ce-54b51d956e6fd1439f303f233da167d62ce2e50a.tar.gz
Back port changes for country list Api
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 3ead3cb5f36..87e3e42c59a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -447,3 +447,6 @@ gem 'unleash', '~> 0.1.5'
# Structured logging
gem 'lograge', '~> 0.5'
gem 'grape_logging', '~> 1.7'
+
+# Countries list
+gem 'countries', '~> 3.0'