diff --git a/iosHyperskillApp/Gemfile b/iosHyperskillApp/Gemfile index eabfaccb94..531027d6b0 100644 --- a/iosHyperskillApp/Gemfile +++ b/iosHyperskillApp/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" ruby "3.1.0" -gem "fastlane", "2.214.0" +gem "fastlane", "2.216.0" gem "cocoapods", "1.13.0" gem "generamba", git: "https://github.com/ivan-magda/Generamba.git", branch: "develop" diff --git a/iosHyperskillApp/Gemfile.lock b/iosHyperskillApp/Gemfile.lock index 994b6618ab..90666df0de 100644 --- a/iosHyperskillApp/Gemfile.lock +++ b/iosHyperskillApp/Gemfile.lock @@ -1,13 +1,13 @@ GIT remote: https://github.com/ivan-magda/Generamba.git - revision: 29d211bbe27cb606811e0bcd6a89468ae1d9a2eb + revision: a58a005e128e8270ec25f782fcb1c6c2449e0556 branch: develop specs: generamba (1.6.0) cocoapods-core (>= 1.4.0, < 2.0.0) git (= 1.13.0) liquid (= 4.0.4) - terminal-table (= 1.4.5) + terminal-table (~> 3) thor (= 0.19.1) xcodeproj (>= 1.6.0, < 2.0.0) @@ -128,7 +128,7 @@ GEM faraday_middleware (1.2.0) faraday (~> 1.0) fastimage (2.2.7) - fastlane (2.214.0) + fastlane (2.216.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) @@ -149,6 +149,7 @@ GEM google-apis-playcustomapp_v1 (~> 0.1) google-cloud-storage (~> 1.31) highline (~> 2.0) + http-cookie (~> 1.0.5) json (< 3.0.0) jwt (>= 2.1.0, < 3) mini_magick (>= 4.9.4, < 5.0.0) @@ -160,7 +161,7 @@ GEM security (= 0.1.3) simctl (~> 1.6.3) terminal-notifier (>= 2.0.0, < 3.0.0) - terminal-table (>= 1.4.5, < 2.0.0) + terminal-table (~> 3) tty-screen (>= 0.6.3, < 1.0.0) tty-spinner (>= 0.8.0, < 1.0.0) word_wrap (~> 1.0.0) @@ -263,7 +264,8 @@ GEM CFPropertyList naturally terminal-notifier (2.0.0) - terminal-table (1.4.5) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) thor (0.19.1) trailblazer-option (0.1.2) tty-cursor (0.7.1) @@ -278,6 +280,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) + unicode-display_width (2.4.2) webrick (1.8.1) word_wrap (1.0.0) xcodeproj (1.23.0) @@ -300,7 +303,7 @@ PLATFORMS DEPENDENCIES cocoapods (= 1.13.0) - fastlane (= 2.214.0) + fastlane (= 2.216.0) fastlane-plugin-firebase_app_distribution fastlane-plugin-sentry generamba! diff --git a/iosHyperskillApp/fastlane/Fastfile b/iosHyperskillApp/fastlane/Fastfile index 00b1ec80ba..5f5d4eeede 100644 --- a/iosHyperskillApp/fastlane/Fastfile +++ b/iosHyperskillApp/fastlane/Fastfile @@ -1,4 +1,4 @@ -fastlane_version "2.214.0" +fastlane_version "2.216.0" default_platform(:ios)