Skip to content

Commit 2d3b505

Browse files
authored
chore: Temporary using xcodeproj's commit that bumps rexml (#3796)
1 parent b3fe944 commit 2d3b505

File tree

6 files changed

+1537
-1482
lines changed

6 files changed

+1537
-1482
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ source 'https://rubygems.org'
55
gem 'xcpretty', '0.3.0'
66
gem 'fastlane', '2.205.1'
77
gem 'jazzy', '0.14.2'
8+
gem "xcodeproj", git: "https://github.com/CocoaPods/Xcodeproj.git", :branch => "master", ref: "fe55cf5"
89
eval_gemfile('fastlane/Pluginfile')
910

Gemfile.lock

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
GIT
2+
remote: https://github.com/CocoaPods/Xcodeproj.git
3+
revision: fe55cf57badef2ca27fb9d4f801d9b834de1f871
4+
ref: fe55cf5
5+
branch: master
6+
specs:
7+
xcodeproj (1.24.0)
8+
CFPropertyList (>= 2.3.3, < 4.0)
9+
atomos (~> 0.1.3)
10+
claide (>= 1.0.2, < 2.0)
11+
colored2 (~> 3.1)
12+
nanaimo (~> 0.3.0)
13+
rexml (>= 3.3.2, < 4.0)
14+
115
GIT
216
remote: https://github.com/aws-amplify/amplify-ci-support
317
revision: 74ed2db1f09d93b48129590bcd17cc9b53251756
@@ -9,7 +23,9 @@ GIT
923
GEM
1024
remote: https://rubygems.org/
1125
specs:
12-
CFPropertyList (3.0.6)
26+
CFPropertyList (3.0.7)
27+
base64
28+
nkf
1329
rexml
1430
activesupport (7.0.7.2)
1531
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -40,6 +56,7 @@ GEM
4056
aws-sigv4 (1.5.2)
4157
aws-eventstream (~> 1, >= 1.0.2)
4258
babosa (1.0.4)
59+
base64 (0.2.0)
4360
claide (1.1.0)
4461
cocoapods (1.12.0)
4562
addressable (~> 2.8)
@@ -237,6 +254,7 @@ GEM
237254
nap (1.1.0)
238255
naturally (2.2.1)
239256
netrc (0.11.0)
257+
nkf (0.2.0)
240258
open4 (1.3.4)
241259
optparse (0.1.1)
242260
os (1.1.4)
@@ -249,8 +267,8 @@ GEM
249267
trailblazer-option (>= 0.1.1, < 0.2.0)
250268
uber (< 0.2.0)
251269
retriable (3.1.2)
252-
rexml (3.2.8)
253-
strscan (>= 3.0.9)
270+
rexml (3.3.2)
271+
strscan
254272
rouge (2.0.7)
255273
ruby-macho (2.5.1)
256274
ruby2_keywords (0.0.5)
@@ -290,13 +308,6 @@ GEM
290308
word_wrap (1.0.0)
291309
xcinvoke (0.3.0)
292310
liferaft (~> 0.0.6)
293-
xcodeproj (1.22.0)
294-
CFPropertyList (>= 2.3.3, < 4.0)
295-
atomos (~> 0.1.3)
296-
claide (>= 1.0.2, < 2.0)
297-
colored2 (~> 3.1)
298-
nanaimo (~> 0.3.0)
299-
rexml (~> 3.2.4)
300311
xcpretty (0.3.0)
301312
rouge (~> 2.0.7)
302313
xcpretty-travis-formatter (1.0.1)
@@ -309,7 +320,8 @@ DEPENDENCIES
309320
fastlane (= 2.205.1)
310321
fastlane-plugin-release_actions!
311322
jazzy (= 0.14.2)
323+
xcodeproj!
312324
xcpretty (= 0.3.0)
313325

314326
BUNDLED WITH
315-
2.4.6
327+
2.3.7

0 commit comments

Comments
 (0)