Skip to content

Commit dc02f23

Browse files
committed
add ruby 3 specifications to bundler constraint
1 parent df0734c commit dc02f23

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ jobs:
2323
case "$RUBY_VERSION_STR" in
2424
2.6*) BUNDLER_CONSTRAINT=">= 2.4.0, < 2.7.0" ;;
2525
2.7*) BUNDLER_CONSTRAINT=">= 2.4.0, < 2.7.0" ;;
26-
3.*) BUNDLER_CONSTRAINT=">= 2.7.0, < 4" ;;
26+
3.0) BUNDLER_CONSTRAINT=">= 2.4.0, < 2.7.2" ;;
27+
3.1) BUNDLER_CONSTRAINT=">= 2.4.0, < 2.7.2" ;;
28+
3.2) BUNDLER_CONSTRAINT=">= 2.7.2, < 4" ;;
29+
3.3) BUNDLER_CONSTRAINT=">= 2.7.2, < 4" ;;
30+
3.4) BUNDLER_CONSTRAINT=">= 2.7.2, < 4" ;;
2731
esac
2832
2933
gem install bundler -v "$BUNDLER_CONSTRAINT"

0 commit comments

Comments
 (0)