Use correct Gemfile.plguins

pull/6827/head
Oliver Günther 6 years ago
parent 08aea47e34
commit e31a67c6a5
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 4
      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:

Loading…
Cancel
Save