Skip to content

Commit 1cef861

Browse files
committed
Use latest Fastlane
1 parent b3e85cf commit 1cef861

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

Gemfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ gem 'danger-dangermattic', '~> 1.0'
1212
# Security:
1313
# - https://github.com/lostisland/faraday/pull/1665
1414
# - https://github.com/lostisland/faraday/pull/1681
15+
#
1516
# Faraday 2.0 is not compatible with Fastlane
16-
# Use at least Fastlane 2.210.0 to ensure compatibility with the Xcode 14 toolchain
17-
# See https://github.com/fastlane/fastlane/releases/tag/2.210.0
18-
gem 'fastlane', '~> 2.210'
17+
#
18+
# See also:
19+
# - https://github.com/fastlane/fastlane/issues/21334
20+
# - https://github.com/fastlane/fastlane/pull/30089
21+
gem 'faraday', '~> 1.10', '>= 1.10.5'
1922
gem 'pry', '~> 0.12.2'
2023
gem 'rmagick', '~> 5.3'
2124
gem 'rspec', '~> 3.8'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ DEPENDENCIES
440440
buildkite-test_collector (~> 2.3)
441441
codecov
442442
danger-dangermattic (~> 1.0)
443-
fastlane (~> 2.210)
443+
faraday (~> 1.10, >= 1.10.5)
444444
fastlane-plugin-wpmreleasetoolkit!
445445
pry (~> 0.12.2)
446446
rmagick (~> 5.3)

0 commit comments

Comments
 (0)