Project

General

Profile

task #23

Error installing 1.5

Added by lupa18 about 4 years ago. Updated 11 months ago.

Status:
closed
Priority:
bug
Assignee:
Target version:
Redmine version:
4.1.x

Description

When trying to install/update 1.5 I'm getting this 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: mocha (>= 1.4.0) and mocha (>= 0). Bundler cannot continue.

 #  from /usr/src/redmine/plugins/issue_recurring/Gemfile:3
 #  -------------------------------------------
 #    gem 'web-console'
 >    gem 'mocha'
 #  end
 #  -------------------------------------------
. Bundler cannot continue.

 #  from /usr/src/redmine/Gemfile:99
 #  -------------------------------------------
 #  Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file|
 >    eval_gemfile file
 #  end
 #  -------------------------------------------

[!] 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: mocha (>= 1.4.0) and mocha (>= 0). Bundler cannot continue.

 #  from /usr/src/redmine/plugins/issue_recurring/Gemfile:3
 #  -------------------------------------------
 #    gem 'web-console'
 >    gem 'mocha'
 #  end
 #  -------------------------------------------
. Bundler cannot continue.

 #  from /usr/src/redmine/Gemfile:99
 #  -------------------------------------------
 #  Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file|
 >    eval_gemfile file
 #  end
 #  -------------------------------------------
redmine-docker_app_1 exited with code 4

Redmine Version: 4.1.0.stable


Token votes

History

#1 Updated by cryptogopher about 4 years ago

  • Status changed from new to feedback
  • Priority changed from bug to support
  • Target version changed from unspecified to 1.5
  • Redmine version changed from 4.0.x to 4.1.x

Hi, thank you for reporting!

This is a known problem and fix will be released with next version.

See temporary solution here: #22#note-3 (comment out gem mocha in plugin Gemfile).

Let me know if it fixes the problem for you, so I can close the ticket.

#2 Updated by lupa18 about 4 years ago

yes !
Now it works. Thanks!

#3 Updated by cryptogopher about 4 years ago

  • Status changed from feedback to closed

#4 Updated by admin 11 months ago

  • Priority changed from support to bug

Also available in: Atom PDF