From 10ad79a35232bb954a2e3101e785d45f17ec58ef Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Wed, 13 Mar 2013 23:02:41 -0400 Subject: [PATCH] Bump Gem dependencies --- Gemfile | 4 ++-- Gemfile.lock | 44 +++++++++++++++++++++++++------------------- 2 files changed, 27 insertions(+), 21 deletions(-) diff --git a/Gemfile b/Gemfile index 85f4f5f20c..eb72740892 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "http://rubygems.org" -gem "rake", "~> 0.9.0" +gem "rake", "~> 10.0.0" gem "bundler", "~> 1.3.0" gem "sinatra", :git => "git://github.com/sinatra/sinatra.git" gem "thin", "~> 1.5.0" @@ -8,4 +8,4 @@ gem 'xcoder', :git => "git://github.com/rayh/xcoder.git" gem 'restkit', :git => 'git://github.com/RestKit/RestKit-Gem.git' gem 'debugger', '~> 1.3.0' gem 'faker', '1.1.2' -gem 'cocoapods', '0.16.2' +gem 'cocoapods', '0.16.4' diff --git a/Gemfile.lock b/Gemfile.lock index d7269efa1b..318bb7f25e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,24 +6,25 @@ GIT GIT remote: git://github.com/rayh/xcoder.git - revision: 72258d5f0db9f395125e12990f94af9a640ebd83 + revision: 2560155d7c817c2e2801e6fb8b75e6453a3e7106 specs: - xcoder (0.1.15) + xcoder (0.1.17) + aws-sdk builder colorize - json + multi_json nokogiri plist rest-client GIT remote: git://github.com/sinatra/sinatra.git - revision: 9984d0d2b3f1ea12273c6c25f8e102b2329f33e9 + revision: 54d6ba06cc76b3ddcadbb8ccfe090f134364fca3 specs: sinatra (1.4.0) - rack (~> 1.4) - rack-protection (~> 1.3) - tilt (~> 1.3, >= 1.3.3) + rack (~> 1.5, >= 1.5.2) + rack-protection (~> 1.4) + tilt (~> 1.3, >= 1.3.4) GEM remote: http://rubygems.org/ @@ -32,8 +33,12 @@ GEM i18n (~> 0.6) multi_json (~> 1.0) addressable (2.3.3) - builder (3.1.4) - cocoapods (0.16.2) + aws-sdk (1.8.5) + json (~> 1.4) + nokogiri (>= 1.4.4) + uuidtools (~> 2.1) + builder (3.2.0) + cocoapods (0.16.4) activesupport (~> 3.2.6) colored (~> 1.2) escape (~> 0.0.4) @@ -41,8 +46,8 @@ GEM json (~> 1.7.3) octokit (~> 1.7) open4 (~> 1.3.0) - rake (~> 0.9.4) - xcodeproj (~> 0.4.3) + rake (~> 10.0.0) + xcodeproj (~> 0.5.0) colored (1.2) colorize (0.5.8) columnize (0.3.6) @@ -55,7 +60,7 @@ GEM debugger-ruby_core_source (>= 1.1.1) debugger-ruby_core_source (1.2.0) escape (0.0.4) - eventmachine (1.0.0) + eventmachine (1.0.3) faker (1.1.2) i18n (~> 0.5) faraday (0.8.6) @@ -79,18 +84,19 @@ GEM netrc (~> 0.7.7) open4 (1.3.0) plist (3.1.0) - rack (1.4.3) - rack-protection (1.3.2) + rack (1.5.2) + rack-protection (1.5.0) rack - rake (0.9.6) + rake (10.0.3) rest-client (1.6.7) mime-types (>= 1.16) thin (1.5.0) daemons (>= 1.0.9) eventmachine (>= 0.12.6) rack (>= 1.0.0) - tilt (1.3.3) - xcodeproj (0.4.3) + tilt (1.3.5) + uuidtools (2.1.3) + xcodeproj (0.5.2) activesupport (~> 3.2.6) colored (~> 1.2) @@ -99,10 +105,10 @@ PLATFORMS DEPENDENCIES bundler (~> 1.3.0) - cocoapods (= 0.16.2) + cocoapods (= 0.16.4) debugger (~> 1.3.0) faker (= 1.1.2) - rake (~> 0.9.0) + rake (~> 10.0.0) restkit! sinatra! thin (~> 1.5.0)