Commit 27ddec1
committed
ci: Order excluded Gems by ascending version
For some reason, CI thinks the lock file is invalid
```
The dependencies in your gemfile changed
You have added to the Gemfile:
* cocoapods (>= 1.13, != 1.15.0, != 1.15.1)
You have deleted from the Gemfile:
* cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
```
So, I'll adjust the lockfile to exactly match the Gemfile to see if that fixes the CI runs.1 parent 8c179ce commit 27ddec1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| |||
0 commit comments