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

Specify according to requirements #106

Closed CSCSxx closed 3 years ago

CSCSxx commented 3 years ago

I use Additionals in a Docker environment alongside other plugins. With every upgrade I have to comment out the call for "Dalli" in your gemfile, otherwise I get the following error message:

You specified: dalli (> = 0) and dalli (~> 2.7.0). Bundler cannot continue. I think it would be an advantage if you also included the same specifications ...

alexandermeindl commented 3 years ago

Hi @CSCSxx,

Dalli is not in the Gemfile of this plugin, see https://github.com/AlphaNodes/additionals/blob/master/additionals.gemspec. Maybe you mixed up it with another plugin?

CSCSxx commented 3 years ago

Ups....you are right, my failure ;)