redmine_private_wiki icon indicating copy to clipboard operation
redmine_private_wiki copied to clipboard

Redmine 3

Open rbruhn opened this issue 9 years ago • 2 comments

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.

rbruhn avatar Aug 13 '15 21:08 rbruhn

I do not plan to support version 3.x

On Fri, Aug 14, 2015 at 12:39 AM, rbruhn [email protected] 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

f0y avatar Aug 31 '15 18:08 f0y

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.

swiatkiewicz avatar Nov 02 '15 12:11 swiatkiewicz