Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails with Redmine 3.4.8 #88

Open
col-panic opened this issue Feb 19, 2019 · 1 comment
Open

Fails with Redmine 3.4.8 #88

col-panic opened this issue Feb 19, 2019 · 1 comment

Comments

@col-panic
Copy link

Bundle install fails with

[!] 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: mysql2 (~> 0.4.6) and mysql2 (~> 0.3.11). Bundler cannot continue.

 #  from /home/server/services/redmine-3.4.8/plugins/redmine_didyoumean/Gemfile:6
 #  -------------------------------------------
 #  # The MySQL gems mentioned are required for connecting to Sphinx
 >  gem "mysql2", "~> 0.3.11", :platforms => [:mri, :mingw]
 #  gem "activerecord-jdbcmysql-adapter", :platforms => :jruby
 #  -------------------------------------------
. Bundler cannot continue.

 #  from /home/server/services/redmine-3.4.8/Gemfile:111
 #  -------------------------------------------
 #  Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file|
 >    eval_gemfile file
 #  end
 #  -------------------------------------------

after updating mysql from 0.3.11 to 0.4.6 it works.

@rsubashELS
Copy link

Getting similar issue with Redmine version 4.1.1.7 as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants