-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathGemfile
32 lines (26 loc) · 944 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
source 'https://rubygems.org'
#gem 'awestruct', '0.5.4.rc'
gem 'awestruct', :github => 'awestruct'
gem 'haml', '~> 5.0'
gem 'rdiscount', '~> 2.0.7', :platforms => [:ruby]
gem 'kramdown', '~> 1.0.1', :platforms => [:jruby]
# add maruku gem for JRuby if using Haml < 4.0.0
#gem 'maruku', '~> 0.6.1', :platforms => [:jruby]
gem 'asciidoctor', '~> 1.5'
gem 'erubis', '~> 2.7'
gem 'rb-inotify', '~> 0.9', :platforms => [:ruby, :jruby]
gem 'yard', '~> 0.8'
gem 'rake', '~> 13'
# force to quse bootstrap 2.3.x and not a newer version because of incompatibility issues
gem 'compass'
gem 'compass-blueprint'
gem 'bootstrap-sass', '~> 2.3.2'
# required if you want to use the minify extension
gem 'htmlcompressor', '~> 0.0.5'
gem 'coffee-script', '~> 2.2'
gem 'uglifier', '~> 1.3'
# Required by cloudbees
gem 'rdoc', '~> 4.2'
# Required to push to github
gem 'git', '~> 1.2'
# set EXECJS_RUNTIME=SpiderMonkey as alternative to theruby(racer|rhino)