Skip to content

Commit df0734c

Browse files
committed
adjust constraint versions
1 parent e0c2a29 commit df0734c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ jobs:
2121
run: |
2222
RUBY_VERSION_STR="${{ matrix.ruby-version }}"
2323
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" ;;
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" ;;
2827
esac
2928
3029
gem install bundler -v "$BUNDLER_CONSTRAINT"

0 commit comments

Comments
 (0)