From 2595611dc38d5d51df45325d818074d1da23c96f Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 30 Mar 2013 00:05:30 +0100 Subject: rdoc is no longer a gem dependency, sdoc becomes a runtime dependency --- guides/code/getting_started/Gemfile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'guides/code/getting_started/Gemfile') diff --git a/guides/code/getting_started/Gemfile b/guides/code/getting_started/Gemfile index f5b7b11d3a..5b574cfc1d 100644 --- a/guides/code/getting_started/Gemfile +++ b/guides/code/getting_started/Gemfile @@ -21,6 +21,11 @@ gem 'jquery-rails' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks gem 'turbolinks' +group :doc do + # bundle exec rake doc:rails generates the API under doc/api. + gem 'sdoc' +end + # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 1.2' -- cgit v1.2.3