Actions
task #23
closedError installing 1.5
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
Updated by cryptogopher over 5 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.
Actions