f0y / redmine_private_wiki

Private Wiki plugin for Redmine
http://www.redmine.org/plugins/private_wiki
MIT License
17 stars 16 forks source link

Redmine 3 #28

Open rbruhn opened 9 years ago

rbruhn commented 9 years ago

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 parsing `Gemfile`: 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.

f0y commented 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 parsing Gemfile: 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

swiatkiewicz commented 8 years ago

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.