Skip to content

Commit

Permalink
install.sh: Limit builder gem to 3.2.4 per https://www.redmine.org/is…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcormier committed Jun 21, 2024
1 parent f521c85 commit 609ba41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/build/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ fi
echo '# unicorn 5.5.0 has a bug in unicorn_rails. See issue #392';
echo 'gem "unicorn", "~> 5.4", "!=5.5.0"';
echo 'gem "dalli", "~> 2.7.0"';
echo '# Later versions of builder don't work. https://www.redmine.org/issues/40802
echo "gem 'builder', '~> 3.2.4'"

) >> ${REDMINE_INSTALL_DIR}/Gemfile

## some gems complain about missing database.yml, shut them up!
Expand Down

0 comments on commit 609ba41

Please sign in to comment.