Wrap the extra sources in a block

This commit is contained in:
karel.picman@lbcfree.net 2021-02-10 16:26:51 +01:00
parent baff1d2257
commit 85f04a7585

34
Gemfile
View File

@ -20,21 +20,23 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
gem 'zip-zip'
gem 'simple_enum'
gem 'uuidtools'
gem 'dalli'
gem 'active_record_union'
source 'https://rubygems.org' do
gem 'zip-zip'
gem 'simple_enum'
gem 'uuidtools'
gem 'dalli'
gem 'active_record_union'
# Redmine extensions
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'
# Redmine extensions
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'
end
# Dav4Rack
gem 'ox'
group :test do
gem 'rails-controller-testing'
end
end
# Dav4Rack
gem 'ox'
group :test do
gem 'rails-controller-testing'
end