Fix CocoaPods version in Gemfile
This commit is contained in:
parent
1682fab7de
commit
93f19bcce5
2
Gemfile
2
Gemfile
|
@ -1,7 +1,7 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "fastlane"
|
gem "fastlane"
|
||||||
gem "cocoapods", "~> 1.6"
|
gem "cocoapods", "~> 1.6.0"
|
||||||
gem "dotenv"
|
gem "dotenv"
|
||||||
|
|
||||||
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
||||||
|
|
Loading…
Reference in New Issue