docker_manager/spec/plugin_helper.rb
Loïc Guitaut f1b3d34c62
DEV: Add compatibility with Pitchfork (#293)
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.
2025-12-18 14:23:00 +01:00

3 lines
100 B
Ruby

# frozen_string_literal: true
Pathname.new(__dir__).glob("support/**/*.rb").each { |f| require f }