Skip to content

Commit

Permalink
Update fastlane to its master branch
Browse files Browse the repository at this point in the history
gem "fastlane", :git => "https://github.com/fastlane/fastlane.git", :branch => "master"

For more info, please refer to fastlane/fastlane#20371 (comment).
  • Loading branch information
peagasilva committed Sep 15, 2022
1 parent 0d33618 commit d175612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
source 'https://rubygems.org'

gem 'dotenv'
gem "fastlane", :git => "https://github.com/fastlane/fastlane.git", :branch => "master"

0 comments on commit d175612

Please sign in to comment.