Skip to content

Commit 94afe38

Browse files
* Change bundler
1 parent 1fb932d commit 94afe38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "$LOGSTASH_PATH/bin" >> $GITHUB_PATH
4343
echo "$LOGSTASH_PATH/vendor/jruby/bin" >> $GITHUB_PATH
4444
- name: Install bundler
45-
run: jruby -S gem install bundler -v 2.6.5
45+
run: jruby -S gem install bundler -v 2.4.19
4646
- name: Checkout code
4747
uses: actions/checkout@v2
4848
with:

0 commit comments

Comments
 (0)