Skip to content

Commit de17e11

Browse files
committed
Remove >= 13.5.1 requirement and clean Gemfile and run bundle update fastlane-plugin-wpmreleasetoolkit
h/t @AliSoftware woocommerce/woocommerce-android#14715 (comment)
1 parent 67a8a9e commit de17e11

File tree

3 files changed

+13
-24
lines changed

3 files changed

+13
-24
lines changed

.bundle/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ BUNDLE_RETRY: "3"
33
BUNDLE_PATH: "vendor/bundle"
44
BUNDLE_JOBS: "16"
55
BUNDLE_SPECIFIC_PLATFORM: "false"
6+
BUNDLE_FORCE_RUBY_PLATFORM: "true"
67
BUNDLE_WITHOUT: "screenshots"

Gemfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,11 @@ end
88

99
gem 'danger-dangermattic', '~> 1.2'
1010
gem 'dotenv'
11-
# 2.217.0 includes a fix for Xcode 15 test results parsing in CI
1211
gem 'fastlane', '~> 2.228'
1312
gem 'fastlane-plugin-firebase_app_distribution', '~> 0.10'
1413
gem 'fastlane-plugin-sentry', '~> 1.0'
15-
# This comment avoids typing to switch to a development version for testing.
16-
#
1714
# gem 'fastlane-plugin-wpmreleasetoolkit', git: '[email protected]:wordpress-mobile/release-toolkit', branch: ''
18-
#
19-
# The '>= 13.5.1' after '~> 13.5' ensures that we resolve to any version compatible with 13.5 starting from 13.5.1
20-
# Using '~> 13.5.1' would constrain us to 13.5.2, 13.5.3, etc. without ever going up to 13.6
21-
# We need 13.5.1 because of a fix in fetching issues / PRs with a fine-grained GitHub token
22-
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.5', '>= 13.5.1'
15+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.5'
2316
gem 'rake', '~> 12.3'
2417
gem 'rubocop', '~> 1.65'
2518
gem 'rubocop-rake', '~> 0.6'

Gemfile.lock

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ GEM
2424
ast (2.4.2)
2525
atomos (0.1.3)
2626
aws-eventstream (1.4.0)
27-
aws-partitions (1.1154.0)
28-
aws-sdk-core (3.232.0)
27+
aws-partitions (1.1169.0)
28+
aws-sdk-core (3.233.0)
2929
aws-eventstream (~> 1, >= 1.3.0)
3030
aws-partitions (~> 1, >= 1.992.0)
3131
aws-sigv4 (~> 1.9)
3232
base64
3333
bigdecimal
3434
jmespath (~> 1, >= 1.6.1)
3535
logger
36-
aws-sdk-kms (1.112.0)
36+
aws-sdk-kms (1.113.0)
3737
aws-sdk-core (~> 3, >= 3.231.0)
3838
aws-sigv4 (~> 1.5)
39-
aws-sdk-s3 (1.198.0)
39+
aws-sdk-s3 (1.199.1)
4040
aws-sdk-core (~> 3, >= 3.231.0)
4141
aws-sdk-kms (~> 1)
4242
aws-sigv4 (~> 1.5)
@@ -45,7 +45,7 @@ GEM
4545
babosa (1.0.4)
4646
base64 (0.3.0)
4747
benchmark (0.4.1)
48-
bigdecimal (3.2.2)
48+
bigdecimal (3.3.0)
4949
buildkit (1.6.1)
5050
sawyer (>= 0.6)
5151
chroma (0.2.0)
@@ -245,7 +245,7 @@ GEM
245245
concurrent-ruby (~> 1.0)
246246
java-properties (0.3.0)
247247
jmespath (1.6.2)
248-
json (2.13.2)
248+
json (2.15.1)
249249
jwt (2.10.2)
250250
base64
251251
kramdown (2.5.1)
@@ -257,7 +257,7 @@ GEM
257257
mini_magick (4.13.2)
258258
mini_mime (1.1.5)
259259
mini_portile2 (2.8.9)
260-
minitest (5.25.5)
260+
minitest (5.26.0)
261261
multi_json (1.17.0)
262262
multipart-post (2.4.1)
263263
mutex_m (0.3.0)
@@ -268,16 +268,14 @@ GEM
268268
nokogiri (1.18.10)
269269
mini_portile2 (~> 2.8.2)
270270
racc (~> 1.4)
271-
nokogiri (1.18.10-x86_64-darwin)
272-
racc (~> 1.4)
273271
octokit (6.1.1)
274272
faraday (>= 1, < 3)
275273
sawyer (~> 0.9)
276274
open4 (1.3.4)
277275
options (2.3.2)
278276
optparse (0.6.0)
279277
os (1.1.4)
280-
parallel (1.26.3)
278+
parallel (1.27.0)
281279
parser (3.3.6.0)
282280
ast (~> 2.4.1)
283281
racc
@@ -292,14 +290,14 @@ GEM
292290
rake (12.3.3)
293291
rake-compiler (1.3.0)
294292
rake
295-
rchardet (1.8.0)
293+
rchardet (1.10.0)
296294
regexp_parser (2.9.2)
297295
representable (3.2.0)
298296
declarative (< 0.1.0)
299297
trailblazer-option (>= 0.1.1, < 0.2.0)
300298
uber (< 0.2.0)
301299
retriable (3.1.2)
302-
rexml (3.4.2)
300+
rexml (3.4.4)
303301
rmagick (4.3.0)
304302
rouge (3.28.0)
305303
rubocop (1.68.0)
@@ -364,17 +362,14 @@ GEM
364362

365363
PLATFORMS
366364
ruby
367-
x86_64-darwin-19
368-
x86_64-darwin-20
369-
x86_64-darwin-21
370365

371366
DEPENDENCIES
372367
danger-dangermattic (~> 1.2)
373368
dotenv
374369
fastlane (~> 2.228)
375370
fastlane-plugin-firebase_app_distribution (~> 0.10)
376371
fastlane-plugin-sentry (~> 1.0)
377-
fastlane-plugin-wpmreleasetoolkit (~> 13.5, >= 13.5.1)
372+
fastlane-plugin-wpmreleasetoolkit (~> 13.5)
378373
rake (~> 12.3)
379374
rmagick (~> 4.1)
380375
rubocop (~> 1.65)

0 commit comments

Comments
 (0)