You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i need to install jenkins plugins on my new redmine 4.1.1. unfortunately i got error
root@oreo:/usr/share/redmine/plugins# bundle exec rake redmine:plugins:migrate RAILS_ENV=production
[!] 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.17.0) and simplecov (~> 0.9.1). Bundler cannot continue.
# from /usr/share/redmine/plugins/redmine_jenkins/Gemfile:22
# -------------------------------------------
# # Code coverage
> gem 'simplecov', '~> 0.9.1'
# gem 'simplecov-rcov'
# -------------------------------------------
. Bundler cannot continue.
# from /usr/share/redmine/Gemfile:101
# -------------------------------------------
# Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file|
> eval_gemfile file
# end
# -------------------------------------------
Environment:
Redmine version 4.1.1.stable
Ruby version 2.3.3-p222 (2016-11-21) [x86_64-linux-gnu]
Rails version 5.2.4.2
please help me
The text was updated successfully, but these errors were encountered:
i need to install jenkins plugins on my new redmine 4.1.1. unfortunately i got error
Environment:
Redmine version 4.1.1.stable
Ruby version 2.3.3-p222 (2016-11-21) [x86_64-linux-gnu]
Rails version 5.2.4.2
please help me
The text was updated successfully, but these errors were encountered: