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.lock | |
parent | 3ffdae92b3575960e21515e7646a6f906e9ac1e0 (diff) | |
download | gitlab-ce-54b51d956e6fd1439f303f233da167d62ce2e50a.tar.gz |
Back port changes for country list Api
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 301b54f9a9f..fbdb78663e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -159,6 +159,10 @@ GEM contracts (0.11.0) cork (0.3.0) colored2 (~> 3.1) + countries (3.0.0) + i18n_data (~> 0.8.0) + sixarm_ruby_unaccent (~> 1.1) + unicode_utils (~> 1.4) crack (0.4.3) safe_yaml (~> 1.0.0) crass (1.0.4) @@ -458,6 +462,7 @@ GEM httpclient (2.8.3) i18n (1.6.0) concurrent-ruby (~> 1.0) + i18n_data (0.8.0) icalendar (2.4.1) ice_nine (0.11.2) influxdb (0.2.3) @@ -924,6 +929,7 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) + sixarm_ruby_unaccent (1.2.0) slack-notifier (1.5.1) snowplow-tracker (0.6.1) contracts (~> 0.7, <= 0.11) @@ -988,6 +994,7 @@ GEM unf_ext unf_ext (0.0.7.5) unicode-display_width (1.6.0) + unicode_utils (1.4.0) unicorn (5.4.1) kgio (~> 2.6) raindrops (~> 0.7) @@ -1086,6 +1093,7 @@ DEPENDENCIES commonmarker (~> 0.17) concurrent-ruby (~> 1.1) connection_pool (~> 2.0) + countries (~> 3.0) creole (~> 0.5.0) danger (~> 6.0) database_cleaner (~> 1.7.0) |