aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/app_base.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2014-01-12 01:12:12 +0100
committerXavier Noria <fxn@hashref.com>2014-01-12 22:18:44 +0100
commit6049249c6c5c2a3078bb0f146168e8f9c0d99bc7 (patch)
treeb643dacd6099c6e228d059e5d573b18297aa1f25 /railties/lib/rails/generators/app_base.rb
parent20a795f64d8a4f540004d7361f6a02e81eba79bb (diff)
downloadrails-6049249c6c5c2a3078bb0f146168e8f9c0d99bc7.tar.gz
rails-6049249c6c5c2a3078bb0f146168e8f9c0d99bc7.tar.bz2
rails-6049249c6c5c2a3078bb0f146168e8f9c0d99bc7.zip
upgrade SDoc
Kudos to @zzak for taking over SDoc and make it work with RDoc 4.
Diffstat (limited to 'railties/lib/rails/generators/app_base.rb')
-rw-r--r--railties/lib/rails/generators/app_base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/app_base.rb b/railties/lib/rails/generators/app_base.rb
index 4988602aea..1b50569c9e 100644
--- a/railties/lib/rails/generators/app_base.rb
+++ b/railties/lib/rails/generators/app_base.rb
@@ -352,7 +352,7 @@ module Rails
def sdoc_gemfile_entry
comment = 'bundle exec rake doc:rails generates the API under doc/api.'
- GemfileEntry.new('sdoc', nil, comment, { group: :doc, require: false })
+ GemfileEntry.new('sdoc', '~> 0.4.0', comment, group: :doc)
end
def coffee_gemfile_entry