diff options
author | Aishwarya Subramanian <asubramanian@gitlab.com> | 2019-09-11 16:02:11 +0000 |
---|---|---|
committer | James Lopez <james@gitlab.com> | 2019-09-11 16:02:11 +0000 |
commit | 54b51d956e6fd1439f303f233da167d62ce2e50a (patch) | |
tree | b4d3d8f85518da9c780a029b221b9aa2a0aa4391 /Gemfile | |
parent | 3ffdae92b3575960e21515e7646a6f906e9ac1e0 (diff) | |
download | gitlab-ce-54b51d956e6fd1439f303f233da167d62ce2e50a.tar.gz |
Back port changes for country list Api
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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' |