Skip to content

Commit

Permalink
Bump minimum Foreman version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
laugmanuel committed May 6, 2024
1 parent b407ab0 commit 9ed76ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/foreman_wreckingball/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Engine < ::Rails::Engine

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

settings do
category :wreckingball, N_('Wreckingball') do
Expand Down

0 comments on commit 9ed76ba

Please sign in to comment.