Skip to content

Commit d30aa96

Browse files
committed
update to fastlane 2.232.1 using bundler 4.0.6
1 parent a0a0723 commit d30aa96

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
source "https://rubygems.org"
2-
3-
gem "fastlane", "2.231.0"
2+
gem "fastlane", "2.232.1"

Gemfile.lock

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ GEM
2828
aws-eventstream (~> 1, >= 1.0.2)
2929
babosa (1.0.4)
3030
base64 (0.2.0)
31+
benchmark (0.5.0)
3132
bigdecimal (4.0.1)
3233
claide (1.1.0)
3334
colored (1.2)
@@ -67,14 +68,15 @@ GEM
6768
faraday_middleware (1.2.1)
6869
faraday (~> 1.0)
6970
fastimage (2.4.0)
70-
fastlane (2.231.0)
71+
fastlane (2.232.1)
7172
CFPropertyList (>= 2.3, < 4.0.0)
7273
abbrev (~> 0.1.2)
7374
addressable (>= 2.8, < 3.0.0)
7475
artifactory (~> 3.0)
75-
aws-sdk-s3 (~> 1.0)
76+
aws-sdk-s3 (~> 1.197)
7677
babosa (>= 1.0.3, < 2.0.0)
7778
base64 (~> 0.2.0)
79+
benchmark (>= 0.1.0)
7880
bundler (>= 1.17.3, < 5.0.0)
7981
colored (~> 1.2)
8082
commander (~> 4.6)
@@ -90,7 +92,7 @@ GEM
9092
gh_inspector (>= 1.1.2, < 2.0.0)
9193
google-apis-androidpublisher_v3 (~> 0.3)
9294
google-apis-playcustomapp_v1 (~> 0.1)
93-
google-cloud-env (>= 1.6.0, < 2.0.0)
95+
google-cloud-env (>= 1.6.0, <= 2.1.1)
9496
google-cloud-storage (~> 1.31)
9597
highline (~> 2.0)
9698
http-cookie (~> 1.0.5)
@@ -103,6 +105,7 @@ GEM
103105
naturally (~> 2.2)
104106
nkf (~> 0.2.0)
105107
optparse (>= 0.1.1, < 1.0.0)
108+
ostruct (>= 0.1.0)
106109
plist (>= 3.1.0, < 4.0.0)
107110
rubyzip (>= 2.0.0, < 3.0.0)
108111
security (= 0.1.5)
@@ -174,6 +177,7 @@ GEM
174177
nkf (0.2.0)
175178
optparse (0.8.1)
176179
os (1.1.4)
180+
ostruct (0.6.3)
177181
plist (3.7.2)
178182
public_suffix (7.0.2)
179183
rake (13.3.1)
@@ -224,7 +228,7 @@ PLATFORMS
224228
ruby
225229

226230
DEPENDENCIES
227-
fastlane (= 2.231.0)
231+
fastlane (= 2.232.1)
228232

229233
BUNDLED WITH
230-
4.0.4
234+
4.0.6

0 commit comments

Comments
 (0)