From 44c9d03a013f01e2ffe079db47582db155ecf345 Mon Sep 17 00:00:00 2001 From: Mattias Bodlund Date: Mon, 7 Sep 2026 13:35:41 +0200 Subject: [PATCH] na --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 1038a65..cb26047 100644 --- a/Gemfile +++ b/Gemfile @@ -30,6 +30,7 @@ gem "redis", ">= 4.0.1" gem "json", "2.21.2" gem "jbuilder" + gem "mobility", "~> 1.3.0.rc1" gem "kaminari" gem "ancestry" @@ -37,6 +38,7 @@ gem "acts_as_list" gem "date_validator" + # Resolve a visitor's country from their request IP [https://github.com/alexreisner/geocoder] gem "geocoder"