mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 17:43:34 +08:00
21 lines
565 B
Ruby
21 lines
565 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/rayh/xcoder.git"
|
|
gem 'restkit', :git => 'git://github.com/RestKit/RestKit-Gem.git'
|
|
gem 'debugger', '1.2.0'
|
|
gem 'faker', '1.0.1'
|
|
|
|
## OAuth stuff
|
|
|
|
# gem 'oauth'
|
|
gem 'rack-oauth2-server', :git => 'https://github.com/assaf/rack-oauth2-server.git'
|
|
gem 'rspec'
|
|
gem 'rack-test'
|
|
gem 'mongo'
|
|
gem 'simple_oauth', :git => 'https://github.com/laserlemon/simple_oauth.git'
|
|
|