aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'guides/code/getting_started/Gemfile')
-rw-r--r--guides/code/getting_started/Gemfile5
1 files changed, 5 insertions, 0 deletions
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'