Skip to content

Commit

Permalink
Fix dependabot bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Aug 11, 2024
1 parent 4fa6880 commit 785326b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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 785326b

Please sign in to comment.