remove rubocop from Gemfile, till redmine 4 is required

This commit is contained in:
Alexander Meindl
2019-06-03 21:11:13 +02:00
parent bf8d2d3d4d
commit c7a9f0c8da

View File

@@ -1,7 +1,2 @@
gem 'slim-rails'
gem 'validate_url'
group :test do
gem 'rubocop', require: false
gem 'rubocop-performance', require: false
end