alphanodes / additionals

Redmine plugin for easy customization of settings, text and content display by using personal or role-based dashboards (drag&drop), providing wiki macros and act as library for other plugins.
https://www.redmine.org/plugins/additionals
GNU General Public License v2.0
131 stars 43 forks source link

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

Open andersonmrodrigues opened 2 years ago

andersonmrodrigues commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 1 year ago
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 commented 1 year ago

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 commented 1 year ago

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