Skip to content

Commit 67a8a9e

Browse files
committed
Update release-toolkit to fix milestone moving problem
1 parent a2fee5b commit 67a8a9e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ gem 'fastlane-plugin-sentry', '~> 1.0'
1616
#
1717
# gem 'fastlane-plugin-wpmreleasetoolkit', git: '[email protected]:wordpress-mobile/release-toolkit', branch: ''
1818
#
19-
# The '>= 13.3.1' aftre '~> 13.3' ensures that we resolve to any version compatible with 13.3 starting from 13.3.1
20-
# Using '~> 13.3.1' would constrain us to 13.3.2, 13.3.3, etc. without ever going up to 13.4
21-
# We need 13.3.1 because of a fix in screenshots generation we depend upon.
22-
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.3', '>= 13.3.1'
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'
2323
gem 'rake', '~> 12.3'
2424
gem 'rubocop', '~> 1.65'
2525
gem 'rubocop-rake', '~> 0.6'

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (8.0.2)
8+
activesupport (8.0.3)
99
base64
1010
benchmark (>= 0.3)
1111
bigdecimal
@@ -59,7 +59,7 @@ GEM
5959
commander (4.6.0)
6060
highline (~> 2.0.0)
6161
concurrent-ruby (1.3.5)
62-
connection_pool (2.5.3)
62+
connection_pool (2.5.4)
6363
cork (0.3.0)
6464
colored2 (~> 3.1)
6565
danger (9.5.1)
@@ -173,7 +173,7 @@ GEM
173173
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
174174
fastlane-plugin-sentry (1.25.1)
175175
os (~> 1.1, >= 1.1.4)
176-
fastlane-plugin-wpmreleasetoolkit (13.3.1)
176+
fastlane-plugin-wpmreleasetoolkit (13.5.1)
177177
activesupport (>= 6.1.7.1)
178178
buildkit (~> 1.5)
179179
chroma (= 0.2.0)
@@ -265,10 +265,10 @@ GEM
265265
nap (1.1.0)
266266
naturally (2.3.0)
267267
nkf (0.2.0)
268-
nokogiri (1.18.8)
268+
nokogiri (1.18.10)
269269
mini_portile2 (~> 2.8.2)
270270
racc (~> 1.4)
271-
nokogiri (1.18.8-x86_64-darwin)
271+
nokogiri (1.18.10-x86_64-darwin)
272272
racc (~> 1.4)
273273
octokit (6.1.1)
274274
faraday (>= 1, < 3)
@@ -345,7 +345,7 @@ GEM
345345
concurrent-ruby (~> 1.0)
346346
uber (0.1.0)
347347
unicode-display_width (2.6.0)
348-
uri (1.0.3)
348+
uri (1.0.4)
349349
word_wrap (1.0.0)
350350
xcode-install (2.8.1)
351351
claide (>= 0.9.1)
@@ -374,7 +374,7 @@ DEPENDENCIES
374374
fastlane (~> 2.228)
375375
fastlane-plugin-firebase_app_distribution (~> 0.10)
376376
fastlane-plugin-sentry (~> 1.0)
377-
fastlane-plugin-wpmreleasetoolkit (~> 13.3, >= 13.3.1)
377+
fastlane-plugin-wpmreleasetoolkit (~> 13.5, >= 13.5.1)
378378
rake (~> 12.3)
379379
rmagick (~> 4.1)
380380
rubocop (~> 1.65)

0 commit comments

Comments
 (0)