middleman-template/Gemfile

42 lines
969 B
Ruby

# If you do not have OpenSSL installed, change
# the following line to use 'http://'
source 'https://rubygems.org'
gem 'rake'
gem 'puma'
gem 'awesome_print'
gem 'execjs'
#gem 'mini_racer'
#gem 'duktape'
gem 'ffi', '~> 1.13', '!= 1.14.2'
# For faster file watcher updates on Windows:
#gem 'wdm', '~> 0.1.0', platforms: [:mswin, :mingw]
# Windows does not come with time zone data
#gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby]
# Middleman Gems
gem 'middleman', '>= 4.0.0'
gem 'middleman-livereload'
gem 'middleman-deploy', git: 'https://github.com/middleman-contrib/middleman-deploy.git'
gem 'middleman-minify-html'
gem 'middleman-blog'
gem 'middleman-asciidoc'
gem 'middleman-fonts', git: 'https://git.denkn.at/deac/middleman-fonts.git'
gem 'haml'
gem 'coffee-script'
gem 'font-awesome-sass', '~> 6.0' # '~> 5.15'
gem 'builder'
gem 'activesupport', require: 'active_support/all'
gem 'mini_magick'
gem 'oga'
gem 'nokogiri'
gem 'r18n-desktop'
gem 'pry'