diff options
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 16 | 
2 files changed, 17 insertions, 0 deletions
| @@ -100,6 +100,7 @@ gem 'simple_form', '~> 3.1.0'  gem 'font-awesome-sass', '~> 4.7'  gem 'will_paginate-bootstrap'  gem 'gretel' +gem 'country_select'  # Format Output  gem 'json' diff --git a/Gemfile.lock b/Gemfile.lock index 9c59016e6..ade052d8a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -146,6 +146,14 @@ GEM      coffee-script-source (1.12.2)      concurrent-ruby (1.0.5)      connection_pool (2.2.1) +    countries (2.1.3) +      i18n_data (~> 0.8.0) +      money (~> 6.9) +      sixarm_ruby_unaccent (~> 1.1) +      unicode_utils (~> 1.4) +    country_select (3.1.1) +      countries (~> 2.0) +      sort_alphabetical (~> 1.0)      crack (0.4.3)        safe_yaml (~> 1.0.0)      cucumber (2.4.0) @@ -269,6 +277,7 @@ GEM        parser (>= 2.2.3.0)        rainbow (~> 2.2)        terminal-table (>= 1.5.1) +    i18n_data (0.8.0)      inherited_resources (1.7.1)        actionpack (>= 3.2, < 5.1)        has_scope (~> 0.6) @@ -305,6 +314,8 @@ GEM      mimemagic (0.3.2)      mini_portile2 (2.3.0)      minitest (5.10.3) +    money (6.10.1) +      i18n (>= 0.6.4, < 1.0)      multi_json (1.12.1)      multi_test (0.1.2)      multi_xml (0.6.0) @@ -487,6 +498,7 @@ GEM        rack (~> 1.5)        rack-protection (~> 1.4)        tilt (>= 1.3, < 3) +    sixarm_ruby_unaccent (1.2.0)      slim (3.0.7)        temple (~> 0.7.6)        tilt (>= 1.3.3, < 2.1) @@ -495,6 +507,8 @@ GEM        railties (>= 3.1)        slim (~> 3.0)      slop (3.6.0) +    sort_alphabetical (1.1.0) +      unicode_utils (>= 1.2.2)      spring (2.0.1)        activesupport (>= 4.2)      spring-commands-rspec (1.0.4) @@ -537,6 +551,7 @@ GEM        execjs (>= 0.3.0)        json (>= 1.8.0)      unicode-display_width (1.3.0) +    unicode_utils (1.4.0)      warden (1.2.7)        rack (>= 1.0)      webmock (3.0.1) @@ -584,6 +599,7 @@ DEPENDENCIES    cocoon    codifligne!    coffee-rails (~> 4.0.0) +  country_select    cucumber-rails    daemons    database_cleaner | 
