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|
When i try to bundle following the installation guide, i get the following error: