We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c2a29 commit df0734cCopy full SHA for df0734c
1 file changed
.github/workflows/main.yml
@@ -21,10 +21,9 @@ jobs:
21
run: |
22
RUBY_VERSION_STR="${{ matrix.ruby-version }}"
23
case "$RUBY_VERSION_STR" in
24
- 2.6*) BUNDLER_CONSTRAINT=">= 2, < 3" ;;
25
- 2.7*) BUNDLER_CONSTRAINT=">= 2, < 4" ;;
26
- 3.*) BUNDLER_CONSTRAINT=">= 3, < 4" ;;
27
- *) BUNDLER_CONSTRAINT=">= 2" ;;
+ 2.6*) BUNDLER_CONSTRAINT=">= 2.4.0, < 2.7.0" ;;
+ 2.7*) BUNDLER_CONSTRAINT=">= 2.4.0, < 2.7.0" ;;
+ 3.*) BUNDLER_CONSTRAINT=">= 2.7.0, < 4" ;;
28
esac
29
30
gem install bundler -v "$BUNDLER_CONSTRAINT"
0 commit comments