-
Notifications
You must be signed in to change notification settings - Fork 802
Expand file tree
/
Copy pathGemfile
More file actions
29 lines (26 loc) · 893 Bytes
/
Gemfile
File metadata and controls
29 lines (26 loc) · 893 Bytes
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.6.7'
#gem 'awestruct', github: 'awestruct/awestruct', branch: 'master'
gem 'asciidoctor'
#gem 'asciidoctor-diagram', '1.4.0'
gem 'base64'
gem 'chunky_png', '1.4.0'
gem 'coderay', '1.1.1'
gem 'compass', '1.0.3'
gem 'haml', '4.0.7'
gem 'ostruct'
gem 'slim', '5.2.0'
gem 'syslog'
gem 'tilt', '2.7.0'
#gem 'uglifier'
gem 'zurb-foundation', '4.3.2'
#gem 'rb-inotify', '0.9.7', :platforms => [:ruby, :jruby]
gem 'rake', '12.3.3'
# 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]