Commit cd4da99f authored by Eloy Durán's avatar Eloy Durán

[bundle] update

parent fc748531
...@@ -7,13 +7,12 @@ GIT ...@@ -7,13 +7,12 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: 2a425f9e040d5ad3f94cb0e370fc510f6a16aa32 revision: 4eb2c2ea287e517e633d75bfd29b829e1a6097ae
branch: master branch: master
specs: specs:
cocoapods-core (0.34.4) cocoapods-core (0.34.4)
activesupport (>= 3.2.15) activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4) fuzzy_match (~> 2.0.4)
json_pure (~> 1.8)
nap (~> 0.8.0) nap (~> 0.8.0)
GIT GIT
...@@ -25,11 +24,11 @@ GIT ...@@ -25,11 +24,11 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: bd13b322da2f4561304f60543c92608583b016dd revision: 06ef7697aa8eefa9e779fa6b33dd311cf3ec1f95
branch: master branch: master
specs: specs:
xcodeproj (0.20.0) xcodeproj (0.20.0)
activesupport (~> 3.0) activesupport (>= 3)
colored (~> 1.2) colored (~> 1.2)
GIT GIT
...@@ -68,7 +67,7 @@ PATH ...@@ -68,7 +67,7 @@ PATH
remote: . remote: .
specs: specs:
cocoapods (0.34.4) cocoapods (0.34.4)
activesupport (>= 3.2.15, < 4) activesupport (>= 3.2.15)
claide (~> 0.7.0) claide (~> 0.7.0)
cocoapods-core (= 0.34.4) cocoapods-core (= 0.34.4)
cocoapods-downloader (~> 0.7.2) cocoapods-downloader (~> 0.7.2)
...@@ -77,7 +76,6 @@ PATH ...@@ -77,7 +76,6 @@ PATH
cocoapods-try (~> 0.4.1) cocoapods-try (~> 0.4.1)
colored (~> 1.2) colored (~> 1.2)
escape (~> 0.0.4) escape (~> 0.0.4)
json_pure (~> 1.8)
molinillo (~> 0.1.0) molinillo (~> 0.1.0)
nap (~> 0.8) nap (~> 0.8)
open4 (~> 1.3) open4 (~> 1.3)
...@@ -86,9 +84,12 @@ PATH ...@@ -86,9 +84,12 @@ PATH
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
activesupport (3.2.19) activesupport (4.1.6)
i18n (~> 0.6, >= 0.6.4) i18n (~> 0.6, >= 0.6.9)
multi_json (~> 1.0) json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
addressable (2.3.6) addressable (2.3.6)
ast (2.0.0) ast (2.0.0)
astrolabe (1.3.0) astrolabe (1.3.0)
...@@ -107,6 +108,7 @@ GEM ...@@ -107,6 +108,7 @@ GEM
ffi (1.9.6) ffi (1.9.6)
fuzzy_match (2.0.4) fuzzy_match (2.0.4)
i18n (0.6.11) i18n (0.6.11)
json (1.8.1)
json_pure (1.8.1) json_pure (1.8.1)
kicker (3.0.0) kicker (3.0.0)
listen (~> 1.3.0) listen (~> 1.3.0)
...@@ -117,11 +119,11 @@ GEM ...@@ -117,11 +119,11 @@ GEM
rb-kqueue (>= 0.2) rb-kqueue (>= 0.2)
metaclass (0.0.4) metaclass (0.0.4)
method_source (0.8.2) method_source (0.8.2)
minitest (5.4.2)
mocha (1.1.0) mocha (1.1.0)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2) mocha-on-bacon (0.2.2)
mocha (>= 0.13.0) mocha (>= 0.13.0)
multi_json (1.10.1)
nap (0.8.0) nap (0.8.0)
netrc (0.7.8) netrc (0.7.8)
notify (0.5.2) notify (0.5.2)
...@@ -153,6 +155,9 @@ GEM ...@@ -153,6 +155,9 @@ GEM
ruby-progressbar (1.6.0) ruby-progressbar (1.6.0)
safe_yaml (1.0.4) safe_yaml (1.0.4)
slop (3.6.0) slop (3.6.0)
thread_safe (0.3.4)
tzinfo (1.2.2)
thread_safe (~> 0.1)
webmock (1.20.0) webmock (1.20.0)
addressable (>= 2.3.6) addressable (>= 2.3.6)
crack (>= 0.3.2) crack (>= 0.3.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