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