mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 20:31:13 +08:00
10 lines
347 B
Ruby
10 lines
347 B
Ruby
source "http://rubygems.org"
|
|
|
|
gem "rake", "~> 0.9.0"
|
|
gem "bundler", "~> 1.1.0"
|
|
gem "sinatra", :git => "git://github.com/sinatra/sinatra.git"
|
|
gem "thin", "~> 1.3.1"
|
|
gem 'xcoder', :git => "git://github.com/GateGuru/xcoder.git", :branch => '34-force-utf8-encoding'
|
|
gem 'restkit', :git => 'git://github.com/RestKit/RestKit-Gem.git'
|
|
gem 'ruby-debug19'
|