-
Notifications
You must be signed in to change notification settings - Fork 3
/
Gemfile
24 lines (21 loc) · 877 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
# 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.rc3'
#gem 'awestruct', :github => 'awestruct'
gem 'bootstrap-sass', '< 3.0'
gem 'asciidoctor', '1.5.1'
gem 'haml', '~> 4.0.0'
#gem 'tilt', '~> 2.0.0'
gem 'slim', '~> 2.0.0'
#gem 'jruby-openssl', '~> 0.7.7', :platforms => :jruby
gem 'rb-inotify', '0.9.0', :platforms => [:ruby, :jruby]
gem 'tzinfo', '~> 0.3.35'
gem 'git', '~> 1.2.5', :group => :test
gem 'rake', '~> 10.0.0', :group => :test
# required to use the minify extension
#gem 'htmlcompressor', '~> 0.0.5'
#gem 'uglifier', '~> 1.3.0'
#gem 'therubyracer', '~> 0.11.4', :platforms => [:ruby]
#gem 'therubyrhino', '~> 2.0.2', :platforms => [:jruby]
# set EXECJS_RUNTIME=SpiderMonkey as alternative to theruby(racer|rhino)