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

[bundle] update for 0.22.2

parent 738c2719
......@@ -31,7 +31,7 @@ end
group :documentation do
gem 'yard'
gem 'redcarpet'
gem 'redcarpet', '< 3.0.0' # Not compatible with MRI 1.8.7
gem 'github-markup'
gem 'pygments.rb'
end
......
......@@ -7,20 +7,20 @@ GIT
GIT
remote: https://github.com/CocoaPods/Core.git
revision: e41d277a60b2ff96ff851750ee99135c2d7ecd13
revision: 439e133196592250cabe97fc01cdbacda862f9c7
branch: master
specs:
cocoapods-core (0.22.1)
cocoapods-core (0.22.2)
activesupport (~> 3.2.13)
json (~> 1.8.0)
nap (~> 0.5.1)
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision: f2fb8ba7311ff973e2d27f18fc5ea607e5db7c9e
revision: da60c7e415f150846d3120e9e3b7310d534446ff
branch: master
specs:
xcodeproj (0.8.0)
xcodeproj (0.8.1)
activesupport (~> 3.2.13)
colored (~> 1.2)
......@@ -61,16 +61,16 @@ GIT
PATH
remote: .
specs:
cocoapods (0.22.1)
cocoapods (0.22.2)
activesupport (~> 3.2.13)
claide (~> 0.3.2)
cocoapods-core (= 0.22.1)
cocoapods-core (= 0.22.2)
cocoapods-downloader (~> 0.1.1)
colored (~> 1.2)
escape (~> 0.0.4)
json (~> 1.8.0)
open4 (~> 1.3.0)
xcodeproj (~> 0.8.0)
xcodeproj (~> 0.8.1)
GEM
remote: http://rubygems.org/
......@@ -153,7 +153,7 @@ DEPENDENCIES
pygments.rb
rake
rb-fsevent
redcarpet
redcarpet (< 3.0.0)
ruby-prof
xcodeproj!
yard
......@@ -30,7 +30,7 @@ s.files = Dir["lib/**/*.rb"] + %w{ bin/pod bin/sandbox-pod README.md LICENSE CHA
s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}"
s.add_runtime_dependency 'claide', '~> 0.3.2'
s.add_runtime_dependency 'cocoapods-downloader', '~> 0.1.1'
s.add_runtime_dependency 'xcodeproj', '~> 0.8.0'
s.add_runtime_dependency 'xcodeproj', '~> 0.8.1'
s.add_runtime_dependency 'colored', '~> 1.2'
s.add_runtime_dependency 'escape', '~> 0.0.4'
......
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