forked from debezium/debezium.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
12 lines (10 loc) · 641 Bytes
/
Gemfile
File metadata and controls
12 lines (10 loc) · 641 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
source 'https://rubygems.org'
gem 'therubyracer', '~> 0.12.2' # V8 JavaScript engine in Ruby
gem 'awestruct', '~> 0.5.7' # Framework for creating static HTML sites
gem 'uglifier', '~> 2.0.1' # Ruby wrapper for UglifyJS JavaScript compressor
gem 'cssminify', '~> 1.0.2' # CSS compression using YUI compressor
gem 'rb-fsevent', '~> 0.9.3' # FSEvents API with Signals catching (without RubyCocoa)
gem 'kramdown', '~> 1.0.1' # Kramdown works on all platforms, rdiscount only on mri
gem 'htmlcompressor', '~> 0.0.3' # Adds in HTML minification, helps remove the warning on awestruct startup
gem 'asciidoctor', '~> 1.5.1'
gem 'less', '~> 2.5.0'