inspec/www/Gemfile

37 lines
845 B
Ruby
Raw Normal View History

2016-09-11 23:26:00 +00:00
# If you do not have OpenSSL installed, update
# the following line to use 'http://' instead
source "https://rubygems.org"
2016-09-11 23:26:00 +00:00
gem "slim", ">= 3.0"
2016-09-11 23:26:00 +00:00
# For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", platforms: %i{mswin mingw}
2016-09-11 23:26:00 +00:00
# windows does not come with time zone data
gem "tzinfo-data", platforms: %i{mswin mingw}
2016-09-11 23:26:00 +00:00
# Middleman Gems
gem "middleman", ">= 4.0.0"
gem "middleman-autoprefixer"
gem "middleman-livereload"
gem "middleman-search_engine_sitemap", "~> 1.4"
gem "middleman-sprockets", ">= 4.0.0"
gem "middleman-syntax"
gem "redcarpet"
# Tutorial Gems
gem "docker-api"
gem "github-markup"
# Needed to fetch contrib resource packs, etc.
gem "git", "~> 1.4"
# Build process requirements
gem "inquirer"
gem "inspec", path: ".."
gem "rake"
gem "ruby-progressbar"
# Ability to flush the cache during a deploy
gem "fastly"