We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc02f23 commit 8642f4fCopy full SHA for 8642f4f
1 file changed
.github/workflows/main.yml
@@ -21,8 +21,8 @@ jobs:
21
run: |
22
RUBY_VERSION_STR="${{ matrix.ruby-version }}"
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" ;;
+ 2.6*) BUNDLER_CONSTRAINT=">= 2.2.0, < 2.4.22" ;;
+ 2.7*) BUNDLER_CONSTRAINT="2.4.22" ;;
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" ;;
0 commit comments