From b633af5a3d090e2a8cac6d243f8b6cb4bbcdbbe2 Mon Sep 17 00:00:00 2001 From: Nicholas La Roux Date: Sun, 7 Jan 2024 08:15:31 +0900 Subject: [PATCH] Remove deprecated active_support/per_thread_registry usage --- lib/app.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/app.rb b/lib/app.rb index 5f1de60d..e23b241c 100644 --- a/lib/app.rb +++ b/lib/app.rb @@ -56,7 +56,6 @@ class App < Sinatra::Application SpritesCLI.new.invoke(:generate, [], :disable_optimization => true) - require 'active_support/per_thread_registry' require 'active_support/cache' sprockets.cache = ActiveSupport::Cache.lookup_store :file_store, root.join('tmp', 'cache', 'assets', environment.to_s) end