summaryrefslogtreecommitdiff
path: root/Gemfile
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 /Gemfile
parentb174a733a5ba58f1d9802feaa4793b4a6c2df523 (diff)
Añade gema countries
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 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]