Revision 26d54d2c
Added by Daniel Lobato Garcia over 7 years ago
lib/foreman_docker/engine.rb | ||
---|---|---|
41 | 41 |
|
42 | 42 |
initializer 'foreman_docker.register_plugin', :after => :finisher_hook do |
43 | 43 |
Foreman::Plugin.register :foreman_docker do |
44 |
requires_foreman '> 1.4'
|
|
44 |
requires_foreman '>= 1.11'
|
|
45 | 45 |
compute_resource ForemanDocker::Docker |
46 | 46 |
|
47 | 47 |
sub_menu :top_menu, :containers_menu, :caption => N_('Containers'), |
Also available in: Unified diff
Fixes #12785 - Raise requires_foreman version to 1.11
Since now we use attr_accessible, and more changes are coming up to make
this plugin Rails 4 compatible, the minimum version needs to be 1.11.