From 62f0c7caa84ee7383e798e93419408b39f64467b Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Fri, 10 Mar 2023 21:40:54 -0600 Subject: AƱade gema countries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile') 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] -- cgit v1.2.3