diff --git a/README.md b/README.md index b8f731b75a..0317783bc8 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,7 @@ version greater or equal to *3.0.0*. It also requires the [ReportingEngine Rails Installation ------------ -OpenProject Reporting 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"` - -Reporting also depends on the OpenProject Costs plugin. If you have not installed it yet, you can do so by adding the following line to the `Gemfile.plugins` in your OpenProject installation: +Reporting depends on the OpenProject Costs plugin. If you have not installed it yet, you can do so by adding the following line to the `Gemfile.plugins` in your OpenProject installation: `gem "openproject-costs", git: "https://github.com/finnlabs/openproject-costs.git", :branch => "stable"` diff --git a/openproject-reporting.gemspec b/openproject-reporting.gemspec index 528a47da5e..476c707948 100644 --- a/openproject-reporting.gemspec +++ b/openproject-reporting.gemspec @@ -17,7 +17,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_dependency "reporting_engine", ">= 1.0.0" s.add_dependency "openproject-costs", ">= 4.0.0"