Wrap the extra sources in a block

This commit is contained in:
karel.picman@lbcfree.net 2021-02-11 17:54:03 +01:00
parent 33860cea4d
commit 82b361c5c3

View File

@ -31,6 +31,10 @@ source 'https://rubygems.org' do
unless %w(easyproject easy_gantt).any? { |plugin| Dir.exist?(File.expand_path("../../#{plugin}", __FILE__)) }
gem 'redmine_extensions', '~> 0.3.9'
gem 'rubyzip', '>= 1.1.3'
group :test do
gem 'rails-controller-testing'
end
end
# Dav4Rack