Skip to content

Commit

Permalink
refactor: update GEMFILE (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp committed Jan 21, 2025
1 parent a607419 commit cfb806e
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
Expand Up @@ -21,5 +21,5 @@ gem 'json', '2.9.0'
gem 'net-http', '0.6.0'
gem 'xcode-install', '2.8.1'

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

0 comments on commit cfb806e

Please sign in to comment.