From 82b361c5c3e14860b3bdc3fb63d6dfc2694f6d65 Mon Sep 17 00:00:00 2001 From: "karel.picman@lbcfree.net" Date: Thu, 11 Feb 2021 17:54:03 +0100 Subject: [PATCH] Wrap the extra sources in a block --- Gemfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index ef682c58..422f5c49 100644 --- a/Gemfile +++ b/Gemfile @@ -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