atarukodaka/middleman-akcms

View on GitHub
template/Gemfile.tt

Summary

Maintainability
Test Coverage
# If you do not have OpenSSL installed, change
# the following line to use 'http://'
source 'https://rubygems.org'

# 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-compass', '>= 4.0.0'
gem 'middleman-syntax', '>= 3.0'
gem 'middleman-livereload'

gem 'middleman-akcms', git: 'git@github.com:atarukodaka/middleman-akcms.git'

# other gems
gem 'oga'    ## for summarizing

# for sitemap
gem 'builder'
gem 'redcarpet'

#gem 'therubyracer'