Skip to content

Commit bd94bf4

Browse files
committed
Update release-toolkit to fix milestone moving issue
1 parent 4a856cc commit bd94bf4

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ gem 'rubocop', '~> 1.65'
99

1010
### Fastlane Plugins
1111

12-
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 12.3'
12+
# The '>= 13.5.1' after '~> 13.5' ensures that we resolve to any version compatible with 13.5 starting from 13.5.1
13+
# We need 13.5.1 because of a fix in fetching issues / PRs with a fine-grained GitHub token
14+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.5', '>= 13.5.1'
1315
# gem 'fastlane-plugin-wpmreleasetoolkit', path: '../../release-toolkit'
1416
# gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', branch: ''
1517

Gemfile.lock

Lines changed: 9 additions & 9 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
@@ -43,8 +43,8 @@ GEM
4343
aws-eventstream (~> 1, >= 1.0.2)
4444
babosa (1.0.4)
4545
base64 (0.2.0)
46-
benchmark (0.4.0)
47-
bigdecimal (3.1.9)
46+
benchmark (0.4.1)
47+
bigdecimal (3.3.0)
4848
buildkit (1.6.1)
4949
sawyer (>= 0.6)
5050
chroma (0.2.0)
@@ -58,7 +58,7 @@ GEM
5858
commander (4.6.0)
5959
highline (~> 2.0.0)
6060
concurrent-ruby (1.3.5)
61-
connection_pool (2.5.3)
61+
connection_pool (2.5.4)
6262
cork (0.3.0)
6363
colored2 (~> 3.1)
6464
danger (9.5.1)
@@ -86,12 +86,12 @@ GEM
8686
danger
8787
rubocop (~> 1.0)
8888
declarative (0.0.20)
89-
diffy (3.4.3)
89+
diffy (3.4.4)
9090
digest-crc (0.7.0)
9191
rake (>= 12.0.0, < 14.0.0)
9292
domain_name (0.6.20240107)
9393
dotenv (2.8.1)
94-
drb (2.2.1)
94+
drb (2.2.3)
9595
emoji_regex (3.2.3)
9696
excon (0.112.0)
9797
faraday (1.10.4)
@@ -167,7 +167,7 @@ GEM
167167
xcodeproj (>= 1.13.0, < 2.0.0)
168168
xcpretty (~> 0.4.1)
169169
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
170-
fastlane-plugin-wpmreleasetoolkit (12.5.0)
170+
fastlane-plugin-wpmreleasetoolkit (13.5.1)
171171
activesupport (>= 6.1.7.1)
172172
buildkit (~> 1.5)
173173
chroma (= 0.2.0)
@@ -335,7 +335,7 @@ GEM
335335
concurrent-ruby (~> 1.0)
336336
uber (0.1.0)
337337
unicode-display_width (2.6.0)
338-
uri (1.0.3)
338+
uri (1.0.4)
339339
word_wrap (1.0.0)
340340
xcodeproj (1.27.0)
341341
CFPropertyList (>= 2.3.3, < 4.0)
@@ -355,7 +355,7 @@ PLATFORMS
355355
DEPENDENCIES
356356
danger-dangermattic (~> 1.2)
357357
fastlane (~> 2.216)
358-
fastlane-plugin-wpmreleasetoolkit (~> 12.3)
358+
fastlane-plugin-wpmreleasetoolkit (~> 13.5, >= 13.5.1)
359359
nokogiri
360360
rmagick (~> 4.1)
361361
rubocop (~> 1.65)

0 commit comments

Comments
 (0)