Skip to content

Commit b633af5

Browse files
committed
Remove deprecated active_support/per_thread_registry usage
1 parent c48ea69 commit b633af5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/app.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ class App < Sinatra::Application
5656

5757
SpritesCLI.new.invoke(:generate, [], :disable_optimization => true)
5858

59-
require 'active_support/per_thread_registry'
6059
require 'active_support/cache'
6160
sprockets.cache = ActiveSupport::Cache.lookup_store :file_store, root.join('tmp', 'cache', 'assets', environment.to_s)
6261
end

0 commit comments

Comments
 (0)