Skip to content

Commit

Permalink
fix: simplify Gemfile to allow GitHub dependabot to parse this file p…
Browse files Browse the repository at this point in the history
…roperly
  • Loading branch information
DeepDiver1975 committed Oct 17, 2024
1 parent 2c7425a commit 19219ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ source "https://rubygems.org"

gem "fastlane"

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

0 comments on commit 19219ba

Please sign in to comment.