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
ruisebas committed Jul 29, 2024
1 parent b3fe944 commit dfe8431
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 11 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ source 'https://rubygems.org'
gem 'xcpretty', '0.3.0'
gem 'fastlane', '2.205.1'
gem 'jazzy', '0.14.2'
gem "xcodeproj", git: "https://github.com/CocoaPods/Xcodeproj.git", :branch => "master", ref: "fe55cf5"
eval_gemfile('fastlane/Pluginfile')

34 changes: 23 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
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)

GIT
remote: https://github.com/aws-amplify/amplify-ci-support
revision: 74ed2db1f09d93b48129590bcd17cc9b53251756
Expand All @@ -9,7 +23,9 @@ GIT
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.6)
CFPropertyList (3.0.7)
base64
nkf
rexml
activesupport (7.0.7.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -40,6 +56,7 @@ GEM
aws-sigv4 (1.5.2)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
base64 (0.2.0)
claide (1.1.0)
cocoapods (1.12.0)
addressable (~> 2.8)
Expand Down Expand Up @@ -237,6 +254,7 @@ GEM
nap (1.1.0)
naturally (2.2.1)
netrc (0.11.0)
nkf (0.2.0)
open4 (1.3.4)
optparse (0.1.1)
os (1.1.4)
Expand All @@ -249,8 +267,8 @@ GEM
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.2)
strscan
rouge (2.0.7)
ruby-macho (2.5.1)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -290,13 +308,6 @@ GEM
word_wrap (1.0.0)
xcinvoke (0.3.0)
liferaft (~> 0.0.6)
xcodeproj (1.22.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)
xcpretty-travis-formatter (1.0.1)
Expand All @@ -309,7 +320,8 @@ DEPENDENCIES
fastlane (= 2.205.1)
fastlane-plugin-release_actions!
jazzy (= 0.14.2)
xcodeproj!
xcpretty (= 0.3.0)

BUNDLED WITH
2.4.6
2.3.7

0 comments on commit dfe8431

Please sign in to comment.