Bumping Ruby dependencies for test execution

This commit is contained in:
Blake Watters
2013-02-05 23:03:41 -05:00
parent 4759a90cdc
commit 3ca8d38424
2 changed files with 12 additions and 12 deletions

View File

@@ -6,6 +6,6 @@ gem "sinatra", :git => "git://github.com/sinatra/sinatra.git"
gem "thin", "~> 1.5.0"
gem 'xcoder', :git => "git://github.com/rayh/xcoder.git"
gem 'restkit', :git => 'git://github.com/RestKit/RestKit-Gem.git'
gem 'debugger', '1.2.0'
gem 'debugger', '1.3.0'
gem 'faker', '1.1.2'
gem 'cocoapods', '0.16.1'
gem 'cocoapods', '0.16.2'

View File

@@ -32,7 +32,7 @@ GEM
multi_json (~> 1.0)
addressable (2.3.2)
builder (3.1.4)
cocoapods (0.16.1)
cocoapods (0.16.2)
activesupport (~> 3.2.6)
colored (~> 1.2)
escape (~> 0.0.4)
@@ -41,22 +41,22 @@ GEM
octokit (~> 1.7)
open4 (~> 1.3.0)
rake (~> 0.9.4)
xcodeproj (~> 0.4.1)
xcodeproj (~> 0.4.3)
colored (1.2)
columnize (0.3.6)
daemons (1.1.9)
debugger (1.2.0)
debugger (1.3.0)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.1.3)
debugger-ruby_core_source (~> 1.1.7)
debugger-linecache (1.1.2)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.6)
debugger-ruby_core_source (1.1.7)
escape (0.0.4)
eventmachine (1.0.0)
faker (1.1.2)
i18n (~> 0.5)
faraday (0.8.4)
faraday (0.8.5)
multipart-post (~> 1.1)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
@@ -68,7 +68,7 @@ GEM
multipart-post (1.1.5)
netrc (0.7.7)
nokogiri (1.5.6)
octokit (1.21.0)
octokit (1.22.0)
addressable (~> 2.2)
faraday (~> 0.8)
faraday_middleware (~> 0.9)
@@ -88,7 +88,7 @@ GEM
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.3.3)
xcodeproj (0.4.1)
xcodeproj (0.4.3)
activesupport (~> 3.2.6)
colored (~> 1.2)
@@ -97,8 +97,8 @@ PLATFORMS
DEPENDENCIES
bundler (~> 1.2.0)
cocoapods (= 0.16.1)
debugger (= 1.2.0)
cocoapods (= 0.16.2)
debugger (= 1.3.0)
faker (= 1.1.2)
rake (~> 0.9.0)
restkit!