-
Notifications
You must be signed in to change notification settings - Fork 182
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
Add support for Redmine 6.0.2 #438
Add support for Redmine 6.0.2 #438
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v2.x #438 +/- ##
=========================================
Coverage 98.63% 98.63%
Complexity 657 657
=========================================
Files 29 29
Lines 2047 2047
=========================================
Hits 2019 2019
Misses 28 28 ☔ View full report in Codecov by Sentry. |
Starting Redmine 6.0.2 for dev with The environment variable redmine-dev-1 | rake aborted!
redmine-dev-1 | ArgumentError: Missing `secret_key_base` for 'production' environment, set this string with `bin/rails credentials:edit` (ArgumentError)
redmine-dev-1 |
redmine-dev-1 | raise ArgumentError, "Missing `secret_key_base` for '#{Rails.env}' environment, set this string with `bin/rails credentials:edit`"
redmine-dev-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Full logs
|
It looks like there is a problem with Rails 7.2 and the
|
No description provided.