on bundle install I get 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: rspec-rails (>= 0) and rspec-rails (~> 5.1.2). Bundler cannot continue.
# from /usr/src/redmine/plugins/redmine_hourglass/Gemfile:26
# -------------------------------------------
# group :development, :test do
> gem 'rspec-rails', '~> 5.1.2'
# gem 'factory_bot_rails'
# -------------------------------------------
. Bundler cannot continue.
# from /usr/src/redmine/Gemfile:123
# -------------------------------------------
# Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file|
> eval_gemfile file
# end
# -------------------------------------------
Redmine version 5.0.5.stable (docker)
Ruby version 3.1.3-p185 (2022-11-24) [x86_64-linux]
Rails version 6.1.7.2
Environment production
Database adapter Mysql2
Is there anything that can be done?
on
bundle installI get this error:Is there anything that can be done?