Lock fastlane to 2.148.1 due to a regression
This commit is contained in:
parent
bcabffc272
commit
a8075d5c57
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem "fastlane"
|
||||
gem "fastlane", "= 2.148.1"
|
||||
gem "cocoapods"
|
||||
gem "dotenv"
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ GEM
|
|||
json (>= 1.5.1)
|
||||
atomos (0.1.3)
|
||||
aws-eventstream (1.1.0)
|
||||
aws-partitions (1.324.0)
|
||||
aws-partitions (1.325.0)
|
||||
aws-sdk-core (3.97.1)
|
||||
aws-eventstream (~> 1, >= 1.0.2)
|
||||
aws-partitions (~> 1, >= 1.239.0)
|
||||
|
@ -92,7 +92,7 @@ GEM
|
|||
faraday_middleware (1.0.0)
|
||||
faraday (~> 1.0)
|
||||
fastimage (2.1.7)
|
||||
fastlane (2.149.0)
|
||||
fastlane (2.148.1)
|
||||
CFPropertyList (>= 2.3, < 4.0.0)
|
||||
addressable (>= 2.3, < 3.0.0)
|
||||
aws-sdk-s3 (~> 1.0)
|
||||
|
@ -240,7 +240,7 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
cocoapods
|
||||
dotenv
|
||||
fastlane
|
||||
fastlane (= 2.148.1)
|
||||
fastlane-plugin-appcenter
|
||||
|
||||
BUNDLED WITH
|
||||
|
|
Loading…
Reference in New Issue