Remove obsolete openproject-plugins dependency
@ -26,10 +26,6 @@ version 3.0.0 or newer.
Installation
------------
OpenProject Global Roles depends on OpenProject Plugins. Thus, if you haven't done it already, add the following line to the `Gemfile.plugins` in your OpenProject installation:
`gem "openproject-plugins", git: "https://github.com/opf/openproject-plugins.git", :branch => "stable"`
For OpenProject Global Roles itself you need to add the following line to the `Gemfile.plugins` of OpenProject:
`gem "openproject-global_roles", git: "https://github.com/finnlabs/openproject-global_roles.git", :branch => "stable"`
@ -17,8 +17,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#++
# Prevent load-order problems in case openproject-plugins is listed after a plugin in the Gemfile
# or not at all
require 'open_project/plugins'
module OpenProject::GlobalRoles
@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.test_files = Dir["spec/**/*"]
s.add_dependency "rails", "~> 3.2.9"
s.add_dependency "openproject-plugins", "~> 4.0.0"
s.add_development_dependency "factory_girl_rails", "~> 4.0"
end