Commit 74c7362d authored by Fabio Pelosin's avatar Fabio Pelosin

[Changelog] Fixed crash due to Podfile.lock containing multiple version requirements.

parent 6ee49d29
...@@ -10,6 +10,11 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -10,6 +10,11 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
* Reduced external dependencies and deprecation of Rake::FileList. * Reduced external dependencies and deprecation of Rake::FileList.
[#1080](https://github.com/CocoaPods/CocoaPods/issues/1080) [#1080](https://github.com/CocoaPods/CocoaPods/issues/1080)
###### Bug fixes
* Fixed crash due to Podfile.lock containing multiple version requirements for
a Pod. [#1076](https://github.com/CocoaPods/CocoaPods/issues/1076)
## 0.20.2 ## 0.20.2
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.20.1...0.20.2) [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.20.1...0.20.2)
......
...@@ -7,7 +7,7 @@ GIT ...@@ -7,7 +7,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: f37f918876c9c3139316ef93127c8103c61a3733 revision: 1dfeece9a5970654588719f2c8228918ab9af0c2
branch: master branch: master
specs: specs:
cocoapods-core (0.20.2) cocoapods-core (0.20.2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment