mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Bumping Ruby dependencies for test execution
This commit is contained in:
4
Gemfile
4
Gemfile
@@ -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'
|
||||
|
||||
20
Gemfile.lock
20
Gemfile.lock
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user