lock asciidoctor dep

remove_hooks
Thomas Reynolds 2014-08-13 11:57:29 -07:00
parent 3fb9c75585
commit 207da11372
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ gem 'liquid', '>= 2.6', require: false
gem 'stylus', '>= 1.0', require: false
gem 'sinatra', '>= 1.4', require: false
gem 'redcarpet', '>= 3.1', require: false unless RUBY_ENGINE == 'jruby'
gem 'asciidoctor', '>= 0.1', require: false
gem 'asciidoctor', '~> 0.1', require: false
# For less, note there is no compatible JS runtime for windows
gem 'therubyracer', '>= 0.12', platforms: :ruby