gtt-project / redmine_custom_fields_groups

Redmine plugin for grouping custom fields.
GNU General Public License v3.0
12 stars 5 forks source link

CI redmine:4.2-stable "LoadError: cannot load such file -- blankslate" error #33

Closed sanak closed 3 months ago

sanak commented 4 months ago

Problem Related with the following issue, Patch #40802: Support builder 3.3.0 - Redmine

CI redmine:4.2-stable matrix is failing with the following error. https://github.com/gtt-project/redmine_custom_fields_groups/actions/runs/9462366675/job/26065172268#step:2:713

LoadError: cannot load such file -- blankslate

Expectation The error should not be happen.


Official solution is limiting bundler gem version < 3.3.0, https://www.redmine.org/issues/40802#note-11

Redmine 4.2 is no longer supported but you can fix the error by adding the following line to Gemfile.local.

gem 'builder', '~> 3.2.4'

but for compatibility, consider to use the following way. https://github.com/agileware-jp/redmine-plugin-orb/pull/70/commits/0684d28f0f653c58108ca11ab8752c83b81e0204

sanak commented 3 months ago

Close this issue.