-
- Downloads
Merge branch 'countries_option' into 'master'
Back port changes for country list Api See merge request gitlab-org/gitlab-ce!32688
No related branches found
No related tags found
Showing
- Gemfile 3 additions, 0 deletionsGemfile
- Gemfile.lock 8 additions, 0 deletionsGemfile.lock
- config/dependency_decisions.yml 7 additions, 0 deletionsconfig/dependency_decisions.yml
- config/initializers/countries.rb 61 additions, 0 deletionsconfig/initializers/countries.rb
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
Loading
| Loading
| @@ -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' |
config/initializers/countries.rb
0 → 100644
Please register or sign in to comment