Skip to content

Commit

Permalink
Fastlane gem added to gem file
Browse files Browse the repository at this point in the history
  • Loading branch information
salemlf committed Jan 29, 2024
1 parent f6eb0df commit 476cfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
# gem 'fastlane'
gem 'fastlane'

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

0 comments on commit 476cfd0

Please sign in to comment.