forked from asciidoctor/asciidoctor.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
29 lines (26 loc) · 1.07 KB
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Bundler configuration file [http://gembundler.com]
# Read the rationale for it and how it works at http://gembundler.com/v1.3/rationale.html
source 'https://rubygems.org'
gem 'awestruct', '0.5.4.rc'
#gem 'awestruct', :github => 'awestruct'
#gem 'awestruct', :github => 'mojavelinux/awestruct', :branch => 'integration'
gem 'asciidoctor', '0.1.4'
#gem 'asciidoctor', :github => 'asciidoctor'
gem 'coderay', '1.1.0'
gem 'erubis', '~> 2.7.0'
gem 'haml', '~> 4.0.0'
gem 'tilt', '~> 1.4.0'
gem 'slim', '~> 2.0.0'
gem 'zurb-foundation', '~> 4.3.0'
gem 'rb-inotify', '~> 0.9.0', :platforms => [:ruby, :jruby]
gem 'tzinfo', '~> 0.3.35', :group => :test
gem 'git', '~> 1.2.5', :group => :test
gem 'rake', '~> 10.0.0', :group => :test
gem 'rdoc', '~> 4.0.0', :group => :test
gem 'tomdoc', '~> 0.2.5', :group => :test
# required to use the minify extension
#gem 'uglifier', '~> 1.3.0'
#gem 'htmlcompressor', '~> 0.0.3'
# set EXECJS_RUNTIME=SpiderMonkey as alternative to theruby(racer|rhino)
#gem 'therubyracer', '~> 0.11.4', :platforms => [:ruby]
#gem 'therubyrhino', '~> 2.0.2', :platforms => [:jruby]