Skip to content

Commit

Permalink
Fix uninitialized constant ForemanRhCloud::VERSION
Browse files Browse the repository at this point in the history
Workflows:
- insights client registration
- rh_cloud_inventory:report:generate task
  • Loading branch information
stejskalleos authored and chris1984 committed Oct 25, 2024
1 parent 4b34441 commit 50445de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/initializers/zeitwerk.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "#{ForemanRhCloud::Engine.root}/lib/foreman_rh_cloud/version"

Rails.autoloaders.main.ignore(
ForemanRhCloud::Engine.root.join('lib/foreman_rh_cloud/version.rb')
)

0 comments on commit 50445de

Please sign in to comment.