Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/commands/run-unit-tests-for-scheme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SCHEME="${1:?Usage $0 SCHEME}"
DEVICE="iPhone 17"
OS_VERSION="26.0"
OS_VERSION="26.1"

if "$(dirname "${BASH_SOURCE[0]}")/should-skip-job.sh" --job-type validation; then
exit 0
Expand Down
2 changes: 1 addition & 1 deletion .xcode-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
26.0
26.1.1
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ gem 'fastlane-plugin-sentry'
#
# gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', ref: ''
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.7'
# Installed to work around Ruby SSL errors.
# See: https://github.com/ruby/openssl/issues/949#issuecomment-3397222253
gem 'openssl'
gem 'rake'
gem 'rubocop', '~> 1.81'
gem 'rubocop-rake', '~> 0.7'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ GEM
faraday (>= 1, < 3)
sawyer (~> 0.9)
open4 (1.3.4)
openssl (3.3.2)
options (2.3.2)
optparse (0.8.0)
os (1.1.4)
Expand Down Expand Up @@ -375,6 +376,7 @@ DEPENDENCIES
fastlane-plugin-firebase_app_distribution (~> 0.10)
fastlane-plugin-sentry
fastlane-plugin-wpmreleasetoolkit (~> 13.7)
openssl
rake
rmagick (~> 6.1.4)
rubocop (~> 1.81)
Expand Down