mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
use rdoc 3.x on 1.8
This commit is contained in:
parent
aac16b714e
commit
d7273e2bd6
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -35,7 +35,7 @@ gem 'erubis'
|
||||||
gem 'slim', '~> 1.0'
|
gem 'slim', '~> 1.0'
|
||||||
gem 'temple', '!= 0.3.3'
|
gem 'temple', '!= 0.3.3'
|
||||||
gem 'coffee-script', '>= 2.0'
|
gem 'coffee-script', '>= 2.0'
|
||||||
gem 'rdoc', '~> 3.12'
|
gem 'rdoc', RUBY_VERSION < '1.9' ? '~> 3.12' : '>= 4.0'
|
||||||
gem 'kramdown'
|
gem 'kramdown'
|
||||||
gem 'maruku'
|
gem 'maruku'
|
||||||
gem 'creole'
|
gem 'creole'
|
||||||
|
|
Loading…
Add table
Reference in a new issue