Skip to content

Commit

Permalink
chore: update gemfile for dependabot alert fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisabhash committed Aug 7, 2024
1 parent c557388 commit 1b15d8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fastlane/release_actions/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ source('https://rubygems.org')

gemspec

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 1b15d8d

Please sign in to comment.