diff --git a/Gemfile b/Gemfile index c19c7337fe..7943313c25 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,5 @@ 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') diff --git a/Gemfile.lock b/Gemfile.lock index 13946ed6a8..c00707a60a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,17 +1,3 @@ -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 @@ -308,6 +294,13 @@ GEM word_wrap (1.0.0) xcinvoke (0.3.0) liferaft (~> 0.0.6) + xcodeproj (1.25.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) xcpretty (0.3.0) rouge (~> 2.0.7) xcpretty-travis-formatter (1.0.1) @@ -320,8 +313,7 @@ DEPENDENCIES fastlane (= 2.205.1) fastlane-plugin-release_actions! jazzy (= 0.14.2) - xcodeproj! xcpretty (= 0.3.0) BUNDLED WITH - 2.3.7 + 2.5.14