Skip to content

Commit

Permalink
fixes requires_foreman version string
Browse files Browse the repository at this point in the history
  • Loading branch information
laugmanuel committed May 14, 2024
1 parent 2821f00 commit 08b6d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/foreman_dlm/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Engine < ::Rails::Engine

initializer 'foreman_dlm.register_plugin', :before => :finisher_hook do |_app|
Foreman::Plugin.register :foreman_dlm do
requires_foreman '>= 3.0'
requires_foreman '>= 3.9'

apipie_documented_controllers ["#{ForemanDlm::Engine.root}/app/controllers/api/v2/*.rb"]

Expand Down

0 comments on commit 08b6d20

Please sign in to comment.