diff --git a/apps/mobile/Gemfile b/apps/mobile/Gemfile index f3847106e0d..19ced2ea626 100644 --- a/apps/mobile/Gemfile +++ b/apps/mobile/Gemfile @@ -4,7 +4,7 @@ gem 'fastlane', '2.214.0' # Exclude problematic versions of cocoapods and activesupport that causes build failures. gem 'cocoapods', '1.14.3' gem 'activesupport', '7.1.2' -gem 'xcodeproj', '1.26.0' +gem 'xcodeproj', '1.25.1' plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') eval_gemfile(plugins_path) if File.exist?(plugins_path) diff --git a/apps/mobile/Gemfile.lock b/apps/mobile/Gemfile.lock index f3b95f291b9..cc456db1164 100644 --- a/apps/mobile/Gemfile.lock +++ b/apps/mobile/Gemfile.lock @@ -1,7 +1,9 @@ GEM remote: https://rubygems.org/ specs: - CFPropertyList (3.0.6) + CFPropertyList (3.0.7) + base64 + nkf rexml activesupport (7.1.2) base64 @@ -162,8 +164,6 @@ GEM xcodeproj (>= 1.13.0, < 2.0.0) xcpretty (~> 0.3.0) xcpretty-travis-formatter (>= 0.0.3) - fastlane-plugin-get_version_name (0.2.2) - fastlane-plugin-versioning_android (0.1.1) ffi (1.17.1) fourflusher (2.3.1) fuzzy_match (2.0.4) @@ -226,6 +226,7 @@ GEM nap (1.1.0) naturally (2.2.1) netrc (0.11.0) + nkf (0.2.0) optparse (0.1.1) os (1.1.4) plist (3.7.1) @@ -236,7 +237,7 @@ GEM trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) retriable (3.1.2) - rexml (3.2.6) + rexml (3.4.1) rouge (2.0.7) ruby-macho (2.5.1) ruby2_keywords (0.0.5) @@ -266,13 +267,13 @@ GEM unicode-display_width (1.8.0) webrick (1.8.1) word_wrap (1.0.0) - xcodeproj (1.23.0) + xcodeproj (1.25.1) 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) + rexml (>= 3.3.6, < 4.0) xcpretty (0.3.0) rouge (~> 2.0.7) xcpretty-travis-formatter (1.0.1) @@ -285,9 +286,7 @@ DEPENDENCIES activesupport (= 7.1.2) cocoapods (= 1.14.3) fastlane (= 2.214.0) - fastlane-plugin-get_version_name - fastlane-plugin-versioning_android - xcodeproj (= 1.26.0) + xcodeproj (= 1.25.1) BUNDLED WITH 2.4.10