aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
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 /Gemfile
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 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ebc4312f64..88f3686e95 100644
--- a/Gemfile
+++ b/Gemfile
@@ -18,7 +18,7 @@ gem 'coffee-rails', '~> 4.0.0'
gem 'uglifier', '>= 1.3.0', require: false
group :doc do
- gem 'sdoc'
+ gem 'sdoc', '~> 0.4.0'
gem 'redcarpet', '~> 2.2.2', platforms: :ruby
gem 'w3c_validators'
gem 'kindlerb'