Skip to content

Commit de97c33

Browse files
authored
chore: update xcodeproj gem to 1.25.0 (#165)
1 parent 2112b03 commit de97c33

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ source 'https://rubygems.org'
44
gem 'xcpretty', '0.3.0'
55
gem 'cocoapods', '1.11.3'
66
gem 'cocoapods-downloader', '1.6.3'
7-
gem 'fastlane', '2.205.1'
8-
gem "xcodeproj", git: "https://github.com/CocoaPods/Xcodeproj.git", :branch => "master", ref: "fe55cf5"
7+
gem 'fastlane', '2.205.1'

Gemfile.lock

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
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-
151
GEM
162
remote: https://rubygems.org/
173
specs:
@@ -245,7 +231,7 @@ GEM
245231
trailblazer-option (>= 0.1.1, < 0.2.0)
246232
uber (< 0.2.0)
247233
retriable (3.1.2)
248-
rexml (3.3.3)
234+
rexml (3.3.4)
249235
strscan
250236
rouge (2.0.7)
251237
ruby-macho (2.5.1)
@@ -280,6 +266,13 @@ GEM
280266
unicode-display_width (1.8.0)
281267
webrick (1.7.0)
282268
word_wrap (1.0.0)
269+
xcodeproj (1.25.0)
270+
CFPropertyList (>= 2.3.3, < 4.0)
271+
atomos (~> 0.1.3)
272+
claide (>= 1.0.2, < 2.0)
273+
colored2 (~> 3.1)
274+
nanaimo (~> 0.3.0)
275+
rexml (>= 3.3.2, < 4.0)
283276
xcpretty (0.3.0)
284277
rouge (~> 2.0.7)
285278
xcpretty-travis-formatter (1.0.1)
@@ -293,8 +286,7 @@ DEPENDENCIES
293286
cocoapods (= 1.11.3)
294287
cocoapods-downloader (= 1.6.3)
295288
fastlane (= 2.205.1)
296-
xcodeproj!
297289
xcpretty (= 0.3.0)
298290

299291
BUNDLED WITH
300-
2.3.7
292+
2.5.14

0 commit comments

Comments
 (0)