diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 6 insertions, 0 deletions
@@ -52,6 +52,8 @@ gem 'jwt' gem 'kaminari' +gem 'countries' + group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem 'debug', platforms: %i[mri mingw x64_mingw] diff --git a/Gemfile.lock b/Gemfile.lock index b91ee17..fb67e01 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,6 +71,8 @@ GEM msgpack (~> 1.2) builder (3.2.4) concurrent-ruby (1.2.0) + countries (5.3.1) + unaccent (~> 0.3) crass (1.0.6) date (3.3.3) debug (1.7.1) @@ -194,6 +196,7 @@ GEM timeout (0.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) + unaccent (0.4.0) websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -205,6 +208,7 @@ PLATFORMS DEPENDENCIES bcrypt (~> 3.1.7) bootsnap + countries debug dotenv-rails factory_bot |