Skip to content

Commit

Permalink
Bump Gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Mar 14, 2013
1 parent beeaf9a commit 10ad79a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 21 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
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"
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'
44 changes: 25 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -32,17 +33,21 @@ 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)
faraday (~> 0.8.1)
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)
Expand All @@ -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)
Expand All @@ -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)

Expand All @@ -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)
Expand Down

0 comments on commit 10ad79a

Please sign in to comment.