Remove Ahoy ensure_uuid logic and uuidtools dependency

Ahoy 2.0.0 [1] introduced automatic UUID generation for visit_token and
visitor_token. As a result, the custom ensure_uuid method is no longer
needed and can be safely removed from the initializer.

Since we aren't manually generating UUIDs anymore, we no longer need
the uuidtools dependency.

[1] https://github.com/ankane/ahoy/blob/v2.0.0/README.md#token-generation
This commit is contained in:
taitus
2025-05-30 12:32:12 +02:00
parent c8c7580e25
commit f45f5fe98f
3 changed files with 4 additions and 13 deletions

View File

@@ -58,7 +58,6 @@ gem "sprockets-rails", "~> 3.5.2", require: "sprockets/railtie"
gem "turbolinks", "~> 5.2.1"
gem "turnout", "~> 2.5.0"
gem "uglifier", "~> 4.2.1"
gem "uuidtools", "~> 2.2.0"
gem "view_component", "~> 3.23.1"
gem "whenever", "~> 1.0.0", require: false
gem "wicked_pdf", "~> 2.8.2"