summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-03-10 21:40:54 -0600
committerHombreLaser <sebastian-440@live.com>2023-03-10 21:40:54 -0600
commit62f0c7caa84ee7383e798e93419408b39f64467b (patch)
treeebdd89746b1539c9e89bf2fe5886815aecc266fb
parentb174a733a5ba58f1d9802feaa4793b4a6c2df523 (diff)
Añade gema countries
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index c0ca794..dd272b9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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