Skip to content

Instantly share code, notes, and snippets.

@gAmUssA
Created November 28, 2013 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gAmUssA/7fd3a7b474f5866fa7cc to your computer and use it in GitHub Desktop.
Save gAmUssA/7fd3a7b474f5866fa7cc to your computer and use it in GitHub Desktop.
# 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.rc2"
gem 'asciidoctor', '~> 0.1.4'
gem 'erubis', '~> 2.7.0'
gem 'haml', '~> 4.0.0'
gem 'tilt', '~> 1.3.6'
gem 'slim', '~> 2.0.0.pre.8'
gem 'zurb-foundation', '~> 4.3.0'
gem 'rb-inotify', '~> 0.9.0', :platforms => [:ruby, :jruby]
gem 'tzinfo', '~> 0.3.35', :group => :test
gem 'git', '~> 1.2.5', :group => :test
gem 'rake', '~> 10.0.3', :group => :test
gem 'rdoc', '~> 4.0.0', :group => :test
gem 'tomdoc', '~> 0.2.5', :group => :test
gem 'RedCloth', :require => 'redcloth'
gem 'rb-fsevent', '~> 0.9'
gem "stringex", "~> 2.0.3"
gem "redcarpet"
gem "coffee-script"
# required to use the minify extension
gem 'uglifier', '~> 1.3.0'
gem 'htmlcompressor', '~> 0.0.3'
# set EXECJS_RUNTIME=SpiderMonkey as alternative to theruby(racer|rhino)
#gem 'therubyracer', '~> 0.11.4', :platforms => [:ruby]
#gem 'therubyrhino', '~> 2.0.2', :platforms => [:jruby]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment