mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 17:43:34 +08:00
12 lines
362 B
Ruby
12 lines
362 B
Ruby
source "http://rubygems.org"
|
|
|
|
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.4'
|