aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-12-22 22:43:10 +0100
committerXavier Noria <fxn@hashref.com>2012-12-22 22:43:10 +0100
commit7b5d466faffa98fb8b277be0f6fa6c6e5df4bb64 (patch)
tree711ef45e2c366e0ac53d67415634b09969969886 /Gemfile
parent35c554f0bf518e1068e79002a462c3deba649e9b (diff)
downloadrails-7b5d466faffa98fb8b277be0f6fa6c6e5df4bb64.tar.gz
rails-7b5d466faffa98fb8b277be0f6fa6c6e5df4bb64.tar.bz2
rails-7b5d466faffa98fb8b277be0f6fa6c6e5df4bb64.zip
adds kindlerb to the :doc bundle group for guides generation
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index fffbb3055e..94a0d15d16 100644
--- a/Gemfile
+++ b/Gemfile
@@ -29,6 +29,7 @@ group :doc do
gem 'sdoc', github: 'voloko/sdoc'
gem 'redcarpet', '~> 2.2.2', platforms: :ruby
gem 'w3c_validators'
+ gem 'kindlerb'
end
# AS