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

Cannot bundle #65

Closed
sphereweb83 opened this issue May 17, 2020 · 2 comments
Closed

Cannot bundle #65

sphereweb83 opened this issue May 17, 2020 · 2 comments
Assignees
Labels

Comments

@sphereweb83
Copy link

When i try to bundle following the installation guide, i get the following error:

bit@XXX:~/apps/redmine/htdocs/plugins$ bundle install --without development test

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

from /opt/bitnami/apps/redmine/htdocs/plugins/vault/Gemfile:14

if Gem::Version.new(redmine_version_major) >= Gem::Version.new('4')

gem 'protected_attributes_continued', '1.4.0'
end


. Bundler cannot continue.

from /opt/bitnami/apps/redmine/htdocs/Gemfile:99

Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", FILE) do |file|

eval_gemfile file
end


@noshutdown-ru-user noshutdown-ru-user self-assigned this May 18, 2020
@noshutdown-ru-user
Copy link
Member

Can you try comment line 14 in our Gemfile and try again ?

@sphereweb83
Copy link
Author

Worked, thanks

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

No branches or pull requests

2 participants