use rdoc 3.x on 1.8

This commit is contained in:
Konstantin Haase 2013-03-07 23:42:13 +01:00
parent aac16b714e
commit d7273e2bd6
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ gem 'erubis'
gem 'slim', '~> 1.0'
gem 'temple', '!= 0.3.3'
gem 'coffee-script', '>= 2.0'
gem 'rdoc', '~> 3.12'
gem 'rdoc', RUBY_VERSION < '1.9' ? '~> 3.12' : '>= 4.0'
gem 'kramdown'
gem 'maruku'
gem 'creole'