-
Notifications
You must be signed in to change notification settings - Fork 803
/
Gemfile
33 lines (29 loc) · 997 Bytes
/
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
30
31
32
33
# 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.6.1'
#gem 'awestruct', github: 'awestruct/awestruct', branch: 'master'
gem 'asciidoctor', '1.5.7.1'
#gem 'asciidoctor-diagram', '1.4.0'
gem 'chunky_png', '1.3.5'
gem 'coderay', '1.1.1'
gem 'compass', '1.0.3'
gem 'haml', '4.0.7'
gem 'slim', '3.0.6'
gem 'tilt', '2.0.2'
gem 'zurb-foundation', '4.3.2'
gem 'rb-inotify', '0.9.7', :platforms => [:ruby, :jruby]
gem 'rake', '12.3.3'
group :development do
gem 'tzinfo', '1.2.2'
gem 'git', '1.2.9.1'
gem 'rdoc', '4.2.2'
gem 'tomdoc', '0.2.5'
gem 'html-proofer', '4.4.3'
end
# required to use the minify extension
#gem 'uglifier', '2.7.2'
#gem 'htmlcompressor', '0.0.3'
# set EXECJS_RUNTIME=SpiderMonkey as alternative to theruby(racer|rhino)
#gem 'therubyracer', '0.12.2', :platforms => [:ruby]
#gem 'therubyrhino', '2.0.4', :platforms => [:jruby]