V3.0.13 update error: Error in bundle plugins vault&dashboard #1458
This commit is contained in:
parent
52a777cc3b
commit
bab7c3fbae
4
Gemfile
4
Gemfile
@ -23,10 +23,10 @@
|
|||||||
source 'https://rubygems.org' do
|
source 'https://rubygems.org' do
|
||||||
gem 'active_record_union'
|
gem 'active_record_union'
|
||||||
gem 'ox' # Dav4Rack
|
gem 'ox' # Dav4Rack
|
||||||
gem 'rake'
|
gem 'rake' unless Dir.exist?(File.expand_path('../../redmine_dashboard', __FILE__))
|
||||||
gem 'uuidtools'
|
gem 'uuidtools'
|
||||||
gem 'xapian-ruby'
|
gem 'xapian-ruby'
|
||||||
gem 'zip-zip'
|
gem 'zip-zip' unless Dir.exist?(File.expand_path('../../vault', __FILE__))
|
||||||
|
|
||||||
# Redmine extensions
|
# Redmine extensions
|
||||||
gem 'simple_enum' unless Dir.exist?(File.expand_path('../../easyproject', __FILE__))
|
gem 'simple_enum' unless Dir.exist?(File.expand_path('../../easyproject', __FILE__))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user