Commit e094eab
committed
Fix bundler warning
This config is only ran in CI so I didn't see it when
I introduced it,.
Warning message:
```
Run bundle config --without benchmark
[DEPRECATED] Using the `config` command without a subcommand [list, get, set, unset] is deprecated and will be removed in the future. Use `bundle config set --without benchmark` instead.
```1 parent 6c82cde commit e094eab
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments