Skip to content

Commit

Permalink
chore: Temporary using xcodeproj's commit that bumps rexml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaland committed Jul 29, 2024
1 parent 964eb1d commit db5f326
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 12 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ source "https://rubygems.org"
gem 'xcpretty', '0.3.0'
gem 'cocoapods', '1.11.3'
gem 'cocoapods-downloader', '1.6.3'
gem 'jazzy', '0.14.2'
gem 'jazzy', '0.14.2'
gem "xcodeproj", git: "https://github.com/CocoaPods/Xcodeproj.git", :branch => "master", ref: "fe55cf5"
36 changes: 25 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: fe55cf57badef2ca27fb9d4f801d9b834de1f871
ref: fe55cf5
branch: master
specs:
xcodeproj (1.24.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (>= 3.3.2, < 4.0)

GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.5)
CFPropertyList (3.0.7)
base64
nkf
rexml
activesupport (6.1.7.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -15,6 +31,7 @@ GEM
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
base64 (0.2.0)
claide (1.1.0)
cocoapods (1.11.3)
addressable (~> 2.8)
Expand Down Expand Up @@ -77,36 +94,32 @@ GEM
xcinvoke (~> 0.3.0)
json (2.6.1)
liferaft (0.0.6)
mini_portile2 (2.8.7)
minitest (5.19.0)
molinillo (0.8.0)
mustache (1.1.1)
nanaimo (0.3.0)
nap (1.1.0)
netrc (0.11.0)
nkf (0.2.0)
open4 (1.3.4)
public_suffix (4.0.6)
redcarpet (3.5.1)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.2)
strscan
rouge (2.0.7)
ruby-macho (2.5.1)
sassc (2.4.0)
ffi (~> 1.9)
sqlite3 (1.4.2)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
strscan (3.1.0)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
xcinvoke (0.3.0)
liferaft (~> 0.0.6)
xcodeproj (1.21.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.2.4)
xcpretty (0.3.0)
rouge (~> 2.0.7)
zeitwerk (2.6.11)
Expand All @@ -118,6 +131,7 @@ DEPENDENCIES
cocoapods (= 1.11.3)
cocoapods-downloader (= 1.6.3)
jazzy (= 0.14.2)
xcodeproj!
xcpretty (= 0.3.0)

BUNDLED WITH
Expand Down

0 comments on commit db5f326

Please sign in to comment.