Created
April 27, 2012 07:30
-
-
Save kedarmhaswade/2506938 to your computer and use it in GitHub Desktop.
rake -T and :git on gem in Gemfile ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
# details omitted ... | |
#1 | |
gem 'rdoc_rest', :git => 'git://github.com/kedarmhaswade/rdoc_rest.git' | |
#2 | |
#gem 'rdoc_rest' | |
# To use ActiveModel has_secure_password | |
# gem 'bcrypt-ruby', '~> 3.0.0' | |
# To use Jbuilder templates for JSON | |
# gem 'jbuilder' | |
# Use unicorn as the app server | |
# gem 'unicorn' | |
# Deploy with Capistrano | |
# gem 'capistrano' | |
# To use debugger | |
group :development do | |
gem 'ruby-debug19', :require => 'ruby-debug' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment