mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-30 13:42:35 +08:00
Bump versions on bundler and debugger gems
This commit is contained in:
4
Gemfile
4
Gemfile
@@ -1,11 +1,11 @@
|
|||||||
source "http://rubygems.org"
|
source "http://rubygems.org"
|
||||||
|
|
||||||
gem "rake", "~> 0.9.0"
|
gem "rake", "~> 0.9.0"
|
||||||
gem "bundler", "~> 1.2.0"
|
gem "bundler", "~> 1.3.0"
|
||||||
gem "sinatra", :git => "git://github.com/sinatra/sinatra.git"
|
gem "sinatra", :git => "git://github.com/sinatra/sinatra.git"
|
||||||
gem "thin", "~> 1.5.0"
|
gem "thin", "~> 1.5.0"
|
||||||
gem 'xcoder', :git => "git://github.com/rayh/xcoder.git"
|
gem 'xcoder', :git => "git://github.com/rayh/xcoder.git"
|
||||||
gem 'restkit', :git => 'git://github.com/RestKit/RestKit-Gem.git'
|
gem 'restkit', :git => 'git://github.com/RestKit/RestKit-Gem.git'
|
||||||
gem 'debugger', '1.3.0'
|
gem 'debugger', '~> 1.3.0'
|
||||||
gem 'faker', '1.1.2'
|
gem 'faker', '1.1.2'
|
||||||
gem 'cocoapods', '0.16.2'
|
gem 'cocoapods', '0.16.2'
|
||||||
|
|||||||
10
Gemfile.lock
10
Gemfile.lock
@@ -47,13 +47,13 @@ GEM
|
|||||||
colorize (0.5.8)
|
colorize (0.5.8)
|
||||||
columnize (0.3.6)
|
columnize (0.3.6)
|
||||||
daemons (1.1.9)
|
daemons (1.1.9)
|
||||||
debugger (1.3.0)
|
debugger (1.3.3)
|
||||||
columnize (>= 0.3.1)
|
columnize (>= 0.3.1)
|
||||||
debugger-linecache (~> 1.1.1)
|
debugger-linecache (~> 1.1.1)
|
||||||
debugger-ruby_core_source (~> 1.1.7)
|
debugger-ruby_core_source (~> 1.2.0)
|
||||||
debugger-linecache (1.1.2)
|
debugger-linecache (1.1.2)
|
||||||
debugger-ruby_core_source (>= 1.1.1)
|
debugger-ruby_core_source (>= 1.1.1)
|
||||||
debugger-ruby_core_source (1.1.7)
|
debugger-ruby_core_source (1.2.0)
|
||||||
escape (0.0.4)
|
escape (0.0.4)
|
||||||
eventmachine (1.0.0)
|
eventmachine (1.0.0)
|
||||||
faker (1.1.2)
|
faker (1.1.2)
|
||||||
@@ -98,9 +98,9 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
bundler (~> 1.2.0)
|
bundler (~> 1.3.0)
|
||||||
cocoapods (= 0.16.2)
|
cocoapods (= 0.16.2)
|
||||||
debugger (= 1.3.0)
|
debugger (~> 1.3.0)
|
||||||
faker (= 1.1.2)
|
faker (= 1.1.2)
|
||||||
rake (~> 0.9.0)
|
rake (~> 0.9.0)
|
||||||
restkit!
|
restkit!
|
||||||
|
|||||||
Reference in New Issue
Block a user