Closed smoebody closed 9 months ago
Hi @smoebody! Thank you for reaching out.
Could you please let us know how you installed the plugin? It seems like you cloned the repository, but that method is no longer available. The plugin is now distributed as an artifact, which can be downloaded from the releases page. Please refer to the readme for instructions on how to install it.
If this method doesn't work for you, please let us know.
@vanyauhalin Hi , I'm using 5.1.1 , installed latest release via the method in readme.md download .tar.zst, extract it , then bundle install
display this error:
redmine@2a8b46840c38:/usr/src/redmine/plugins$ bundle install
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
Remove any duplicate entries and specify the gem only once.
While it's not a problem now, it could cause errors if you change the version of one of them later.
[!] 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: jwt (~> 2.7.1) and jwt (>= 0). Bundler cannot continue.
# from /usr/src/redmine/plugins/redmine_oauth/Gemfile:23
# -------------------------------------------
#
> gem 'jwt'
# gem 'oauth2'
# -------------------------------------------
. Bundler cannot continue.
# from /usr/src/redmine/Gemfile:123
# -------------------------------------------
# Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file|
> eval_gemfile file
# end
# -------------------------------------------
Fix released
When i try to install the plugin i get the following error:
I tried to fix the versions myself in the Gemfile but came to a point where i did not know how to fix it besides changing version numbers.