Skip to content

Commit

Permalink
Remove explicit fastlane version to update to latest version (#2018)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjleonard37 authored Feb 7, 2024
1 parent c6c0cf5 commit 90168b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
source "https://rubygems.org"

# Downgrade fastlane to 2.210.1 to fix the issue with the latest version
# https://github.com/fastlane/fastlane/issues/20960#issuecomment-1378738366
gem "fastlane", "~> 2.210.0"
gem "fastlane"

plugins_path = File.join(File.dirname(__FILE__), '.fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)

0 comments on commit 90168b1

Please sign in to comment.