Skip to content

Commit 044109f

Browse files
authored
chore: Temporary using xcodeproj's commit that bumps rexml (#45)
1 parent 89518a3 commit 044109f

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ source 'https://rubygems.org'
33
gem 'cocoapods', '~> 1.11.3'
44
gem 'fastlane', '~> 2.211'
55
gem 'jazzy', '~> 0.14.3'
6+
gem "xcodeproj", git: "https://github.com/CocoaPods/Xcodeproj.git", :branch => "master", ref: "fe55cf5"
67
eval_gemfile('fastlane/Pluginfile')
78

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 (6.1.7.6)
1531
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -41,6 +57,7 @@ GEM
4157
aws-sigv4 (1.5.2)
4258
aws-eventstream (~> 1, >= 1.0.2)
4359
babosa (1.0.4)
60+
base64 (0.2.0)
4461
claide (1.1.0)
4562
cocoapods (1.11.3)
4663
addressable (~> 2.8)
@@ -238,6 +255,7 @@ GEM
238255
nap (1.1.0)
239256
naturally (2.2.1)
240257
netrc (0.11.0)
258+
nkf (0.2.0)
241259
open4 (1.3.4)
242260
optparse (0.1.1)
243261
os (1.1.4)
@@ -250,8 +268,8 @@ GEM
250268
trailblazer-option (>= 0.1.1, < 0.2.0)
251269
uber (< 0.2.0)
252270
retriable (3.1.2)
253-
rexml (3.2.8)
254-
strscan (>= 3.0.9)
271+
rexml (3.3.2)
272+
strscan
255273
rouge (2.0.7)
256274
ruby-macho (2.5.1)
257275
ruby2_keywords (0.0.5)
@@ -291,13 +309,6 @@ GEM
291309
word_wrap (1.0.0)
292310
xcinvoke (0.3.0)
293311
liferaft (~> 0.0.6)
294-
xcodeproj (1.22.0)
295-
CFPropertyList (>= 2.3.3, < 4.0)
296-
atomos (~> 0.1.3)
297-
claide (>= 1.0.2, < 2.0)
298-
colored2 (~> 3.1)
299-
nanaimo (~> 0.3.0)
300-
rexml (~> 3.2.4)
301312
xcpretty (0.3.0)
302313
rouge (~> 2.0.7)
303314
xcpretty-travis-formatter (1.0.1)
@@ -312,6 +323,7 @@ DEPENDENCIES
312323
fastlane (~> 2.211)
313324
fastlane-plugin-release_actions!
314325
jazzy (~> 0.14.3)
326+
xcodeproj!
315327

316328
BUNDLED WITH
317-
2.1.2
329+
2.3.7

0 commit comments

Comments
 (0)