We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0734c commit dc02f23Copy full SHA for dc02f23
1 file changed
.github/workflows/main.yml
@@ -23,7 +23,11 @@ jobs:
23
case "$RUBY_VERSION_STR" in
24
2.6*) BUNDLER_CONSTRAINT=">= 2.4.0, < 2.7.0" ;;
25
2.7*) BUNDLER_CONSTRAINT=">= 2.4.0, < 2.7.0" ;;
26
- 3.*) BUNDLER_CONSTRAINT=">= 2.7.0, < 4" ;;
+ 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" ;;
31
esac
32
33
gem install bundler -v "$BUNDLER_CONSTRAINT"
0 commit comments