Redmine 4.2.0 support #1230
This commit is contained in:
parent
29044dd64e
commit
ff1d00bfbb
1
Gemfile
1
Gemfile
@ -30,7 +30,6 @@ source 'https://rubygems.org' do
|
|||||||
# Redmine extensions
|
# Redmine extensions
|
||||||
unless %w(easyproject easy_gantt).any? { |plugin| Dir.exist?(File.expand_path("../../#{plugin}", __FILE__)) }
|
unless %w(easyproject easy_gantt).any? { |plugin| Dir.exist?(File.expand_path("../../#{plugin}", __FILE__)) }
|
||||||
gem 'redmine_extensions', '~> 0.3.9'
|
gem 'redmine_extensions', '~> 0.3.9'
|
||||||
gem 'rubyzip', '>= 1.1.3'
|
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem 'rails-controller-testing'
|
gem 'rails-controller-testing'
|
||||||
|
|||||||
2
init.rb
2
init.rb
@ -35,7 +35,7 @@ Redmine::Plugin.register :redmine_dmsf do
|
|||||||
description 'Document Management System Features'
|
description 'Document Management System Features'
|
||||||
version '2.4.6 devel'
|
version '2.4.6 devel'
|
||||||
|
|
||||||
requires_redmine version_or_higher: '4.0.0'
|
requires_redmine version_or_higher: '4.2.0'
|
||||||
|
|
||||||
settings partial: 'settings/dmsf_settings',
|
settings partial: 'settings/dmsf_settings',
|
||||||
default: {
|
default: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user