Commit 61458983 authored by Fabio Pelosin's avatar Fabio Pelosin

Bundle:update

parent df62a455
...@@ -16,10 +16,6 @@ group :development do ...@@ -16,10 +16,6 @@ group :development do
gem 'cocoapods-plugins', :git => 'https://github.com/CocoaPods/cocoapods-plugins.git', :branch => 'master' gem 'cocoapods-plugins', :git => 'https://github.com/CocoaPods/cocoapods-plugins.git', :branch => 'master'
gem 'cocoapods-trunk', :git => 'https://github.com/CocoaPods/cocoapods-trunk.git', :branch => 'master' gem 'cocoapods-trunk', :git => 'https://github.com/CocoaPods/cocoapods-trunk.git', :branch => 'master'
# TODO: for some reason this is not being picked up from the gemspec of Xcodeproj
gem 'CFPropertyList'
gem 'rake', '~> 10.1.0' # Ruby 1.8.7 gem 'rake', '~> 10.1.0' # Ruby 1.8.7
gem "mocha", '~> 1.0.0' # Issues with Ruby 2.0.0 on Travis gem "mocha", '~> 1.0.0' # Issues with Ruby 2.0.0 on Travis
gem "bacon" gem "bacon"
......
...@@ -22,6 +22,7 @@ GIT ...@@ -22,6 +22,7 @@ GIT
branch: master branch: master
specs: specs:
xcodeproj (0.17.0) xcodeproj (0.17.0)
CFPropertyList (~> 2.2)
activesupport (~> 3.0) activesupport (~> 3.0)
colored (~> 1.2) colored (~> 1.2)
...@@ -59,7 +60,7 @@ GIT ...@@ -59,7 +60,7 @@ GIT
GIT GIT
remote: https://github.com/ruby-prof/ruby-prof.git remote: https://github.com/ruby-prof/ruby-prof.git
revision: 84f086b5ecb02cf8f077acc537cadc639ccf2520 revision: e3317c4bf0b58dceee86e5dd9cf03165fcfd964f
specs: specs:
ruby-prof (0.15.1) ruby-prof (0.15.1)
...@@ -84,7 +85,8 @@ PATH ...@@ -84,7 +85,8 @@ PATH
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
activesupport (3.2.18) CFPropertyList (2.2.8)
activesupport (3.2.19)
i18n (~> 0.6, >= 0.6.4) i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0) multi_json (~> 1.0)
addressable (2.3.6) addressable (2.3.6)
...@@ -100,8 +102,8 @@ GEM ...@@ -100,8 +102,8 @@ GEM
thor thor
crack (0.4.2) crack (0.4.2)
safe_yaml (~> 1.0.0) safe_yaml (~> 1.0.0)
diffy (3.0.4) diffy (3.0.5)
docile (1.1.3) docile (1.1.5)
escape (0.0.4) escape (0.0.4)
ffi (1.9.3) ffi (1.9.3)
fuzzy_match (2.0.4) fuzzy_match (2.0.4)
...@@ -131,29 +133,30 @@ GEM ...@@ -131,29 +133,30 @@ GEM
posix-spawn (0.3.8) posix-spawn (0.3.8)
prettybacon (0.0.2) prettybacon (0.0.2)
bacon (~> 1.2) bacon (~> 1.2)
pry (0.9.12.6) pry (0.10.0)
coderay (~> 1.0) coderay (~> 1.1.0)
method_source (~> 0.8) method_source (~> 0.8.1)
slop (~> 3.4) slop (~> 3.4)
pygments.rb (0.5.4) pygments.rb (0.6.0)
posix-spawn (~> 0.3.6) posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0) yajl-ruby (~> 1.1.0)
rake (10.1.1) rake (10.1.1)
rb-fsevent (0.9.4) rb-fsevent (0.9.4)
rb-inotify (0.9.4) rb-inotify (0.9.5)
ffi (>= 0.5.0) ffi (>= 0.5.0)
rb-kqueue (0.2.2) rb-kqueue (0.2.3)
ffi (>= 0.5.0) ffi (>= 0.5.0)
redcarpet (2.3.0) redcarpet (2.3.0)
rest-client (1.6.7) rest-client (1.7.2)
mime-types (>= 1.16) mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
safe_yaml (1.0.3) safe_yaml (1.0.3)
simplecov (0.8.2) simplecov (0.9.0)
docile (~> 1.1.0) docile (~> 1.1.0)
multi_json multi_json
simplecov-html (~> 0.8.0) simplecov-html (~> 0.8.0)
simplecov-html (0.8.0) simplecov-html (0.8.0)
slop (3.5.0) slop (3.6.0)
term-ansicolor (1.3.0) term-ansicolor (1.3.0)
tins (~> 1.0) tins (~> 1.0)
thor (0.19.1) thor (0.19.1)
......
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