-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bundler: Bump fastlane from 2.221.1 to 2.222.0 in /androidHyperskillA…
…pp (#1130) * Bundler: Bump fastlane from 2.221.1 to 2.222.0 in /androidHyperskillApp Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.221.1 to 2.222.0. - [Release notes](https://github.com/fastlane/fastlane/releases) - [Changelog](https://github.com/fastlane/fastlane/blob/master/CHANGELOG.latest.md) - [Commits](fastlane/fastlane@fastlane/2.221.1...fastlane/2.222.0) --- updated-dependencies: - dependency-name: fastlane dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Fix REXML denial of service vulnerability * Pin fastlane_version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Magda <[email protected]>
- Loading branch information
1 parent
e4533ee
commit e6d9c37
Showing
3 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
source "https://rubygems.org" | ||
ruby "3.3.0" | ||
|
||
gem "fastlane", "2.221.1" | ||
gem "fastlane", "2.222.0" | ||
gem "rexml", ">= 3.3.2" | ||
|
||
eval_gemfile("fastlane/Pluginfile") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
fastlane_version "2.221.0" | ||
fastlane_version "2.222.0" | ||
|
||
default_platform(:android) | ||
|
||
|