Wrap the extra sources in a block
This commit is contained in:
parent
baff1d2257
commit
85f04a7585
34
Gemfile
34
Gemfile
@ -20,21 +20,23 @@
|
|||||||
# 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 'zip-zip'
|
source 'https://rubygems.org' do
|
||||||
gem 'simple_enum'
|
gem 'zip-zip'
|
||||||
gem 'uuidtools'
|
gem 'simple_enum'
|
||||||
gem 'dalli'
|
gem 'uuidtools'
|
||||||
gem 'active_record_union'
|
gem 'dalli'
|
||||||
|
gem 'active_record_union'
|
||||||
|
|
||||||
# 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'
|
gem 'rubyzip', '>= 1.1.3'
|
||||||
|
end
|
||||||
|
|
||||||
|
# Dav4Rack
|
||||||
|
gem 'ox'
|
||||||
|
|
||||||
|
group :test do
|
||||||
|
gem 'rails-controller-testing'
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Dav4Rack
|
|
||||||
gem 'ox'
|
|
||||||
|
|
||||||
group :test do
|
|
||||||
gem 'rails-controller-testing'
|
|
||||||
end
|
|
||||||
Loading…
x
Reference in New Issue
Block a user