From e31a67c6a568f5f58c37e064c5869995ba259cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Fri, 6 Jul 2018 17:01:37 +0200 Subject: [PATCH] Use correct Gemfile.plguins --- Gemfile.plugins | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.plugins b/Gemfile.plugins index 9a3deb8eb8..2f38783746 100644 --- a/Gemfile.plugins +++ b/Gemfile.plugins @@ -2,6 +2,8 @@ # The tested plugin will be moved to the path `./plugins/this` # whereas OpenProject will be checked out to `.`. -gem 'openproject-avatars', path: 'plugins/this' +group :opf_plugins do + gem 'openproject-avatars', path: 'plugins/this' +end # If the plugin has any dependencies declare them here: