two-pack / redmine_auto_assign_group

Redmine Auto Assign Group Plugin
GNU General Public License v2.0
10 stars 1 forks source link

4.1+ support... how to ? #30

Closed Dariusz1989 closed 2 years ago

Dariusz1989 commented 2 years ago

Hey

Apology, I'm new at it all...

Does it support 4.1+ ver?

Also what do I do with this >

$ bundle install --without test
[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 'test'`, and stop using this flag
You are trying to install in deployment mode after changing
your Gemfile. Run `bundle install` elsewhere and add the
updated ../../opt/bitnami/redmine/Gemfile.lock to version control.

If this is a development machine, remove the /opt/bitnami/redmine/Gemfile freeze
by running `bundle config unset deployment`.

The dependencies in your gemfile changed

You have added to the Gemfile:
* activerecord-compatible_legacy_migration
* retryable
$ bundle exec rake redmine:plugins:migrate RAILS_ENV=production
You are trying to install in deployment mode after changing
your Gemfile. Run `bundle install` elsewhere and add the
updated ../../opt/bitnami/redmine/Gemfile.lock to version control.

If this is a development machine, remove the /opt/bitnami/redmine/Gemfile freeze
by running `bundle config unset deployment`.

The dependencies in your gemfile changed

You have added to the Gemfile:
* activerecord-compatible_legacy_migration
* retryable
two-pack commented 2 years ago

Yes, this plugin supports 4.1.x. What is your environment? Please show your rails/about.

And If using Bitnami, see below first. https://docs.bitnami.com/installer/apps/redmine/configuration/install-plugins/

Dariusz1989 commented 2 years ago

Hey Thanks for getting back to me! I'm using this > https://aws.amazon.com/marketplace/pp/prodview-urx6afmwf5y64 I'll go over ur link thank you!

two-pack commented 2 years ago

If you cannot resolve this issue, please tell me following details.

Dariusz1989 commented 2 years ago

Heya

Environment: Redmine version 4.2.3.stable Ruby version 2.6.9-p207 (2021-11-24) [x86_64-linux] Rails version 5.2.6 Environment production Database adapter Mysql2 Mailer queue ActiveJob::QueueAdapters::AsyncAdapter Mailer delivery smtp SCM: Subversion 1.14.1 Git 2.34.1 Filesystem
Redmine plugins: no plugin installed

Except for the git clone/cd thini all the commands are above.

two-pack commented 2 years ago

Please try following.

$ bundle install --without test --no-deployment

two-pack commented 2 years ago

Close this issue because long time response.