You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently no, it has not been updated for long, and i got an error while installing dependencies:
docker-redminetest-1 | An error occurred while installing bigdecimal (3.1.8), and Bundler cannot
docker-redminetest-1 | continue.
docker-redminetest-1 |
docker-redminetest-1 | In Gemfile:
docker-redminetest-1 | httparty was resolved to 0.14.0, which depends on
docker-redminetest-1 | multi_xml was resolved to 0.7.1, which depends on
docker-redminetest-1 | bigdecimal
Hey, just in case you didn't find a way to make it work, I was able to use redmine 5.1.4 (it didn't work with 5.1.5) by creating a Dockerfile with the following content
FROM redmine:5.1.4
RUN apt-get -y update
RUN apt-get -y install build-essential
Then building the image with a custom tag
docker build -t redmine:5.1.4-pic .
And then installing redmine using docker normally with this image. With the last version of the plugin that is in this repository it worked.
For some reason, there is an error showing up regarding the mysql2 adapter in the last 5.X version (5.1.5) and in 6.0.2. Since I was using 4.1.1, 5.1.4 is fine for me for the moment.
Hello,
does this plugin also support redmine 5.x ?
The redmine website only supports version 3.4:
https://www.redmine.org/plugins/redmine_openid_connect
The text was updated successfully, but these errors were encountered: