Skip to content

Commit

Permalink
require Foreman 3.10+ now that we do not use webpacked_plugins_*_for
Browse files Browse the repository at this point in the history
Fixes: 43352a8
  • Loading branch information
evgeni authored and stejskalleos committed Feb 16, 2024
1 parent bf3cd9c commit b0ba089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/foreman_discovery/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Engine < ::Rails::Engine

initializer 'foreman_discovery.register_plugin', :before => :finisher_hook do |app|
Foreman::Plugin.register :foreman_discovery do
requires_foreman '>= 3.8'
requires_foreman '>= 3.10'
register_gettext

# settings
Expand Down

0 comments on commit b0ba089

Please sign in to comment.