Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/mobile/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem 'fastlane', '2.216.0'
gem 'fastlane', '2.217.0'
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Consider using the pessimistic version constraint ~> 2.217.0 instead of an exact pin. This allows for automatic updates of patch versions (e.g., 2.217.1), which often include critical security fixes and bug fixes, while still preventing breaking changes from minor or major version updates.

gem 'fastlane', '~> 2.217.0'

# Exclude problematic versions of cocoapods and activesupport that causes build failures.
gem 'cocoapods', '1.15.1'
gem 'activesupport', '7.2.3.1'
Expand Down
4 changes: 2 additions & 2 deletions apps/mobile/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ GEM
faraday_middleware (1.2.1)
faraday (~> 1.0)
fastimage (2.4.1)
fastlane (2.216.0)
fastlane (2.217.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
Expand Down Expand Up @@ -296,7 +296,7 @@ DEPENDENCIES
activesupport (= 7.2.3.1)
cocoapods (= 1.15.1)
concurrent-ruby (= 1.3.4)
fastlane (= 2.216.0)
fastlane (= 2.217.0)
xcodeproj (= 1.27.0)

BUNDLED WITH
Expand Down
Loading