mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 09:33:41 +08:00
Bump Gem dependencies
This commit is contained in:
4
Gemfile
4
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'
|
||||
|
||||
44
Gemfile.lock
44
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)
|
||||
|
||||
Reference in New Issue
Block a user