No Rswag in prod

This commit is contained in:
Juan José Mata
2025-12-22 11:30:38 +00:00
parent dcf2b6a891
commit 204315b70b

View File

@@ -1,3 +1,9 @@
# frozen_string_literal: true
require "rswag/specs"
begin
require "rswag/specs"
rescue LoadError
# rswag is not available in this environment (likely production where
# rswag is in the test/development group). Skip loading rswag rake
# tasks so `rake -P` can run during asset precompilation / deploy.
end