1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

adds kindlerb to the :doc bundle group for guides generation

This commit is contained in:
Xavier Noria 2012-12-22 22:43:10 +01:00
parent 35c554f0bf
commit 7b5d466faf

View file

@ -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