Some checks failed
The CLINCH_HOST initializer raised during `assets:precompile` in the Docker build, where no real host is set. Skip the check when SECRET_KEY_BASE_DUMMY is present (the build-time precompile step); deployed boots still require CLINCH_HOST. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
6 lines
70 B
Ruby
6 lines
70 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Clinch
|
|
VERSION = "0.16.0"
|
|
end
|