-
Notifications
You must be signed in to change notification settings - Fork 45
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
additionals was resolved to 3.0.6, which depends on redmine_plugin_kit #143
Comments
which ruby version do you use? Did you read https://github.com/AlphaNodes/additionals#requirements and did you use https://github.com/AlphaNodes/additionals#installation? You do not get this warning, if you use described installation steps. |
Hey alexandermeindl, thanks for the answer, and yes I see this documentations I'm using ruby 2.7.0 |
Did you change your Gemfile from redmine or do you use other plugins, which force deface 1.6.2? You should remove your dependancy for deface 1.6.2. Remove other plugins, which require deface 1.6.2 or change it to use deface 1.8.1. Did you try bundle update to solve it? |
Btw. current redmine_plugin_kit uses deface 1.9.0. Use should run |
Anyone know how to solve this?
[DEPRECATED] The
--without
flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please usebundle config set --local without 'development test'
, and stop using this flagDon't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine.
[DEPRECATED] This Gemfile does not include an explicit global source. Not using an explicit global source may result in a different lockfile being generated depending on the gems you have installed locally before bundler is run. Instead, define a global source in your Gemfile like this: source "https://rubygems.org".
Resolving dependencies...
Bundler could not find compatible versions for gem "redmine_plugin_kit":
In Gemfile:
additionals was resolved to 3.0.6, which depends on
redmine_plugin_kit
Could not find gem 'redmine_plugin_kit', which is required by gem 'additionals', in locally installed gems.
The text was updated successfully, but these errors were encountered: