mirror of
https://ghfast.top/https://github.com/discourse/docker_manager.git
synced 2026-05-23 00:04:03 +08:00
This patch introduces a web server adapter for the upgrader class. This allows the upgrader to work with both Unicorn and Pitchfork. The user experience when watching the upgrade process from the admin page should stay the same.
3 lines
100 B
Ruby
3 lines
100 B
Ruby
# frozen_string_literal: true
|
|
|
|
Pathname.new(__dir__).glob("support/**/*.rb").each { |f| require f }
|