Skip to content

Commit

Permalink
Updated required version of supported plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrossello committed Dec 8, 2019
1 parent 135d446 commit efb2f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# each hash contains conditions in AND; plugin is supported if any hash in array matches
supported_plugins = {
redmine_testsuites: {},
redmine_translation_terms: [{ version_or_higher: '3.4.8' }]
redmine_translation_terms: [{ version_or_higher: '4.0.0' }]
}

require_dependency 'testsuites_versions'
Expand Down

0 comments on commit efb2f8c

Please sign in to comment.