From 04b614d419530937977e498c2292828198ea9c40 Mon Sep 17 00:00:00 2001 From: "karel.picman@lbcfree.net" Date: Fri, 15 Oct 2021 08:45:22 +0200 Subject: [PATCH] Redmine KO after dalli upgrade to 3.0 #1297 --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 8490c024..b208ea8d 100644 --- a/Gemfile +++ b/Gemfile @@ -29,8 +29,6 @@ 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 'simple_enum' - - group :test do gem 'rails-controller-testing' end