Commit 0f6f545
committed
bypass version constraints for runtime openhab version gems
Cucumber was failing to install gems that depend on our "dummy" openhab version gem
created dynamically at runtime. Because these gems do not exist
during CLI call, the dependency check fails.
This PR adds the `--force` flag to the `gem install` command
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>1 parent 9aa9635 commit 0f6f545
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
0 commit comments