Skip to content

Commit

Permalink
fix: Add missing cocoapod gem (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland authored Jan 13, 2023
1 parent 4306999 commit aa85893
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ source "https://rubygems.org"

gem "fastlane"
gem 'fastlane-plugin-flutter_version'
gem 'cocoapods'

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)
65 changes: 65 additions & 0 deletions Gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa85893

Please sign in to comment.