Skip to content

Commit cf2a6f3

Browse files
authored
Merge pull request #333 from mtsmfm/3-0-stackbrew
Update generate-stackbrew-library.sh for Ruby 3.0
2 parents eceb2e6 + f5aa185 commit cf2a6f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generate-stackbrew-library.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
set -Eeuo pipefail
33

44
declare -A aliases=(
5-
[2.8-rc]='rc'
6-
[2.7]='2 latest'
5+
[3.0]='3 latest'
6+
[2.7]='2'
77
)
88

99
defaultDebianSuite='buster'

0 commit comments

Comments
 (0)