Skip to content

Commit 23e1f44

Browse files
authored
update to fastlane 2.233.1 (#632)
Update fastlane to 2.233.1 and address dependabot security warnings by pinning json >=2.19.2 and addressable >=2.9.0.
1 parent 06b314f commit 23e1f44

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
source "https://rubygems.org"
2-
gem "fastlane", "2.232.2"
2+
gem "fastlane", "2.233.1"
3+
gem "json", ">=2.19.2"
4+
gem "addressable", ">=2.9.0"

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ GEM
7272
faraday_middleware (1.2.1)
7373
faraday (~> 1.0)
7474
fastimage (2.4.0)
75-
fastlane (2.232.2)
75+
fastlane (2.233.1)
7676
CFPropertyList (>= 2.3, < 4.0.0)
7777
abbrev (~> 0.1.2)
7878
addressable (>= 2.8, < 3.0.0)
@@ -92,7 +92,7 @@ GEM
9292
faraday-cookie_jar (~> 0.0.6)
9393
faraday_middleware (~> 1.0)
9494
fastimage (>= 2.1.0, < 3.0.0)
95-
fastlane-sirp (>= 1.0.0)
95+
fastlane-sirp (>= 1.1.0)
9696
gh_inspector (>= 1.1.2, < 2.0.0)
9797
google-apis-androidpublisher_v3 (~> 0.3)
9898
google-apis-playcustomapp_v1 (~> 0.1)
@@ -122,8 +122,7 @@ GEM
122122
xcodeproj (>= 1.13.0, < 2.0.0)
123123
xcpretty (~> 0.4.1)
124124
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
125-
fastlane-sirp (1.0.0)
126-
sysrandom (~> 1.0)
125+
fastlane-sirp (1.1.0)
127126
gh_inspector (1.1.3)
128127
google-apis-androidpublisher_v3 (0.54.0)
129128
google-apis-core (>= 0.11.0, < 2.a)
@@ -203,7 +202,6 @@ GEM
203202
simctl (1.6.10)
204203
CFPropertyList
205204
naturally
206-
sysrandom (1.0.5)
207205
terminal-notifier (2.0.0)
208206
terminal-table (3.0.2)
209207
unicode-display_width (>= 1.1.1, < 3)
@@ -232,7 +230,9 @@ PLATFORMS
232230
ruby
233231

234232
DEPENDENCIES
235-
fastlane (= 2.232.2)
233+
addressable (>= 2.9.0)
234+
fastlane (= 2.233.1)
235+
json (>= 2.19.2)
236236

237237
BUNDLED WITH
238238
4.0.6

0 commit comments

Comments
 (0)