Files
RestKit/Gemfile
2013-03-07 09:44:53 -05:00

12 lines
361 B
Ruby

source "http://rubygems.org"
gem "rake", "~> 0.9.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.2'