Skip to content

Commit

Permalink
Bundler: Bump fastlane from 2.221.0 to 2.221.1 in /androidHyperskillA…
Browse files Browse the repository at this point in the history
…pp (#1084)

* Bundler: Bump fastlane from 2.221.0 to 2.221.1 in /androidHyperskillApp

Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.221.0 to 2.221.1.
- [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.0...fastlane/2.221.1)

---
updated-dependencies:
- dependency-name: fastlane
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run bundle update

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Magda <ivan.magda@hyperskill.org>
  • Loading branch information
dependabot[bot] and ivan-magda authored Jun 21, 2024
1 parent 7344499 commit 4001f25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion androidHyperskillApp/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"
ruby "3.3.0"

gem "fastlane", "2.221.0"
gem "fastlane", "2.221.1"

eval_gemfile("fastlane/Pluginfile")
10 changes: 5 additions & 5 deletions androidHyperskillApp/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
aws-partitions (1.944.0)
aws-sdk-core (3.197.0)
aws-partitions (1.946.0)
aws-sdk-core (3.197.2)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
Expand Down Expand Up @@ -68,7 +68,7 @@ GEM
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.3.1)
fastlane (2.221.0)
fastlane (2.221.1)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
Expand Down Expand Up @@ -159,7 +159,7 @@ GEM
httpclient (2.8.3)
jmespath (1.6.2)
json (2.7.2)
jwt (2.8.1)
jwt (2.8.2)
base64
mini_magick (4.13.1)
mini_mime (1.1.5)
Expand Down Expand Up @@ -224,7 +224,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
fastlane (= 2.221.0)
fastlane (= 2.221.1)
fastlane-plugin-firebase_app_distribution

RUBY VERSION
Expand Down

0 comments on commit 4001f25

Please sign in to comment.