Skip to content

Commit

Permalink
Update CI config: Add gem 'builder' to run Redmine 4.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nanego committed Jun 19, 2024
1 parent 0b096e8 commit 45f816f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/4_2_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
sed -i '/rubocop/d' Gemfile
rm -f .rubocop*
cp plugins/redmine_base_rspec/spec/support/database-${{ matrix.db }}.yml config/database.yml
echo 'gem "builder", "~> 3.2.4"' >> Gemfile
- name: Install Ruby dependencies
working-directory: redmine
Expand Down

0 comments on commit 45f816f

Please sign in to comment.