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
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
The text was updated successfully, but these errors were encountered:
When i try to bundle following the installation guide, i get the following error:
The text was updated successfully, but these errors were encountered: