There was an error while loading. Please reload this page.
1 parent 74f5692 commit e52d8bbCopy full SHA for e52d8bb
1 file changed
.github/workflows/rake.yml
@@ -39,7 +39,8 @@ jobs:
39
working-directory: ruby
40
run: |
41
pip install regex
42
- bundle install --with=jsexec
+ bundle config set --local with jsexec
43
+ bundle install
44
45
- name: RSpec
46
0 commit comments