Skip to content

Commit

Permalink
Use ruby-3.2 for redmine-5.1 (#309)
Browse files Browse the repository at this point in the history
* feat: use ruby-3.2 for redmine-5.1

* run: git cococo ./update.sh
  • Loading branch information
nishidayuya committed Dec 19, 2023
1 parent 711e24b commit 5b28bca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 5.1/alpine3.18/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 5.1/bookworm/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"debian": "bookworm",
"downloadUrl": "https://www.redmine.org/releases/redmine-5.1.1.tar.gz",
"ruby": {
"version": "3.1"
"version": "3.2"
},
"sha256": "edf3095746effd04ad5140681d618f5fa8d06be09c47b6f8b615dcad0b753e6e",
"variants": [
Expand Down
3 changes: 2 additions & 1 deletion versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ declare -A alpineVersions=(
#[5.0]='3.16'
)
# see https://www.redmine.org/projects/redmine/wiki/redmineinstall
defaultRubyVersion='3.1'
defaultRubyVersion='3.2'
declare -A rubyVersions=(
[5.0]='3.1'
)

cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
Expand Down

0 comments on commit 5b28bca

Please sign in to comment.