Skip to content

Commit 27ddec1

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ PLATFORMS
289289

290290
DEPENDENCIES
291291
activesupport (>= 6.1.7.5, != 7.1.0)
292-
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
292+
cocoapods (>= 1.13, != 1.15.0, != 1.15.1)
293293
concurrent-ruby (< 1.3.4)
294294
fastlane
295295
fastlane-plugin-versioning

0 commit comments

Comments
 (0)