Skip to content

Commit

Permalink
Bundler: Bump fastlane from 2.214.0 to 2.216.0 in /iosHyperskillApp (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-magda authored Sep 25, 2023
1 parent 1e39f06 commit d75f552
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion iosHyperskillApp/Gemfile
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
15 changes: 9 additions & 6 deletions iosHyperskillApp/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion iosHyperskillApp/fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastlane_version "2.214.0"
fastlane_version "2.216.0"

default_platform(:ios)

Expand Down

0 comments on commit d75f552

Please sign in to comment.