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

additionals was resolved to 3.0.6, which depends on redmine_plugin_kit #143

Open
andersonmrodrigues opened this issue Jul 14, 2022 · 5 comments

Comments

@andersonmrodrigues
Copy link

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 use bundle config set --local without 'development test', and stop using this flag
Don'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.

@alexandermeindl
Copy link
Collaborator

Hi @andersonmrodrigues,

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.

@andersonmrodrigues
Copy link
Author

Hi @andersonmrodrigues,

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

image

@valireality
Copy link

Resolving dependencies........
Bundler could not find compatible versions for gem "deface":
  In Gemfile:
    deface (= 1.6.2)

    additionals was resolved to 3.0.6, which depends on
      redmine_plugin_kit was resolved to 1.0.1, which depends on
        deface (= 1.8.1)

image
Server version: 8.0.30 MySQL Community Server

@alexandermeindl
Copy link
Collaborator

alexandermeindl commented Sep 5, 2022

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?

@alexandermeindl
Copy link
Collaborator

Btw. current redmine_plugin_kit uses deface 1.9.0. Use should run bundle update, maybe this solves your problem.

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

No branches or pull requests

3 participants