Open rbruhn opened 9 years ago
I do not plan to support version 3.x
On Fri, Aug 14, 2015 at 12:39 AM, rbruhn notifications@github.com wrote:
Will this work with Redmine 3.1.0? Trying to install and I receive an error:
[!] There was an error parsing
Gemfile
: [!] There was an error parsingGemfile
: You cannot specify the same gem twice with different version requirements. You specified: simplecov (~> 0.9.1) and simplecov (>= 0). Bundler cannot continue.from /data/web/redmine/redmine-3.1.0/plugins/redmine_private_wiki/Gemfile:4
-------------------------------------------
group :development, :test do
gem 'simplecov'
gem 'simplecov-rcov'
-------------------------------------------
. Bundler cannot continue.
from /data/web/redmine/redmine-3.1.0/Gemfile:110
-------------------------------------------
Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", FILE) do |file|
eval_gemfile file
end
-------------------------------------------
Not real familiar with Ruby so don't know if this is a problem with our install or the plugin.
— Reply to this email directly or view it on GitHub https://github.com/f0y/redmine_private_wiki/issues/28.
Best Wishes, Oleg Kandaurov
Hi @rbruhn . It works for me on Redmine 3.1. Try comment out lines gem 'simpleconv' and source :rubygems in this plugin Gemfile file. It's already included in Redmine Gemfile. Then it's should works.
Will this work with Redmine 3.1.0? Trying to install and I receive an error:
Not real familiar with Ruby so don't know if this is a problem with our install or the plugin.