Remove deprecated active_support/per_thread_registry usage

pull/2107/head
Nicholas La Roux 1 year ago
parent c48ea69db5
commit b633af5a3d
No known key found for this signature in database
GPG Key ID: 37E5518D845725EA

@ -56,7 +56,6 @@ class App < Sinatra::Application
SpritesCLI.new.invoke(:generate, [], :disable_optimization => true) SpritesCLI.new.invoke(:generate, [], :disable_optimization => true)
require 'active_support/per_thread_registry'
require 'active_support/cache' require 'active_support/cache'
sprockets.cache = ActiveSupport::Cache.lookup_store :file_store, root.join('tmp', 'cache', 'assets', environment.to_s) sprockets.cache = ActiveSupport::Cache.lookup_store :file_store, root.join('tmp', 'cache', 'assets', environment.to_s)
end end

Loading…
Cancel
Save