mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 00:04:20 +00:00
Wrap the extra sources in a block
This commit is contained in:
parent
e20aadd35e
commit
0f889e1d7f
12
Gemfile
12
Gemfile
@ -19,10 +19,12 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
gem 'acts_as_list'
|
source 'https://rubygems.org' do
|
||||||
gem 'activemodel-serializers-xml'
|
gem 'acts_as_list'
|
||||||
|
gem 'activemodel-serializers-xml'
|
||||||
|
|
||||||
# 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'
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user