-
- Downloads
Back port changes for country list Api
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